MilkThink-Lab/Awesome-Routing-LLMs

A curated list of awesome works in Routing LLMs paradigm (👉 Welcome to submit your contributions to this code repository)

Python

176

34 commits

updated Jul 30, 2026

See the code

README

Awesome-Routing-LLMs

A curated list of awesome works in Routing LLMs paradigm

🤩👉 Welcome to submit your contributions to this code repository.


Survey

Routing Papers: Pre‑judgment Routing

Pre‑judgment routing makes a routing decision before any generation starts. It relies only on the initial query and static model information, making it suitable for fast, one‑shot allocation. The three main strategies are feature matching, predictive scoring, and constrained optimization.

Sub‑Category: Constrained Optimization

In deployment, routing often faces hard resource constraints (e.g., maximum latency or cost). This paradigm casts decision‑making as constrained utility maximization, using optimization strategies, multi‑objective formulations, or adaptive policies such as reinforcement learning to trade off quality and cost under budget limits.

TitlePublishDomainCode
Towards Generalized Routing: Model and Agent Orchestration for Adaptive and Efficient InferenceArXiv 2025General, Code, Math, QA
Dynamic Quality-Latency Aware Routing for LLM Inference in Wireless Edge-Device NetworksICCC Workshop 2025General, Dialogue, Math
RADAR: Reasoning-Ability and Difficulty-Aware Routing for Reasoning LLMs (RADAR)NeurIPS 2025 WorkshopReasoning, Math, STEM, QA
CARROT: A Cost Aware Rate Optimal Router (CARROT)ICLR Workshop 2025General, Math, Reasoning, RAG, QAGitHub
Causal LLM Routing: End-to-End Regret Minimization from Observational Data (Causal LLM Routing)NeurIPS 2025General, Reasoning, Math, Code, Dialogue
Cost-Aware Routing for Efficient Text-To-Image GenerationArXiv 2025Gen, Multimodal
Federate the Router: Learning Language Model Routers with Sparse and Decentralized Evaluations (Federate the Router)ArXiv 2026General
Fly-swat or Cannon? Cost-Effective Language Model Choice via Meta-Modeling (FORC)WSDM 2024QA, Reasoning, Classify, Detection, GeneralGitHub
IPR: Intelligent Prompt Routing with User-Controlled Quality-Cost Trade-offs (IPR)EMNLP 2025General, Dialogue, QA, Reasoning
IRT-Router: Effective and Interpretable Multi-LLM Routing via Item Response Theory (IRT-Router)ACL 2025General, Math, Code, Reasoning, QAGitHub
LLMRank: Understanding LLM Strengths for Model Routing (LLMRank)ArXiv 2025General, Reasoning, Math, Code, QA
MetaLLM: A High-performant and Cost-efficient Dynamic Framework for Wrapping LLMs (MetaLLM)ArXiv 2024Classify, QAGitHub
PROTEUS: SLA-Aware Routing via Lagrangian RL for Multi-LLM Serving System (PROTEUS)ArXiv 2026General, Reasoning, Math, Code
R2-ROUTER: A New Paradigm for LLM Routing with Reasoning (R2-ROUTER)ICML 2026General, Math, Reasoning, STEM, RAGHuggingFace
Routoo: Learning to Route to Large Language Models Effectively (ROUTOO)ArXiv 2024General, QA
Truthful Reverse Auctions for Adaptive Selection via Contextual Multi-Armed BanditsAAMAS 2026General
Tryage: Real-time, intelligent Routing of User Prompts to Large Language Models (Tryage)ArXiv 2023Code, Finance, Law, Math, Med, General
Efficient and Interpretable Multi-Agent LLM Routing via Ant Colony OptimizationArXiv 2026Math, Code, Reasoning, General
Adaptive LLM Routing under Budget ConstraintsEMNLP 2025General
Efficient Routing of Inference Requests across LLM Instances in Cloud-Edge Computing (Efficient Routing)ArXiv 2025Code, Math, QA, Reasoning, General
GreenServ: Energy-Efficient Context-Aware Dynamic Routing for Multi-Model LLM Inference (GreenServ)ArXiv 2026QA, Reasoning, Math, GeneralGitHub
MasRouter: Learning to Route LLMs for Multi-Agent Systems (MasRouter)ACL 2025Agent, Code, Math, General, ReasoningGitHub
MixLLM: Dynamic Routing in Mixed Large Language Models (MixLLM)NAACL 2025General
Near-Optimal Online Deployment and Routing for Streaming LLMs (NEAR-OPTIMAL)ICLR 2026General
OmniRouter: Budget and Performance Controllable Multi-LLM Routing (OmniRouter)KDD-25 (2025)General, Math, QA, ReasoningGitHub
OptLLM: Optimal Assignment of Queries to Large Language Models (OptLLM)ICWS 2024Classify, QA, Reasoning, General, Log parsingGitHub
SC-MAS: Constructing Cost-Efficient Multi-Agent Systems with Edge-Level Heterogeneous Collaboration (SC-MAS)ArXiv 2026General, Math, Code, Reasoning, Agent
xRouter: Training Cost-Aware LLMs Orchestration System via Reinforcement Learning (xRouter)ArXiv 2025Code, Math, Reasoning, QA, GeneralGitHub
Beyond GPT‑5: Making LLMs Cheaper and Better via Performance‑Efficiency Optimized Routing (Beyond GPT‑5)DAI 2025Agent, Code, General, QA, Reasoning, STEMGitHub
Routesplain: Towards Faithful and Intervenable Routing for Software-related Tasks (ROUTESPLAIN)ArXiv 2025Code, QA
Universal LLM Routing with Correctness‑Based RepresentationICLR Workshop 2024Code, Math, QA, General
SpareLLM: Automatically Selecting Task‑Specific Minimum‑Cost Large Language Models under Equivalence Constraint (SpareLLM)SIGMOD 2025GeneralGitHub
BOUTE: Cost‑Efficient LLM Serving with Heterogeneous LLMs and GPUs via Multi‑Objective Bayesian Optimization (Boute)ArXiv 2026General, Math, Reasoning
Outcome‑Aware Tool Selection for Semantic Routers: Latency‑Constrained Learning Without LLM Inference (OATS)ArXiv 2026Agent, Retrieval
Conformal LLM Routing with Distribution-Free Safety GuaranteesACL 2026Math, Knowledgegithub
HyDRA: Hybrid Dynamic Routing Architecture for Heterogeneous LLM Pools (HyDRA)ArXiv 2026Code, Agent, Reasoning
SeqRoute: Global Budget-Aware Sequential LLM Routing via Offline Reinforcement Learning (SeqRoute)ArXiv 2026General, Dialogue
Towards Cost-effective LLMs Routing with Batch Prompting (RoBatch)ArXiv 2026Classify, Math, Reasoning
BiCSRouter: Bi-Level Cross-System Routing for Utility-Aware LLM Inference (BiCSRouter)Findings of ACL 2026Code, Math, Reasoning, QA, General
Latency-Quality Routing for Functionally Equivalent Tools in LLM Agents (LQM-CONTEXTROUTE)ArXiv 2026Agent, Retrieval, QA

