paper-with-me

홈 › Papers

LLMRouter: Unified Infrastructure for Developing, Evaluating, and Deploying LLM Routers

2026-08-07 · Tao Feng, Fangxu Yu, Haozhen Zhang, Zhongjie Dai, Liangqi Yuan, Zijie Lei, Weizhi Zhang, Kunlun Zhu, Haodong Yue, Keyang Xuan, Ge Liu, Jiaxuan You hf

No single large language model (LLM) is optimal across all queries and budget constraints, making model routing essential for cost-effective deployment. Existing routers adopt diverse formulations and implementations, making fair comparison and extension difficult. We present a unified formulation of LLM routing as a sequential decision process characterized by five components: context encoders, model encoders, scoring functions, decision rules, and learning signals, covering single-turn, multi-turn, and personalized routing. Based on this formulation, we develop an automated pipeline for constructing routing supervision and evaluating routers jointly on response quality and inference cost. The resulting benchmark, xRouteBench, spans generic LLM, memory-augmented, vision, time-series, and personalized routing tasks. We further introduce LLMRouter, an open-source modular infrastructure with more than 16 representative routers. Our empirical study shows that learned routers outperform the strongest fixed-model baseline by 14.6% relatively, lightweight routers become more competitive under tight cost constraints, and user-conditioned routing consistently improves personalization.

📄 PDF Abstract BibTeX arXiv:2608.06867

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LLMRouterBench: A Massive Benchmark and Unified Framework for LLM Routing

2026-01-12 · Hao Li, Yiqun Zhang, Zhaoyan Guo, Chenxu Wang 외 arxiv

Large language model (LLM) routing assigns each query to the most suitable model from an ensemble. We introduce LLMRouterBench, a large-scale benchmark and unified framework for LLM routing. It comprises over 400K instan…

UNIFERENCE: A Discrete Event Simulation Framework for Developing Distributed AI Models

2026-03-27 · Doğaç Eldenk, Stephen Xia arxiv

Developing and evaluating distributed inference algorithms remains difficult due to the lack of standardized tools for modeling heterogeneous devices and networks. Existing studies often rely on ad-hoc testbeds or propri…

Deploying Foundation Model Powered Agent Services: A Survey

2024-12-18 · Wenchao Xu, Jinyu Chen, Peirong Zheng, Xiaoquan Yi 외

Foundation model (FM) powered agent services are regarded as a promising solution to develop intelligent and personalized applications for advancing toward Artificial General Intelligence (AGI). To achieve high reliabili…

modelModel CompressionSurveyToken Reduction

ClawGUI: A Unified Framework for Training, Evaluating, and Deploying GUI Agents

2026-04-13 · Fei Tang, Zhiqiong Lu, Boxuan Zhang, Weiming Lu 외 arxiv

GUI agents drive applications through their visual interfaces instead of programmatic APIs, interacting with arbitrary software via taps, swipes, and keystrokes, reaching a long tail of applications that CLI-based agents…

VoxelCodeBench: Benchmarking 3D World Modeling Through Code Generation

2026-04-02 · Yan Zheng, Florian Bordes arxiv

Evaluating code generation models for 3D spatial reasoning requires executing generated code in realistic environments and assessing outputs beyond surface-level correctness. We introduce a platform VoxelCode, for analyz…

Spatial ReasoningCode Generation