llm-routing

Tag

Cards List
#llm-routing

HyDRA: Hybrid Dynamic Routing Architecture for Heterogeneous LLM Pools

arXiv cs.CL · 2026-05-19 Cached

HyDRA is a hybrid dynamic routing architecture for heterogeneous LLM pools that predicts fine-grained capability requirements per query and selects the cheapest capable model via shortfall matching, achieving up to 72.5% cost savings with quality maintained. It is deployed in GitHub Copilot's VS Code Chat auto-mode and decouples routing from model catalog, requiring no retraining when models change.

0 favorites 0 likes
#llm-routing

Built a routing layer for multi-model pipelines, picks the right LLM per request based on priority

Reddit r/AI_Agents · 2026-05-12

A routing layer that automatically selects the best LLM per request based on priority flags (speed, cost, quality, balanced) using a weighted score, with under 1ms decision time and built-in fallback, caching, and metrics.

0 favorites 0 likes
#llm-routing

Iterative Critique-and-Routing Controller for Multi-Agent Systems with Heterogeneous LLMs

arXiv cs.AI · 2026-05-12 Cached

This paper introduces a critique-and-routing controller for multi-agent LLM systems that formulates coordination as a sequential decision problem. It uses policy gradients to optimize the controller for iterative refinement, outperforming baselines while reducing reliance on top-tier models.

0 favorites 0 likes
#llm-routing

@amitiitbhu: New article: LLM Routing Read here: https://outcomeschool.com/blog/llm-routing…

X AI KOLs Timeline · 2026-05-09 Cached

A tutorial blog post explaining LLM Routing — the practice of directing user queries to the most appropriate LLM based on cost, latency, and quality. Covers routing strategies, anatomy of an LLM router, and comparisons with Mixture of Experts.

0 favorites 0 likes
#llm-routing

@heyshrutimishra: Most LLM routers are static rules; OrcaRouter is a router that learns. It embeds every prompt, scores it against past p…

X AI KOLs Following · 2026-05-08

OrcaRouter is a learning-based LLM router that dynamically routes prompts to appropriate models based on quality, cost, speed, and reliability, improving over time with production traffic.

0 favorites 0 likes
#llm-routing

RouteProfile: Elucidating the Design Space of LLM Profiles for Routing

Hugging Face Daily Papers · 2026-04-30 Cached

This paper introduces RouteProfile, a design space for LLM profiles in routing systems, demonstrating that structured profiles and query-level signals improve routing performance and generalization to new models.

0 favorites 0 likes
#llm-routing

TRACER: Trace-Based Adaptive Cost-Efficient Routing for LLM Classification

Hugging Face Daily Papers · 2026-04-16 Cached

TRACER is an open-source system that trains lightweight ML surrogates on production traces from LLM classification endpoints, routing requests through a parity gate that activates surrogates only when agreement with the original model exceeds a specified threshold. This approach achieves 83-100% surrogate coverage on intent classification benchmarks while maintaining interpretability into handling boundaries and failure modes.

0 favorites 0 likes
#llm-routing

Arch-Router: Aligning LLM Routing with Human Preferences

Papers with Code Trending · 2025-06-19 Cached

Arch-Router is a compact 1.5B model that aligns LLM routing with human preferences by mapping queries to user-defined domains and action types, outperforming proprietary models in subjective evaluations.

0 favorites 0 likes
← Previous
← Back to home

Submit Feedback