Sub‑Category: Feature Matching

Feature matching aligns the query representation and model capability representations in a shared space, then selects the model whose embedding is closest to the query. This approach can be lightweight and training‑free, but may degrade under distribution shift; adaptive methods use attention, policy learning, or prototype matching to stay robust.

TitlePublishDomainCode
Talk to Right Specialists: Routing and Planning in Multi‑Agent System for Question Answering (Talk to Right Specialists)ArXiv 2025QA, RAG, Agent
Arch-Router: Aligning LLM Routing with Human Preferences (Arch-Router)ArXiv 2025General, DialogueGitHub
Cost‑Aware Contrastive Routing for LLMs (CSCR)NeurIPS 2025GeneralGitHub
EmbedLLM: Learning Compact Representations of Large Language Models (EMBEDLLM)ICLR 2025General, QA, Math, Code, MedGitHub
Exploring Knowledge Purification in Multi‑Teacher Knowledge Distillation for LLMsICLR 2026QA, Reasoning, Med
RouterDC: Query‑Based Router by Dual Contrastive Learning for Assembling Large Language Models (RouterDC)NeurIPS 2024General, Math, Code, ReasoningGitHub
Routing with Generated Data: Annotation‑Free LLM Skill Estimation and Expert Selection (Routing with Generated Data)ArXiv 2026General, QA, Reasoning, Math, MedGitHub
TagRouter: Learning Route to LLMs through Tags for Open‑Domain Text Generation Tasks (TAGROUTER)ACL 2025General, Gen
The Avengers: A Simple Recipe for Uniting Smaller Language Models to Challenge Proprietary Giants (Avengers)AAAI 2025Math, Code, Logic, Knowledge, Affective, GeneralGitHub
RadialRouter: Structured Representation for Efficient and Robust Large Language Models Routing (RadialRouter)EMNLP 2025General, Reasoning, Math, Code, QAGitHub
n‑Musketeers: Reinforcement Learning Shapes Collaboration Among Language Models (n-Musketeers)ArXiv 2026Math, Logic, Code, Reasoning
TCAndon-Router: Adaptive Reasoning Router for Multi‑Agent Collaboration (TCAndon-Router)ArXiv 2026General, Reasoning, QAHuggingFace
Minimizing Mismatch Risk: A Prototype‑Based Routing Framework for Zero‑shot LLM‑generated Text Detection (DetectRouter)ICML2026Detection, Security
Toward Super Agent System with Hybrid AI Routers (Super Agent System)ArXiv 2025Agent, Code
vLLM Semantic Router: Signal Driven Decision Routing for Mixture‑of‑Modality ModelsArXiv 2026General, MultimodalGitHub

| Brick: Spatial Capability Routing for the Mixture-of-Models (MoM) Paradigm (Brick) | ArXiv 2026 | General, Code, Math, Reasoning, Knowledge, Agent | github |

Sub‑Category: Predictive Scoring

Predictive scoring learns a parametric estimator (e.g., a small neural network) that predicts the expected utility of each model for a given query. This enables quality‑cost trade‑offs, multi‑objective optimization, and robustness under distribution shift through techniques like minimax, causal inference, or uncertainty estimation.

TitlePublishDomainCode
Think When Needed: Model‑Aware Reasoning Routing for LLM‑based Ranking (Think When Needed)ArXiv 2026Retrieval, Reasoning
Adaptive Routing of Text‑to‑Image Generation Requests Between Large Cloud Model and Light‑Weight Edge Model (RouteT2I)ICCV 2025Gen, Multimodal
BEST‑Route: Adaptive LLM Routing with Test‑Time Optimal Compute (BEST-Route)ICML 2025QA, Code, SafetyGitHub
Capability Instruction Tuning: A New Paradigm for Dynamic LLM Routing (Capability Instruction Tuning)AAAI 2025General, MultimodalGitHub
CARGO: A Framework for Confidence‑Aware Routing of Large Language Models (CARGO)CASCON 2025Math, Code, Reasoning, Gen, GeneralGitHub
Domain Adaptation for Robust Model RoutingNeurIPS 2024 WorkshopTheory, Gen
Harnessing the Power of Multiple Minds: Lessons Learned from LLM RoutingNAACLW 2024Reasoning, Math, GeneralGitHub
Hybrid LLM: Cost‑Efficient and Quality‑Aware Query Routing (Hybrid LLM)ICLR 2024General
Meta‑Router: Bridging Gold‑standard and Preference‑based Evaluations in Large Language Model Routing (Meta-Router)ICLR 2026Med, Law, Finance
One Head, Many Models: Cross‑Attention Routing for Cost‑Aware LLM SelectionArXiv 2025General, Math, Code, Reasoning, QA
Principled Model Routing for Unknown Mixtures of Source DomainsNeurIPS 2025General
RouteLLM: Learning to Route LLMs from Preference Data (ROUTELLM)ICLR 2024General, QA, Math, Reasoning
Routing to the Expert: Efficient Reward‑guided Ensemble of Large Language Models (Zooter)NAACL 2024General, Math, Code, Dialogue
TensorOpera Router: A Multi‑Model Router for Efficient LLM Inference (TensorOpera Router)EMNLP 2024Med, Code, General, Math, Reasoning, STEM
AgentRouter: A Knowledge‑Graph‑Guided LLM Router for Collaborative Multi‑Agent Question Answering (AgentRouter)ArXiv 2025Agent, QA, Reasoning
HAPS: Hierarchical LLM Routing with Joint Architecture and Parameter Search (HAPS)ArXiv 2026Agent, QA, Reasoning, GeneralGitHub
Optimizing Reasoning Efficiency through Prompt Difficulty Prediction (Optimizing Reasoning)ArXiv 2025Math, Reasoning, STEM
Route‑and‑Reason: Scaling Large Language Model Reasoning with Reinforced Model Router (Route-and-Reason)ArXiv 2025Code, Logic, Math, QA, ReasoningGitHub
Leveraging Uncertainty Estimation for Efficient LLM RoutingICML Workshop 2025General, QA, Math
ICL‑Router: In‑Context Learned Model Representations for LLM Routing (ICL-Router)AAAI 2025General, Math, Code, Logic, ReasoningGitHub
Universal LLM Routing with Correctness‑Based Representation (UniRoute)ICLR Workshop 2025Med, Code, General, Math, Reasoning, STEM
When Routing Collapses: On the Degenerate Convergence of LLM Routers (EquiRouter)ArXiv 2026GeneralGitHub
Dynamic Mix Precision Routing for Efficient Multi‑step LLM Interaction (DMR)ArXiv 2026Agent, Reasoning
LLM Router: Rethinking Routing with Prefill Activations (LLM Router)ArXiv 2026General, Code, Reasoning, STEM
ConsRoute: Consistency‑Aware Adaptive Query Routing for Cloud‑Edge‑Device Large Language Models (ConsRoute)ArXiv 2026General, Math, Code, Dialogue
Task-Aware LLM Routing with Multi-Level Task-Profile-Guided Data Synthesis for Cold-Start Scenarios (TRouter)ACL 2026General, QA, Reasoning, Gen, Code, Law, Medgithub
ROUTERHGC: Optimized Router for LLM-based Multi-Agent Systems via Heterogeneous Graph Contrastive Learning (ROUTERHGC)Findings of ACL 2026Agent, Math, Code, QA, Reasoning
Breaking Model Lock-in: Cost-Efficient Zero-Shot LLM Routing via a Universal Latent Space (ZeroRouter)ArXiv 2026General, Math, Reasoning, STEM, QA, Codegithub
ODAR: Principled Adaptive Routing for LLM Reasoning via Active Inference (ODAR)ArXiv 2026General, Math, Reasoning, QA, Code, Multimodal, STEM
Switchcraft: AI Model Router for Agentic Tool Calling (Switchcraft)ArXiv 2026Agent
LogRouter: Adaptive Two-Level LLM Routing for Log Question Answering in Big Data Systems (LogRouter)ArXiv 2026QA, RAG, Retrieval, Log parsing
IR3DE: A Linear Router for Large Language Models (IR3DE)ICML 2026 WorkshopGeneral, Code, Math, Reasoning, STEM, Law, Dialoguegithub
From Sampled Outcomes to Capability Distributions: Rethinking Supervision for LLM Routing (DARS (Distribution-Aware Routing Supervision))ArXiv 2026STEM, Math, QA, Reasoninggithub

