English

BEST-Route: Adaptive LLM Routing with Test-Time Optimal Compute

Machine Learning 2025-07-01 v1 Artificial Intelligence Computation and Language Databases

Abstract

Large language models (LLMs) are powerful tools but are often expensive to deploy at scale. LLM query routing mitigates this by dynamically assigning queries to models of varying cost and quality to obtain a desired trade-off. Prior query routing approaches generate only one response from the selected model and a single response from a small (inexpensive) model was often not good enough to beat a response from a large (expensive) model due to which they end up overusing the large model and missing out on potential cost savings. However, it is well known that for small models, generating multiple responses and selecting the best can enhance quality while remaining cheaper than a single large-model response. We leverage this idea to propose BEST-Route, a novel routing framework that chooses a model and the number of responses to sample from it based on query difficulty and the quality thresholds. Experiments on real-world datasets demonstrate that our method reduces costs by up to 60% with less than 1% performance drop.

Keywords

Cite

@article{arxiv.2506.22716,
  title  = {BEST-Route: Adaptive LLM Routing with Test-Time Optimal Compute},
  author = {Dujian Ding and Ankur Mallick and Shaokun Zhang and Chi Wang and Daniel Madrigal and Mirian Del Carmen Hipolito Garcia and Menglin Xia and Laks V. S. Lakshmanan and Qingyun Wu and Victor Rühle},
  journal= {arXiv preprint arXiv:2506.22716},
  year   = {2025}
}

Comments

Accepted to ICML 2025 (main conference)

R2 v1 2026-07-01T03:37:30.575Z