MESS+: Dynamically Learned Inference-Time LLM Routing in Model Zoos with Service Level Guarantees
Herbert Woisetschläger, Ryan Zhang, Shiqiang Wang, Hans-Arno Jacobsen
TL;DR
MESS+ addresses the challenge of cost-effective LLM routing under service-level guarantees in open-weight model zoos. It combines online learning of request satisfaction with a Lyapunov drift-plus-penalty framework to select models per request, ensuring SLA compliance while minimizing energy/cost via a per-request optimization driven by predictions $\hat{s}_{m,t}$ and a virtual queue $Q_t$. Theoretical analysis provides bounds linking SLA satisfaction and cost optimality, and empirical evaluations show about $2\times$ cost reductions versus baselines across diverse benchmarks, including large zoos and non-stationary settings. The approach offers a practical, scalable mechanism for production endpoints to balance quality of service with energy efficiency without requiring offline preference datasets.
Abstract
Open-weight large language model (LLM) zoos provide access to numerous high-quality models, but selecting the appropriate model for specific tasks remains challenging and requires technical expertise. Most users simply want factually correct, safe, and satisfying responses without concerning themselves with model technicalities, while inference service providers prioritize minimizing operating costs. These competing interests are typically mediated through service level agreements (SLAs) that guarantee minimum service quality. We introduce MESS+, a stochastic optimization algorithm for cost-optimal LLM request routing while providing rigorous SLA compliance guarantees. MESS+ learns request satisfaction probabilities of LLMs in real-time as users interact with the system, based on which model selection decisions are made by solving a per-request optimization problem. Our algorithm includes a novel combination of virtual queues and request satisfaction prediction, along with a theoretical analysis of cost optimality and constraint satisfaction. Across a wide range of state-of-the-art LLM benchmarks, MESS+ achieves an average of $2\times$ cost savings compared to existing LLM routing techniques.