Routing Papers: Verification Routing

Verification routing expands the decision space to intermediate generation states (partial outputs, confidence scores, or reasoning steps). It can revise routing decisions during inference, making the process more adaptive. Two common patterns are self‑assessment (reactive fallback) and collaborative generation (proactive, token‑level interleaving).

Sub‑Category: Collaborative Generation

Collaborative generation integrates decision points directly into the generation process. Instead of a one‑shot model choice, multiple models collaborate step‑wise or token‑wise – e.g., switching control at reasoning boundaries or invoking expert models only at critical tokens. This enables fine‑grained, online adaptation.

TitlePublishDomainCode
Heterogeneous Swarms: Jointly Optimizing Model Roles and Weights for Multi‑LLM Systems (HETEROGENEOUS SWARMS)NeurIPS 2025General, Reasoning, Agent, QA, MathGitHub
Mixture of Thoughts: Learning to Aggregate What Experts Think, Not Just What They Say (Mixture of Thoughts)ICLR2026General, Math, Code, ReasoningGitHub
R2R: Efficiently Navigating Divergent Reasoning Paths with Small‑Large Model Token Routing (R2R)NeurIPS 2025Math, Code, QA, ReasoningGitHub
RelayLLM: Efficient Reasoning via Collaborative Decoding (RelayLLM)ArXiv 2026Math, ReasoningGitHub
Budget‑Aware Agentic Routing via Boundary‑Guided Training (Budget-Aware Agentic)ArXiv 2026Agent, Reasoning, Code
Learning Query‑Aware Budget‑Tier Routing for Runtime Agent Memory (BudgetMem)ICML 2026Agent, RAG, QA, DialogueGitHub
Optimizing NetGPT via Routing‑Based Synergy and Reinforcement LearningArXiv 2025Agent
Atlas: Orchestrating Heterogeneous Models and Tools for Multi‑Domain Complex Reasoning (Atlas)ArXiv 2026Agent, Code, Logic, Math, Multimodal, QA, Reasoning, STEM
ReMA: Learning to Meta‑Think for LLMs with Multi‑Agent Reinforcement Learning (ReMA)NeurIPS 2025Math, Reasoning, AgentGitHub
Controlling Performance and Budget of a Centralized Multi‑Agent LLM System with Reinforcement LearningArXiv 2025Math, Agent, Reasoning
Router‑R1: Teaching LLMs Multi‑Round Routing and Aggregation via Reinforcement Learning (Router-R1)NeurIPS 2025QA, ReasoningGitHub
SkillOrchestra: Learning to Route Agents via Skill Transfer (SkillOrchestra)ArXiv 2026Agent, QA, Math, ReasoningGitHub
LightRouter: Towards Efficient LLM Collaboration with Minimal Overhead (LightRouter)ArXiv 2025General, Code, Math, QA, Reasoning
Token‑Level LLM Collaboration via FusionRoute (FusionRoute)ICML 2026Math, Code, GeneralGitHub
TARo: Token‑level Adaptive Routing for LLM Test‑time Alignment (TARo)ArXiv 2026Math, Med, Reasoning, Gen
Neural Chain-of-Thought Search: Searching the Optimal Reasoning Path to Enhance Large Language Models(NCoTs)ArXiv 2026Math, Reasoning, GeneralGitHub
Confidence-Guided Stepwise Model Routing for Cost-Efficient Reasoning (STEER)AAAI 2026Math, QA, Reasoning, Generalgithub

Sub‑Category: Self‑Assessment

Self‑assessment uses the model’s own confidence, uncertainty, or self‑consistency signals to decide whether to keep using a lightweight model or escalate to a stronger one. Decisions can be made at sequence end or at reasoning bottlenecks, often with a confidence threshold that triggers fallback.

