paper-with-me

홈 › Papers

Cost-Optimal LLM Routing with Limited User Feedback under User Satisfaction Guarantees

2026-06-12 · Herbert Woisetschläger, Arastun Mammadli, Ryan Zhang, Shiqiang Wang arxiv

Inference costs for large language model (LLM) applications are rapidly growing, driven by surging demand and rising infrastructure cost. Users expect high-quality responses, and in commercial settings this is formally codified in Service Level Agreements (SLAs), creating a fundamental tension between cost and quality. Recent progress on cost-aware LLM request routing has shown potential to resolve this tension, but existing approaches rely on complete feedback signals, offline training, extensive per-workload tuning, and most lack SLA guarantees or inference-time adaptivity. We introduce SLARouter, an online routing algorithm that learns a cost-optimal policy from the sparse, one-sided user feedback available in production systems. SLARouter provides theoretical guarantees for both cost optimality and strict SLA compliance. Experiments across a wide range of LLM benchmarks show that SLARouter satisfies SLA constraints without the need for per-benchmark tuning, reducing operating cost by up to 2.2x over existing baselines.

📄 PDF Abstract BibTeX arXiv:2606.19376

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Adaptive LLM Routing under Budget Constraints

2025-08-28 · Pranoy Panda, Raghav Magazine, Chaitanya Devaguptapu, Sho Takemori 외 arxiv

Large Language Models (LLMs) have revolutionized natural language processing, but their varying capabilities and costs pose challenges in practical applications. LLM routing addresses this by dynamically selecting the mo…

RadialRouter: Structured Representation for Efficient and Robust Large Language Models Routing

2025-06-04 · Ruihan Jin, Pengpeng Shao, Zhengqi Wen, Jinyang Wu 외

The rapid advancements in large language models (LLMs) have led to the emergence of routing techniques, which aim to efficiently select the optimal LLM from diverse candidates to tackle specific tasks, optimizing perform…

Learning to Route LLMs from Bandit Feedback: One Policy, Many Trade-offs

2025-10-08 · Wang Wei, Tiankai Yang, Hongjie Chen, Yue Zhao 외 arxiv

Efficient use of large language models (LLMs) is critical for deployment at scale: without adaptive routing, systems either overpay for strong models or risk poor performance from weaker ones. Selecting the right LLM for…

Routing, Cascades, and User Choice for LLMs

2026-02-10 · Rafid Mahmood arxiv

To mitigate the trade-offs between performance and costs, LLM providers route user tasks to different models based on task difficulty and latency. We study the effect of LLM routing with respect to user behavior. We prop…

LLM Routing with Dueling Feedback

2025-10-01 · Chao-Kai Chiang, Takashi Ishida, Masashi Sugiyama arxiv

We study LLM routing, the problem of selecting the best model for each query while balancing user satisfaction, model expertise, and inference cost. We formulate routing as contextual dueling bandits, learning from pairw…