paper-with-me

홈 › Papers

Token-Budget-Aware Pool Routing for Cost-Efficient LLM Inference

2026-03-13 · Huamin Chen, Xunzhuo Liu, Junchen Jiang, Bowei He, Xue Liu arxiv

Production vLLM fleets provision every instance for worst-case context length, wasting 4-8x concurrency on the 80-95% of requests that are short and simultaneously triggering KV-cache failures -- OOM crashes, preemption storms, and request rejections. Both problems share a single root cause: configuration-traffic mismatch. We propose token-budget-aware pool routing: estimate each request's total token budget using a self-calibrating per-category bytes-per-token ratio, then dispatch it to one of two vLLM pools -- a high-throughput short pool or a high-capacity long pool -- each right-sized for its workload class. The ratio is learned online via exponential moving average from usage.prompt_tokens feedback, requiring no tokenizer. A closed-form cost model, savings = alpha * (1 - 1/rho), predicts fleet-level GPU savings from two observable quantities: the short-traffic fraction alpha and the throughput gain ratio rho. On traces from the Azure LLM Inference Dataset and LMSYS-Chat-1M serving Llama-3-70B on A100 GPUs, token-budget routing reduces GPU instances by 17-39% (\$1.2-2.0M/yr at 1,000 req/s), with savings verified by a self-contained discrete-event simulator. A case study projecting Qwen3-235B-A22B on AMD MI300X at 10,000 req/s shows \$15.4M/yr in savings. The algorithm adds O(1) dispatch overhead, self-calibrates across content types without a tokenizer, and composes with PagedAttention, continuous batching, and prefill-decode disaggregation.

📄 PDF Abstract BibTeX arXiv:2604.09613

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Dual-Pool Token-Budget Routing for Cost-Efficient and Reliable LLM Serving

2026-04-09 · Xunzhuo Liu, Bowei He, Xue Liu, Andy Luo 외 arxiv

Production vLLM fleets typically provision each instance for the worst-case context length, leading to substantial KV-cache over-allocation and under-utilized concurrency. In practice, 80-95% of requests are short, yet a…

Resample or Reroute? Budget-Aware Test-Time Model Selection for Large Language Models

2026-07-09 · Teng-Ruei Chen arxiv

Routing among large language models (LLMs) trades response quality against serving cost, motivated by the reported gap between deployed routers and a per-instance oracle. Recent analysis shows that test-time resampling c…

RouteJudge: An Open Platform for Reproducible and Preference-Aware LLM Routing

2026-06-17 · Guannan Lai, Haoran Hu, Han-Jia Ye arxiv

We present RouteJudge, an online pairwise preference evaluation framework for LLM routing systems, with a public platform available at https://routejudge.cn. Different from model-level response evaluation, RouteJudge foc…

BUDDY: BUdget-Driven DYnamic Depth Routing for Adaptive Large Language Model Inference

2026-06-08 · Yuhua Zhou, Shaoqi Yu, Shichao Weng, Changhai Zhou 외 arxiv

Large language models (LLMs) incur high inference cost due to their depth and parameter scale. Depth pruning can reduce latency by skipping redundant Transformer blocks, but existing methods (i) provide limited control u…

AgentBalance: Backbone-then-Topology Design for Cost-Effective Multi-Agent Systems under Budget Constraints

2025-12-12 · Shuowei Cai, Yansong Ning, Hao Liu arxiv

Large Language Model (LLM)-based multi-agent systems (MAS) are becoming indispensable building blocks for web-scale applications such as web search, social network analytics, and online customer support, where cost-effec…

Representation Learning