paper-with-me

Papers

TensorOpera Router: A Multi-Model Router for Efficient LLM Inference

2024-08-22 · Dimitris Stripelis, Zijian Hu, Jipeng Zhang, Zhaozhuo Xu, Alay Dilipbhai Shah, Han Jin, Yuhang Yao, Salman Avestimehr, Chaoyang He

With the rapid growth of Large Language Models (LLMs) across various domains, numerous new LLMs have emerged, each possessing domain-specific expertise. This proliferation has highlighted the need for quick, high-quality, and cost-effective LLM query response methods. Yet, no single LLM exists to efficiently balance this trilemma. Some models are powerful but extremely costly, while others are fast and inexpensive but qualitatively inferior. To address this challenge, we present TO-Router, a non-monolithic LLM querying system that seamlessly integrates various LLM experts into a single query interface and dynamically routes incoming queries to the most high-performant expert based on query's requirements. Through extensive experiments, we demonstrate that when compared to standalone expert models, TO-Router improves query efficiency by up to 40\%, and leads to significant cost reductions of up to 30%, while maintaining or enhancing model performance by up to 10%.

📄 PDF Abstract BibTeX arXiv:2408.12320

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

RDI-Net: Relational Dynamic Inference Networks

2021-01-01 · ICCV 2021 10 · Huanyu Wang, Songyuan Li, Shihao Su, Zequn Qin 외

Dynamic inference networks, aimed at promoting computational efficiency, go along an adaptive executing path for a given sample. Prevalent methods typically assign a router for each convolutional block and sequential…

Computational EfficiencyRelation

SecureRouter: Encrypted Routing for Efficient Secure Inference

2026-04-16 · Yukuan Zhang, Mengxin Zheng, Qian Lou arxiv

Cryptographically secure neural network inference typically relies on secure computing techniques such as Secure Multi-Party Computation (MPC), enabling cloud servers to process client inputs without decrypting them. Alt…

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

2026-08-07 · Tao Feng, Fangxu Yu, Haozhen Zhang, Zhongjie Dai 외 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, ma…

OrcaRouter: A Production-Oriented LLM Router with Hybrid Offline-Online Learning

2026-05-29 · Zhenghua Bao, Fengya Tian, Chris Zhang, Zhenjun Chen 외 arxiv

The rapid development of large language models, each with distinct capabilities and inference costs, raises a practical deployment question: given an incoming request, which model should handle it? We present OrcaRouter,…

ProxRouter: Proximity-Weighted LLM Query Routing for Improved Robustness to Outliers

2025-10-10 · Shivam Patel, Neharika Jali, Ankur Mallick, Gauri Joshi arxiv

Large language model (LLM) query routers are critical to modern AI platforms as they seek to improve efficiency by assigning inference queries to accurate, yet low-cost models. Parametric routers typically use trained ne…