All 18 combo routing strategies, animated. Each tile below animates the path its strategy takes โ โ request โ โฎ targets, green outline = the pick. The grid is OmniRoute's (MIT); the badges underneath say honestly which flows this gateway runs today. From OmniRoute โ ยท try the live ones on Connections.
What runs here today โ no vaporware: live, partial, or roadmap
priorityโ
live here
the fallback chain: router-ranked candidates tried in order
auto (12-factor)โ
live here (our flavor)
the router scores fit ยท cost ยท speed per task with transparent rationale
cost-optimizedโ
live here
model "auto/cheap" โ cheapest that clears the quality floor
headroomโ
live here
model "auto/free" โ drains the free-tier pool with most remaining allowance first
fill-firstโ effectively
cooldowns drain a model until it 429s, then move on โ fill-first by consequence
reset-awareโ partially
429 cooldowns honor Retry-After โ reset-time awareness without the ranking
โ A caveat on fusion / panel strategies. Fanning a prompt out to several models and synthesizing the answers buys less diversity than it looks: โArtificial Hivemindโ (Jiang et al., arXiv 2510.22954) finds widespread mode collapse on open-ended prompts โ both within a model (repetition) and across models (homogeneity) โ and that LM judges are poorly calibrated exactly where humans disagree. Route across models for cost, speed and capability with confidence; route for a second opinion on open-ended questions with much less.
Roadmap (OmniRoute-only today): weightedround-robinp2cleast-usedrandomstrict-randomreset-windowcontext-relaycontext-optimizedlkgpfusionpipeline
Feature comparison โ OmniRoute's table, plus an honest column for this app
| Feature | OmniRoute | Other routers | LLM Switchboard |
|---|---|---|---|
| ๐ Providers | 278 | 20โ100 | 3 wired + 25-provider directory |
| ๐ Free providers | 90+ (40+ free forever) | 1โ5 | 3 wired free tiers โ see the Free-tier page |
| ๐ Routing strategies | 18โ19 strategies | 1โ3 | 4 live + 2 partial (priority ยท auto ยท cost ยท headroom) |
| ๐๏ธ Token compression | RTK + Caveman stacked (15โ95%) | None / 20โ40% | None โ roadmap |
| ๐งฐ Built-in MCP server | 104 tools, 3 transports, 31 scopes | Rare | None โ the app is the tool |
| ๐ค A2A agent protocol | 6 skills, JSON-RPC 2.0 | None | None |
| ๐ง Memory (FTS5 + vector) | Yes | Rare | None โ stateless by design |
| ๐ก๏ธ Guardrails (PII, injection) | Yes | Rare | Authlee SSO gate only |
| โ๏ธ Cloud agents | Codex, Cursor, Devin, Jules | None | n/a โ bring your own agent, point it at /v1 |
| ๐ฅท TLS fingerprint stealth | JA3/JA4 via wreq-js | None | n/a โ transparent, nothing to hide |
| ๐ฅ๏ธ Multi-platform | Web ยท Desktop ยท Termux ยท PWA | Web only | Zero-dep Node โ self-host anywhere (Railway, laptop, edge box) |
| ๐ i18n | 43 locales | 0โ4 | EN |
The honest read: OmniRoute is a Swiss-army proxy platform; this gateway is the routing core โ one endpoint, smart fallback, free-tier headroom โ inside a product that also does benchmarks, architectures, RSI and more. Different shapes, shared idea.