TitlePublishDomainCode
ACAR: Adaptive Complexity Routing for Multi‑Model Ensembles with Auditable Decision Traces (ACAR)ArXiv 2026Math, Reasoning, Code, QA, GeneralGitHub
AutoMix: Automatically Mixing Language Models (AutoMix)NeurIPS 2024QA, Reasoning, DialogueGitHub
Cache & Distil: Optimising API Calls to Large Language Models (Cache & Distil)ACL 2024Classify
Confident or Seek Stronger: Exploring Uncertainty‑Based On‑Device LLM Routing From Benchmarking to Generalization (Confident or Seek Stronger)NeurIPS 2025 WorkshopGeneral, Math, Reasoning, QA
CP‑Router: An Uncertainty‑Aware Router Between LLM and LRM (CP-Router)AAAI 2026QA, Reasoning, Math, Logic
DiSRouter: Distributed Self‑Routing for LLM Selections (DISROUTER)ICLR 2026General, Math, QA, Reasoning
Learning to Route LLMs with Confidence Tokens (Self-REF)ICML 2025General, QA, Math, Med, STEM
Optimising Calls to Large Language Models with Uncertainty‑Based Two‑Tier SelectionCOLM 2024Classify, QA, Reasoning, General
SATER: A Self‑Aware and Token‑Efficient Approach to Routing and Cascading (SATER)EMNLP 2025General, Math, Reasoning, QA
X-Router: Decoupling Knowledge and Reasoning for Cost-Effective LLM Inference (X-ROUTER)Findings of ACL 2026QA, RAG, Reasoning, Math, Finance, Medhuggingface
R2V Agent: Teaching SLMs When to Ask for Help (R2V-Agent)ArXiv 2026Agent, Code, Reasoninggithub
RASER: Recoverability-Aware Selective Escalation Router for Multi-Hop Question Answering (RASER)ArXiv 2026QA, RAG, Reasoninggithub
Resample or Reroute? Budget-Aware Test-Time Model Selection for Large Language Models (Resample-or-Reroute (RoR))ArXiv 2026Math, STEM, Code, Reasoning, QAAvailable (see paper)

Routing Papers: Memory‑based Routing

Memory‑based routing conditions decisions not only on the current query but also on persistent historical memory – past queries, outcomes, or user interactions. This grounds uncertain online prediction in reusable evidence, enabling cross‑domain and multi‑turn adaptation. The main approaches are retrieval‑based and structured (graph‑based) routing.

Sub‑Category: Retrieval

Retrieval‑based routing finds a semantic neighborhood of historical samples similar to the current query, then aggregates observed model utilities from those samples (e.g., via kNN or proximity weighting). This local estimation adapts to query variations without heavy retraining and can handle distribution shifts gracefully.

Sub‑Category: Structured

Structured routing represents interactions, queries, tasks, and models as nodes in a topological history graph. Routing becomes a graph‑based scoring problem – e.g., using a Graph Neural Network to encode query and model nodes and predict their routing affinity. This supports relational reasoning, personalization, and long‑term planning.

TitlePublishDomainCode
GraphRouter: A Graph‑based Router for LLM Selections (GRAPHROUTER)ICLR 2025General, QA, ReasoningGitHub
GMTRouter: Personalized LLM Router over Multi‑turn User Interactions (GMTRouter)ArXiv 2025General, Dialogue, Math, QAGitHub

Routing Papers: System Analysis

Analytical work studies system‑level behavior: theoretical bounds, benchmark evaluation, and safety risks. These works treat routing as part of a larger ecosystem with multiple objectives, constraints, and potential adversaries. The three sub‑categories cover theoretical modeling, benchmark & evaluation, and safety analysis.

Sub‑Category: Theoretical Modeling

Theoretical modeling applies tools from pricing theory, queueing analysis, and game theory to understand routing in constrained, dynamic, or strategic settings. For example, Stackelberg games model LLM service pricing, while contextual queueing bandits capture user retrials and scheduling. These studies reveal interdependencies among routing quality, latency, and cost.

Sub‑Category: Benchmark and Evaluation

Benchmarks assess routers across diverse tasks, model pools, and deployment constraints (latency, cost, robustness). They extend evaluation from static model selection to dynamic, multi‑dimensional trade‑offs. Representative benchmarks include RouterBench, RouterEval, VL‑RouterBench (multimodal), and AgentSelect (agentic scenarios). A unified framework is needed to jointly evaluate quality, latency, cost, robustness, and resource efficiency.

MethodDomainPublishCode
Multi-LLM Collaboration for Medication RecommendationMedArXiv 2025
AmongUs (Measuring and Mitigating Malicious Contributions in Model Collaboration Systems)Security, SafetyICML 2026GitHub
AgentSelect (Benchmark for Narrative Query‑to‑Agent Recommendation)AgentArXiv 2026GitHub
DSC (How Robust Are Router‑LLMs? Analysis of the Fragility of LLM Routing Capabilities)STEM, SafetyEACL 2026
IPW (Intelligence per Watt: Measuring Intelligence Efficiency of Local AI)Chat, GeneralArXiv 2025
LLMRouterBench (A Massive Benchmark and Unified Framework for LLM Routing)STEM, MedArXiv 2026GitHub
MMR-Bench (A Comprehensive Benchmark for Multimodal LLM Routing)Multimodal, VQAArXiv 2026GitHub
Model-GLUE (Democratized LLM Scaling for A Large Model Zoo in the Wild)STEM, ChatNeurIPS 2024GitHub
Prompt-to-Leaderboard (Prompt‑Adaptive LLM Evaluations)Chat, GeneralICML 2025GitHub
RouterArena (An Open Platform for Comprehensive Comparison of LLM Routers)GeneralICLR 2025GitHub
RouterEval (A Comprehensive Benchmark for Routing LLMs)General, QA, Reasoning, MathEMNLP 2025GitHub
RouterBench (A Benchmark for Multi‑LLM Routing System)STEM, RAGICML Workshop 2024GitHub
RouterXBench (Towards Fair and Comprehensive Evaluation of Routers in Collaborative LLM Systems)General, Math, Knowledge, ReasoningArXiv 2026GitHub
VL-RouterBench (A Benchmark for Vision‑Language Model Routing)Multimodal, STEMArXiv 2025GitHub
Feng et al. (When One LLM Drools, Multi‑LLM Collaboration Rules)GeneralArXiv 2025
Yuan et al. (Who Routes the Router: Rethinking the Evaluation of LLM Routing Systems)GeneralNeurIPS 2025 WorkshopGitHub
RoutingLLM (Boosting LLM Performance for Network Routing)Network RoutingICASSP 2026
Unsolvability Ceiling in Multi-LLM Routing: An Empirical Study of Evaluation ArtifactsGeneral, Med, Code, QA, DialogueArXiv 2026
TwinRouterBench: Fast Static and Live Dynamic Evaluation for Realistic Agentic LLM Routing (TwinRouterBench)Agent, Code, RAG, GenACM CAIS 2026 Workshop RLEval homepagegithub
RouteJudge: An Open Platform for Reproducible and Preference-Aware LLM Routing (RouteJudge & ORBIT)General, Dialogue, GenArXiv 2026github

Sub‑Category: Safety Analysis

Safety analysis studies routing failures under adversarial, unreliable, or privacy‑sensitive conditions. Attackers can redirect queries to expensive models or bypass policies (e.g., confounder gadgets, adversarial suffixes). Defenses include contrastive learning, embedding‑based filtering, and hybrid surrogate models. Future routers must embed safety, privacy, and security as core design constraints.

Contributors

dedekinds

15 commits

linggm3

10 commits

YupeiLin2388

3 commits

ymoslem

2 commits

