Routing every LLM request to the same frontier model wastes money on simple tasks. DigitalOcean's Inference Router uses a purpose-built Mixture-of-Experts model called Plano-Orchestrator (30B total, ~3B active parameters) to classify incoming requests and dispatch them to the most cost-effective model in ~200ms. Benchmarks show it achieves 87.84% routing accuracy across multi-turn conversations, outperforming GPT-5.1 and Claude Sonnet 4.5 on the same task. A worked example shows a 59% reduction in output token costs for a typical coding agent workload. The article covers the MoE architecture rationale, the X-Model-Affinity header for session pinning to preserve KV cache, task description best practices, latency tradeoffs, and how to integrate with one string change in an OpenAI-compatible API call.

27m read timeFrom digitalocean.com
Post cover image
Table of contents
Introduction: The Uniform Model TaxKey TakeawaysWhy is MoE known as the Routing Brain?How DigitalOcean’s Inference Router WorksSetting Up DigitalOcean Inference RouterBenchmarks — What Routing Actually SavesDigitalOcean Inference EngineWriting Task Descriptions That Actually WorkProduction ConsiderationsFrequently Asked QuestionsConclusion: What MoE-Based Routing Actually SolvesReferences
16 Impressions