MilkThink-Lab/Awesome-Routing-LLMs

A curated list of awesome works in Routing LLMs paradigm (👉 Welcome to submit your contributions to this code repository)

Python

176

34 commits

updated Jul 30, 2026

See the code

README

Awesome-Routing-LLMs

A curated list of awesome works in Routing LLMs paradigm

🤩👉 Welcome to submit your contributions to this code repository.


Survey

Routing Papers: Pre‑judgment Routing

Pre‑judgment routing makes a routing decision before any generation starts. It relies only on the initial query and static model information, making it suitable for fast, one‑shot allocation. The three main strategies are feature matching, predictive scoring, and constrained optimization.

Sub‑Category: Constrained Optimization

In deployment, routing often faces hard resource constraints (e.g., maximum latency or cost). This paradigm casts decision‑making as constrained utility maximization, using optimization strategies, multi‑objective formulations, or adaptive policies such as reinforcement learning to trade off quality and cost under budget limits.

TitlePublishDomainCode
Towards Generalized Routing: Model and Agent Orchestration for Adaptive and Efficient InferenceArXiv 2025General, Code, Math, QA
Dynamic Quality-Latency Aware Routing for LLM Inference in Wireless Edge-Device NetworksICCC Workshop 2025General, Dialogue, Math
RADAR: Reasoning-Ability and Difficulty-Aware Routing for Reasoning LLMs (RADAR)NeurIPS 2025 WorkshopReasoning, Math, STEM, QA
CARROT: A Cost Aware Rate Optimal Router (CARROT)ICLR Workshop 2025General, Math, Reasoning, RAG, QAGitHub
Causal LLM Routing: End-to-End Regret Minimization from Observational Data (Causal LLM Routing)NeurIPS 2025General, Reasoning, Math, Code, Dialogue
Cost-Aware Routing for Efficient Text-To-Image GenerationArXiv 2025Gen, Multimodal
Federate the Router: Learning Language Model Routers with Sparse and Decentralized Evaluations (Federate the Router)ArXiv 2026General
Fly-swat or Cannon? Cost-Effective Language Model Choice via Meta-Modeling (FORC)WSDM 2024QA, Reasoning, Classify, Detection, GeneralGitHub
IPR: Intelligent Prompt Routing with User-Controlled Quality-Cost Trade-offs (IPR)EMNLP 2025General, Dialogue, QA, Reasoning
IRT-Router: Effective and Interpretable Multi-LLM Routing via Item Response Theory (IRT-Router)ACL 2025General, Math, Code, Reasoning, QAGitHub
LLMRank: Understanding LLM Strengths for Model Routing (LLMRank)ArXiv 2025General, Reasoning, Math, Code, QA
MetaLLM: A High-performant and Cost-efficient Dynamic Framework for Wrapping LLMs (MetaLLM)ArXiv 2024Classify, QAGitHub
PROTEUS: SLA-Aware Routing via Lagrangian RL for Multi-LLM Serving System (PROTEUS)ArXiv 2026General, Reasoning, Math, Code
R2-ROUTER: A New Paradigm for LLM Routing with Reasoning (R2-ROUTER)ICML 2026General, Math, Reasoning, STEM, RAGHuggingFace
Routoo: Learning to Route to Large Language Models Effectively (ROUTOO)ArXiv 2024General, QA
Truthful Reverse Auctions for Adaptive Selection via Contextual Multi-Armed BanditsAAMAS 2026General
Tryage: Real-time, intelligent Routing of User Prompts to Large Language Models (Tryage)ArXiv 2023Code, Finance, Law, Math, Med, General
Efficient and Interpretable Multi-Agent LLM Routing via Ant Colony OptimizationArXiv 2026Math, Code, Reasoning, General
Adaptive LLM Routing under Budget ConstraintsEMNLP 2025General
Efficient Routing of Inference Requests across LLM Instances in Cloud-Edge Computing (Efficient Routing)ArXiv 2025Code, Math, QA, Reasoning, General
GreenServ: Energy-Efficient Context-Aware Dynamic Routing for Multi-Model LLM Inference (GreenServ)ArXiv 2026QA, Reasoning, Math, GeneralGitHub
MasRouter: Learning to Route LLMs for Multi-Agent Systems (MasRouter)ACL 2025Agent, Code, Math, General, ReasoningGitHub
MixLLM: Dynamic Routing in Mixed Large Language Models (MixLLM)NAACL 2025General
Near-Optimal Online Deployment and Routing for Streaming LLMs (NEAR-OPTIMAL)ICLR 2026General
OmniRouter: Budget and Performance Controllable Multi-LLM Routing (OmniRouter)KDD-25 (2025)General, Math, QA, ReasoningGitHub
OptLLM: Optimal Assignment of Queries to Large Language Models (OptLLM)ICWS 2024Classify, QA, Reasoning, General, Log parsingGitHub
SC-MAS: Constructing Cost-Efficient Multi-Agent Systems with Edge-Level Heterogeneous Collaboration (SC-MAS)ArXiv 2026General, Math, Code, Reasoning, Agent
xRouter: Training Cost-Aware LLMs Orchestration System via Reinforcement Learning (xRouter)ArXiv 2025Code, Math, Reasoning, QA, GeneralGitHub
Beyond GPT‑5: Making LLMs Cheaper and Better via Performance‑Efficiency Optimized Routing (Beyond GPT‑5)DAI 2025Agent, Code, General, QA, Reasoning, STEMGitHub
Routesplain: Towards Faithful and Intervenable Routing for Software-related Tasks (ROUTESPLAIN)ArXiv 2025Code, QA
Universal LLM Routing with Correctness‑Based RepresentationICLR Workshop 2024Code, Math, QA, General
SpareLLM: Automatically Selecting Task‑Specific Minimum‑Cost Large Language Models under Equivalence Constraint (SpareLLM)SIGMOD 2025GeneralGitHub
BOUTE: Cost‑Efficient LLM Serving with Heterogeneous LLMs and GPUs via Multi‑Objective Bayesian Optimization (Boute)ArXiv 2026General, Math, Reasoning
Outcome‑Aware Tool Selection for Semantic Routers: Latency‑Constrained Learning Without LLM Inference (OATS)ArXiv 2026Agent, Retrieval
Conformal LLM Routing with Distribution-Free Safety GuaranteesACL 2026Math, Knowledgegithub
HyDRA: Hybrid Dynamic Routing Architecture for Heterogeneous LLM Pools (HyDRA)ArXiv 2026Code, Agent, Reasoning
SeqRoute: Global Budget-Aware Sequential LLM Routing via Offline Reinforcement Learning (SeqRoute)ArXiv 2026General, Dialogue
Towards Cost-effective LLMs Routing with Batch Prompting (RoBatch)ArXiv 2026Classify, Math, Reasoning
BiCSRouter: Bi-Level Cross-System Routing for Utility-Aware LLM Inference (BiCSRouter)Findings of ACL 2026Code, Math, Reasoning, QA, General
Latency-Quality Routing for Functionally Equivalent Tools in LLM Agents (LQM-CONTEXTROUTE)ArXiv 2026Agent, Retrieval, QA

Sub‑Category: Feature Matching

Feature matching aligns the query representation and model capability representations in a shared space, then selects the model whose embedding is closest to the query. This approach can be lightweight and training‑free, but may degrade under distribution shift; adaptive methods use attention, policy learning, or prototype matching to stay robust.

TitlePublishDomainCode
Talk to Right Specialists: Routing and Planning in Multi‑Agent System for Question Answering (Talk to Right Specialists)ArXiv 2025QA, RAG, Agent
Arch-Router: Aligning LLM Routing with Human Preferences (Arch-Router)ArXiv 2025General, DialogueGitHub
Cost‑Aware Contrastive Routing for LLMs (CSCR)NeurIPS 2025GeneralGitHub
EmbedLLM: Learning Compact Representations of Large Language Models (EMBEDLLM)ICLR 2025General, QA, Math, Code, MedGitHub
Exploring Knowledge Purification in Multi‑Teacher Knowledge Distillation for LLMsICLR 2026QA, Reasoning, Med
RouterDC: Query‑Based Router by Dual Contrastive Learning for Assembling Large Language Models (RouterDC)NeurIPS 2024General, Math, Code, ReasoningGitHub
Routing with Generated Data: Annotation‑Free LLM Skill Estimation and Expert Selection (Routing with Generated Data)ArXiv 2026General, QA, Reasoning, Math, MedGitHub
TagRouter: Learning Route to LLMs through Tags for Open‑Domain Text Generation Tasks (TAGROUTER)ACL 2025General, Gen
The Avengers: A Simple Recipe for Uniting Smaller Language Models to Challenge Proprietary Giants (Avengers)AAAI 2025Math, Code, Logic, Knowledge, Affective, GeneralGitHub
RadialRouter: Structured Representation for Efficient and Robust Large Language Models Routing (RadialRouter)EMNLP 2025General, Reasoning, Math, Code, QAGitHub
n‑Musketeers: Reinforcement Learning Shapes Collaboration Among Language Models (n-Musketeers)ArXiv 2026Math, Logic, Code, Reasoning
TCAndon-Router: Adaptive Reasoning Router for Multi‑Agent Collaboration (TCAndon-Router)ArXiv 2026General, Reasoning, QAHuggingFace
Minimizing Mismatch Risk: A Prototype‑Based Routing Framework for Zero‑shot LLM‑generated Text Detection (DetectRouter)ICML2026Detection, Security
Toward Super Agent System with Hybrid AI Routers (Super Agent System)ArXiv 2025Agent, Code
vLLM Semantic Router: Signal Driven Decision Routing for Mixture‑of‑Modality ModelsArXiv 2026General, MultimodalGitHub

| Brick: Spatial Capability Routing for the Mixture-of-Models (MoM) Paradigm (Brick) | ArXiv 2026 | General, Code, Math, Reasoning, Knowledge, Agent | github |

Sub‑Category: Predictive Scoring

Predictive scoring learns a parametric estimator (e.g., a small neural network) that predicts the expected utility of each model for a given query. This enables quality‑cost trade‑offs, multi‑objective optimization, and robustness under distribution shift through techniques like minimax, causal inference, or uncertainty estimation.

TitlePublishDomainCode
Think When Needed: Model‑Aware Reasoning Routing for LLM‑based Ranking (Think When Needed)ArXiv 2026Retrieval, Reasoning
Adaptive Routing of Text‑to‑Image Generation Requests Between Large Cloud Model and Light‑Weight Edge Model (RouteT2I)ICCV 2025Gen, Multimodal
BEST‑Route: Adaptive LLM Routing with Test‑Time Optimal Compute (BEST-Route)ICML 2025QA, Code, SafetyGitHub
Capability Instruction Tuning: A New Paradigm for Dynamic LLM Routing (Capability Instruction Tuning)AAAI 2025General, MultimodalGitHub
CARGO: A Framework for Confidence‑Aware Routing of Large Language Models (CARGO)CASCON 2025Math, Code, Reasoning, Gen, GeneralGitHub
Domain Adaptation for Robust Model RoutingNeurIPS 2024 WorkshopTheory, Gen
Harnessing the Power of Multiple Minds: Lessons Learned from LLM RoutingNAACLW 2024Reasoning, Math, GeneralGitHub
Hybrid LLM: Cost‑Efficient and Quality‑Aware Query Routing (Hybrid LLM)ICLR 2024General
Meta‑Router: Bridging Gold‑standard and Preference‑based Evaluations in Large Language Model Routing (Meta-Router)ICLR 2026Med, Law, Finance
One Head, Many Models: Cross‑Attention Routing for Cost‑Aware LLM SelectionArXiv 2025General, Math, Code, Reasoning, QA
Principled Model Routing for Unknown Mixtures of Source DomainsNeurIPS 2025General
RouteLLM: Learning to Route LLMs from Preference Data (ROUTELLM)ICLR 2024General, QA, Math, Reasoning
Routing to the Expert: Efficient Reward‑guided Ensemble of Large Language Models (Zooter)NAACL 2024General, Math, Code, Dialogue
TensorOpera Router: A Multi‑Model Router for Efficient LLM Inference (TensorOpera Router)EMNLP 2024Med, Code, General, Math, Reasoning, STEM
AgentRouter: A Knowledge‑Graph‑Guided LLM Router for Collaborative Multi‑Agent Question Answering (AgentRouter)ArXiv 2025Agent, QA, Reasoning
HAPS: Hierarchical LLM Routing with Joint Architecture and Parameter Search (HAPS)ArXiv 2026Agent, QA, Reasoning, GeneralGitHub
Optimizing Reasoning Efficiency through Prompt Difficulty Prediction (Optimizing Reasoning)ArXiv 2025Math, Reasoning, STEM
Route‑and‑Reason: Scaling Large Language Model Reasoning with Reinforced Model Router (Route-and-Reason)ArXiv 2025Code, Logic, Math, QA, ReasoningGitHub
Leveraging Uncertainty Estimation for Efficient LLM RoutingICML Workshop 2025General, QA, Math
ICL‑Router: In‑Context Learned Model Representations for LLM Routing (ICL-Router)AAAI 2025General, Math, Code, Logic, ReasoningGitHub
Universal LLM Routing with Correctness‑Based Representation (UniRoute)ICLR Workshop 2025Med, Code, General, Math, Reasoning, STEM
When Routing Collapses: On the Degenerate Convergence of LLM Routers (EquiRouter)ArXiv 2026GeneralGitHub
Dynamic Mix Precision Routing for Efficient Multi‑step LLM Interaction (DMR)ArXiv 2026Agent, Reasoning
LLM Router: Rethinking Routing with Prefill Activations (LLM Router)ArXiv 2026General, Code, Reasoning, STEM
ConsRoute: Consistency‑Aware Adaptive Query Routing for Cloud‑Edge‑Device Large Language Models (ConsRoute)ArXiv 2026General, Math, Code, Dialogue
Task-Aware LLM Routing with Multi-Level Task-Profile-Guided Data Synthesis for Cold-Start Scenarios (TRouter)ACL 2026General, QA, Reasoning, Gen, Code, Law, Medgithub
ROUTERHGC: Optimized Router for LLM-based Multi-Agent Systems via Heterogeneous Graph Contrastive Learning (ROUTERHGC)Findings of ACL 2026Agent, Math, Code, QA, Reasoning
Breaking Model Lock-in: Cost-Efficient Zero-Shot LLM Routing via a Universal Latent Space (ZeroRouter)ArXiv 2026General, Math, Reasoning, STEM, QA, Codegithub
ODAR: Principled Adaptive Routing for LLM Reasoning via Active Inference (ODAR)ArXiv 2026General, Math, Reasoning, QA, Code, Multimodal, STEM
Switchcraft: AI Model Router for Agentic Tool Calling (Switchcraft)ArXiv 2026Agent
LogRouter: Adaptive Two-Level LLM Routing for Log Question Answering in Big Data Systems (LogRouter)ArXiv 2026QA, RAG, Retrieval, Log parsing
IR3DE: A Linear Router for Large Language Models (IR3DE)ICML 2026 WorkshopGeneral, Code, Math, Reasoning, STEM, Law, Dialoguegithub
From Sampled Outcomes to Capability Distributions: Rethinking Supervision for LLM Routing (DARS (Distribution-Aware Routing Supervision))ArXiv 2026STEM, Math, QA, Reasoninggithub

Routing Papers: Verification Routing

Verification routing expands the decision space to intermediate generation states (partial outputs, confidence scores, or reasoning steps). It can revise routing decisions during inference, making the process more adaptive. Two common patterns are self‑assessment (reactive fallback) and collaborative generation (proactive, token‑level interleaving).

Sub‑Category: Collaborative Generation

Collaborative generation integrates decision points directly into the generation process. Instead of a one‑shot model choice, multiple models collaborate step‑wise or token‑wise – e.g., switching control at reasoning boundaries or invoking expert models only at critical tokens. This enables fine‑grained, online adaptation.

TitlePublishDomainCode
Heterogeneous Swarms: Jointly Optimizing Model Roles and Weights for Multi‑LLM Systems (HETEROGENEOUS SWARMS)NeurIPS 2025General, Reasoning, Agent, QA, MathGitHub
Mixture of Thoughts: Learning to Aggregate What Experts Think, Not Just What They Say (Mixture of Thoughts)ICLR2026General, Math, Code, ReasoningGitHub
R2R: Efficiently Navigating Divergent Reasoning Paths with Small‑Large Model Token Routing (R2R)NeurIPS 2025Math, Code, QA, ReasoningGitHub
RelayLLM: Efficient Reasoning via Collaborative Decoding (RelayLLM)ArXiv 2026Math, ReasoningGitHub
Budget‑Aware Agentic Routing via Boundary‑Guided Training (Budget-Aware Agentic)ArXiv 2026Agent, Reasoning, Code
Learning Query‑Aware Budget‑Tier Routing for Runtime Agent Memory (BudgetMem)ICML 2026Agent, RAG, QA, DialogueGitHub
Optimizing NetGPT via Routing‑Based Synergy and Reinforcement LearningArXiv 2025Agent
Atlas: Orchestrating Heterogeneous Models and Tools for Multi‑Domain Complex Reasoning (Atlas)ArXiv 2026Agent, Code, Logic, Math, Multimodal, QA, Reasoning, STEM
ReMA: Learning to Meta‑Think for LLMs with Multi‑Agent Reinforcement Learning (ReMA)NeurIPS 2025Math, Reasoning, AgentGitHub
Controlling Performance and Budget of a Centralized Multi‑Agent LLM System with Reinforcement LearningArXiv 2025Math, Agent, Reasoning
Router‑R1: Teaching LLMs Multi‑Round Routing and Aggregation via Reinforcement Learning (Router-R1)NeurIPS 2025QA, ReasoningGitHub
SkillOrchestra: Learning to Route Agents via Skill Transfer (SkillOrchestra)ArXiv 2026Agent, QA, Math, ReasoningGitHub
LightRouter: Towards Efficient LLM Collaboration with Minimal Overhead (LightRouter)ArXiv 2025General, Code, Math, QA, Reasoning
Token‑Level LLM Collaboration via FusionRoute (FusionRoute)ICML 2026Math, Code, GeneralGitHub
TARo: Token‑level Adaptive Routing for LLM Test‑time Alignment (TARo)ArXiv 2026Math, Med, Reasoning, Gen
Neural Chain-of-Thought Search: Searching the Optimal Reasoning Path to Enhance Large Language Models(NCoTs)ArXiv 2026Math, Reasoning, GeneralGitHub
Confidence-Guided Stepwise Model Routing for Cost-Efficient Reasoning (STEER)AAAI 2026Math, QA, Reasoning, Generalgithub

Sub‑Category: Self‑Assessment

Self‑assessment uses the model’s own confidence, uncertainty, or self‑consistency signals to decide whether to keep using a lightweight model or escalate to a stronger one. Decisions can be made at sequence end or at reasoning bottlenecks, often with a confidence threshold that triggers fallback.

TitlePublishDomainCode
ACAR: Adaptive Complexity Routing for Multi‑Model Ensembles with Auditable Decision Traces (ACAR)ArXiv 2026Math, Reasoning, Code, QA, GeneralGitHub
AutoMix: Automatically Mixing Language Models (AutoMix)NeurIPS 2024QA, Reasoning, DialogueGitHub
Cache & Distil: Optimising API Calls to Large Language Models (Cache & Distil)ACL 2024Classify
Confident or Seek Stronger: Exploring Uncertainty‑Based On‑Device LLM Routing From Benchmarking to Generalization (Confident or Seek Stronger)NeurIPS 2025 WorkshopGeneral, Math, Reasoning, QA
CP‑Router: An Uncertainty‑Aware Router Between LLM and LRM (CP-Router)AAAI 2026QA, Reasoning, Math, Logic
DiSRouter: Distributed Self‑Routing for LLM Selections (DISROUTER)ICLR 2026General, Math, QA, Reasoning
Learning to Route LLMs with Confidence Tokens (Self-REF)ICML 2025General, QA, Math, Med, STEM
Optimising Calls to Large Language Models with Uncertainty‑Based Two‑Tier SelectionCOLM 2024Classify, QA, Reasoning, General
SATER: A Self‑Aware and Token‑Efficient Approach to Routing and Cascading (SATER)EMNLP 2025General, Math, Reasoning, QA
X-Router: Decoupling Knowledge and Reasoning for Cost-Effective LLM Inference (X-ROUTER)Findings of ACL 2026QA, RAG, Reasoning, Math, Finance, Medhuggingface
R2V Agent: Teaching SLMs When to Ask for Help (R2V-Agent)ArXiv 2026Agent, Code, Reasoninggithub
RASER: Recoverability-Aware Selective Escalation Router for Multi-Hop Question Answering (RASER)ArXiv 2026QA, RAG, Reasoninggithub
Resample or Reroute? Budget-Aware Test-Time Model Selection for Large Language Models (Resample-or-Reroute (RoR))ArXiv 2026Math, STEM, Code, Reasoning, QAAvailable (see paper)

Routing Papers: Memory‑based Routing

Memory‑based routing conditions decisions not only on the current query but also on persistent historical memory – past queries, outcomes, or user interactions. This grounds uncertain online prediction in reusable evidence, enabling cross‑domain and multi‑turn adaptation. The main approaches are retrieval‑based and structured (graph‑based) routing.

Sub‑Category: Retrieval

Retrieval‑based routing finds a semantic neighborhood of historical samples similar to the current query, then aggregates observed model utilities from those samples (e.g., via kNN or proximity weighting). This local estimation adapts to query variations without heavy retraining and can handle distribution shifts gracefully.

Sub‑Category: Structured

Structured routing represents interactions, queries, tasks, and models as nodes in a topological history graph. Routing becomes a graph‑based scoring problem – e.g., using a Graph Neural Network to encode query and model nodes and predict their routing affinity. This supports relational reasoning, personalization, and long‑term planning.

TitlePublishDomainCode
GraphRouter: A Graph‑based Router for LLM Selections (GRAPHROUTER)ICLR 2025General, QA, ReasoningGitHub
GMTRouter: Personalized LLM Router over Multi‑turn User Interactions (GMTRouter)ArXiv 2025General, Dialogue, Math, QAGitHub

Routing Papers: System Analysis

Analytical work studies system‑level behavior: theoretical bounds, benchmark evaluation, and safety risks. These works treat routing as part of a larger ecosystem with multiple objectives, constraints, and potential adversaries. The three sub‑categories cover theoretical modeling, benchmark & evaluation, and safety analysis.

Sub‑Category: Theoretical Modeling

Theoretical modeling applies tools from pricing theory, queueing analysis, and game theory to understand routing in constrained, dynamic, or strategic settings. For example, Stackelberg games model LLM service pricing, while contextual queueing bandits capture user retrials and scheduling. These studies reveal interdependencies among routing quality, latency, and cost.

Sub‑Category: Benchmark and Evaluation

Benchmarks assess routers across diverse tasks, model pools, and deployment constraints (latency, cost, robustness). They extend evaluation from static model selection to dynamic, multi‑dimensional trade‑offs. Representative benchmarks include RouterBench, RouterEval, VL‑RouterBench (multimodal), and AgentSelect (agentic scenarios). A unified framework is needed to jointly evaluate quality, latency, cost, robustness, and resource efficiency.

MethodDomainPublishCode
Multi-LLM Collaboration for Medication RecommendationMedArXiv 2025
AmongUs (Measuring and Mitigating Malicious Contributions in Model Collaboration Systems)Security, SafetyICML 2026GitHub
AgentSelect (Benchmark for Narrative Query‑to‑Agent Recommendation)AgentArXiv 2026GitHub
DSC (How Robust Are Router‑LLMs? Analysis of the Fragility of LLM Routing Capabilities)STEM, SafetyEACL 2026
IPW (Intelligence per Watt: Measuring Intelligence Efficiency of Local AI)Chat, GeneralArXiv 2025
LLMRouterBench (A Massive Benchmark and Unified Framework for LLM Routing)STEM, MedArXiv 2026GitHub
MMR-Bench (A Comprehensive Benchmark for Multimodal LLM Routing)Multimodal, VQAArXiv 2026GitHub
Model-GLUE (Democratized LLM Scaling for A Large Model Zoo in the Wild)STEM, ChatNeurIPS 2024GitHub
Prompt-to-Leaderboard (Prompt‑Adaptive LLM Evaluations)Chat, GeneralICML 2025GitHub
RouterArena (An Open Platform for Comprehensive Comparison of LLM Routers)GeneralICLR 2025GitHub
RouterEval (A Comprehensive Benchmark for Routing LLMs)General, QA, Reasoning, MathEMNLP 2025GitHub
RouterBench (A Benchmark for Multi‑LLM Routing System)STEM, RAGICML Workshop 2024GitHub
RouterXBench (Towards Fair and Comprehensive Evaluation of Routers in Collaborative LLM Systems)General, Math, Knowledge, ReasoningArXiv 2026GitHub
VL-RouterBench (A Benchmark for Vision‑Language Model Routing)Multimodal, STEMArXiv 2025GitHub
Feng et al. (When One LLM Drools, Multi‑LLM Collaboration Rules)GeneralArXiv 2025
Yuan et al. (Who Routes the Router: Rethinking the Evaluation of LLM Routing Systems)GeneralNeurIPS 2025 WorkshopGitHub
RoutingLLM (Boosting LLM Performance for Network Routing)Network RoutingICASSP 2026
Unsolvability Ceiling in Multi-LLM Routing: An Empirical Study of Evaluation ArtifactsGeneral, Med, Code, QA, DialogueArXiv 2026
TwinRouterBench: Fast Static and Live Dynamic Evaluation for Realistic Agentic LLM Routing (TwinRouterBench)Agent, Code, RAG, GenACM CAIS 2026 Workshop RLEval homepagegithub
RouteJudge: An Open Platform for Reproducible and Preference-Aware LLM Routing (RouteJudge & ORBIT)General, Dialogue, GenArXiv 2026github

Sub‑Category: Safety Analysis

Safety analysis studies routing failures under adversarial, unreliable, or privacy‑sensitive conditions. Attackers can redirect queries to expensive models or bypass policies (e.g., confounder gadgets, adversarial suffixes). Defenses include contrastive learning, embedding‑based filtering, and hybrid surrogate models. Future routers must embed safety, privacy, and security as core design constraints.

Contributors

dedekinds

15 commits

linggm3

10 commits

YupeiLin2388

3 commits

ymoslem

2 commits

Languages

Python

100.0%