सीमाओं से कभी न टकराएं
339 प्रोवाइडर में मिलीसेकंड में ऑटो-फ़ॉलबैक। कोटा खत्म? अगला प्रोवाइडर संभाल लेता है. शून्य डाउनटाइम।
मुफ़्त और ओपन-सोर्स AI गेटवे
Route across 352 providers through one OpenAI-compatible endpoint, with automatic fallback.
OmniRoute × Cheaper Inference
Combine OmniRoute’s automatic fallback and developer tools with Cheaper Inference’s cost-ranked marketplace. Every eligible request starts with the cheapest available provider route.
| Model | Input price | Output price | Savings |
|---|---|---|---|
| gpt-5.6-lunaOpenAI · text | 60% off | ||
| gpt-5.6-solOpenAI · text | 50% off | ||
| glm-5.3Z.ai · text | 45% off | ||
| deepseek-v4-flashDeepSeek · text | 40% off | ||
| deepseek-v4-flash-0731DeepSeek · text | 40% off | ||
| glm-5.3-flashZ.ai · text | 30% off |
वादा
339 प्रोवाइडर में मिलीसेकंड में ऑटो-फ़ॉलबैक। कोटा खत्म? अगला प्रोवाइडर संभाल लेता है. शून्य डाउनटाइम।
A 12-engine pipeline reduces eligible context by 15–95%. The documented tool-heavy example reduced it by ~89%.
90+ free tiers and 56 recurring or keyless free-forever providers. No credit card needed for the keyless quick start.
16+ कोडिंग एजेंट. Claude Code, Codex, Cursor, Cline, Copilot, Antigravity. एक config के ज़रिए।
OpenAI ↔ Claude ↔ Gemini ↔ Responses API अनुवाद। किसी भी टूल को /v1 पर पॉइंट करें और यह बस काम करता है।
सर्किट ब्रेकर, TLS स्टेल्थ, MCP (105 tools), A2A, मेमोरी, guardrails, evals. 25,000+ टेस्ट द्वारा समर्थित।
कैटलॉग
A catalog spanning chat, media, search, local runtimes, cloud agents and system integrations.
352 providers+
60 सेकंड में चालू
Install the package, launch the gateway, then point any OpenAI-compatible client at port 20128.
Install the `omniroute` npm package globally.
$ npm install -g omnirouteadded 1 package
Launch the API and dashboard together on port 20128.
$ omniroute▸ dashboard ✓ http://localhost:20128/dashboard▸ api ...... ✓ serving on :20128
Use `http://localhost:20128/v1`; the keyless `auto` route works on a fresh install.
$ curl localhost:20128/v1/models✓ models listed
सब कुछ शामिल
रूटिंग, रेज़ीलिएंस, फ्री-कोटा ड्रेनिंग, कंप्रेशन और एजेंट प्रोटोकॉल. एक बाइनरी, जोड़ने के लिए कोई प्लगइन नहीं।
Set a model to `auto` or build your own combo with 19 strategies and tiered fallback.
Use a ready-made mode or combine 19 strategies around the goal that matters.
स्थायी संवादात्मक स्मृति. FTS5 कीवर्ड + Qdrant वेक्टर रिकॉल, बिल्ट इन।
सही स्तर पर विफल हों. पूरी चीज़ कभी नहीं। प्रति प्रोवाइडर सर्किट ब्रेकर, प्रति कनेक्शन कूलडाउन, प्रति मॉडल लॉकआउट। अन्य की और मॉडल सेवा देते रहते हैं।
Pool-deduped accounting across 90+ free tiers.
~1.51B मुफ़्त टोकन एक महीने में।
12 composable engines for tool output, context and response style.
Reduce eligible tokens by 15–95%.
A built-in server exposing 110 gateway tools across 33 scopes.
110 tools · 33 scopes · stdio / HTTP
A JSON-RPC agent server with 6 skills.
6 skills · JSON-RPC 2.0 · Agent Card
Client compatibility
Point an OpenAI-compatible CLI or editor at one local base URL; OmniRoute handles the providers behind it.
http://localhost:20128/v1
curl http://localhost:20128/v1/chat/completions \
-H "Authorization: Bearer $OMNIROUTE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"auto","messages":[{"role":"user","content":"Hello"}]}'नया
OmniCopilot एक्सटेंशन इंस्टॉल करें और हर OmniRoute मॉडल सीधे उस मॉडल पिकर में दिखाई देता है जिसे आप पहले से इस्तेमाल करते हैं. कोई नया साइडबार नहीं, कोई नया चैट UI नहीं।
Works in VS Code stable and Insiders. Install from the Marketplace or Extensions view.
उन VS Code forks के लिए जो आधिकारिक स्टोर का उपयोग नहीं करते. Cursor, Windsurf, VSCodium, Theia, code-server, Gitpod और अन्य।
VS Code 1.122 से, प्रोवाइडर मॉडल बिना GitHub साइन-इन या Copilot सब्सक्रिप्शन के काम करते हैं. एजेंट मोड, टूल कॉलिंग और विज़न, OmniRoute के फ्री मॉडलों पर।
रोज़ की हकीकत
हर कोडिंग-AI दर्द का बिल्ट-इन समाधान है। कोई स्क्रिप्ट नहीं, कोई निगरानी नहीं।
ईमानदार तुलना
Capabilities checked against the linked project documentation on 2026-08-30.
| Capability | OmniRoute (opens in a new tab) | 9Router (opens in a new tab) | LiteLLM (opens in a new tab) | CLIProxyAPI (opens in a new tab) |
|---|---|---|---|---|
| Providers | 352 | 40+ | 100+ | 8+ upstreams |
| Routing strategies | 19 | 3-tier | retry / priority | round-robin / fill-first |
| Tiered fallback with UI | Yes | Yes | Manual policy | Multi-account |
| Token compression | 12 engines · 15–95% | RTK / Headroom / Caveman | No built-in pipeline | HTTP compression |
| Capability | OmniRoute (opens in a new tab) | 9Router (opens in a new tab) | LiteLLM (opens in a new tab) | CLIProxyAPI (opens in a new tab) |
|---|---|---|---|---|
| Built-in MCP server | 110 gateway tools | No | MCP client / gateway | No |
| A2A protocol | Server · 6 skills | No | A2A client / gateway | No |
| Cloud agents | Codex / Cursor / Devin / Jules | No | No | Sidecar integrations |
| Capability | OmniRoute (opens in a new tab) | 9Router (opens in a new tab) | LiteLLM (opens in a new tab) | CLIProxyAPI (opens in a new tab) |
|---|---|---|---|---|
| Failure-isolation layers | 3: provider / connection / model | Cooldown | Cooldown / retry | Cooldown |
| Persistent memory | FTS5 + vector | No | Semantic cache | No |
| Guardrails | PII / injection / vision | No | Yes | Cloaking controls |
| Eval framework | Built in | No | No | No |
| TLS fingerprint controls | wreq-js | No | No | uTLS |
| Capability | OmniRoute (opens in a new tab) | 9Router (opens in a new tab) | LiteLLM (opens in a new tab) | CLIProxyAPI (opens in a new tab) |
|---|---|---|---|---|
| Dashboard stack | Next.js 16 | Next.js 16 | Next.js | Next.js / React |
| UI locales | 42 | 10 | Not documented | 3 |
| OAuth providers | 25 | 6 | SSO | CLI auth |
| Self-hostable | Yes | Yes | Yes | Yes |
| License | MIT | MIT | MIT + enterprise | MIT |
Public README and official documentation snapshot; verify linked sources before purchase or deployment decisions.
कहीं भी चलता है
एक कोडबेस, नौ तरीके. लैपटॉप, सर्वर, फोन या प्लगइन। इंस्टॉल कमांड चुनें और आप port 20128 पर सर्विंग कर रहे हैं।
npm
npm install -g omnirouteOpen guide (opens in a new tab)Docker
docker run … diegosouzapw/omnirouteOpen guide (opens in a new tab)Desktop
npm run electron:buildOpen guide (opens in a new tab)ARM
native arm64Termux
pkg install nodejs && npx -y omnirouteOpen guide (opens in a new tab)PWA
Add to Home ScreenOpen guide (opens in a new tab)OpenCode plugin
@omniroute/opencode-providerOpen guide (opens in a new tab)VS Code
Install OmniCopilotOpen guide (opens in a new tab)सोर्स
npm install && npm run devOpen guide (opens in a new tab)Routing
Use a ready-made mode or combine 19 strategies around the goal that matters.
autoBalanced defaultcurl http://localhost:20128/v1/chat/completions \
-H "Content-Type: application/json" \
-d '{"model":"auto","messages":[{"role":"user","content":"Write a TypeScript retry helper."}]}'Routing alias auto selected. Objective: Balanced default. Fallback enabled.
Use quota you already have before touching paid APIs.
priority · fill-firstBalance traffic across keys and accounts to reduce rate-limit pressure.
weighted · round-robin · p2c · least-used · headroomRoute to the lowest-cost eligible target.
cost-optimizedKeep long contexts on models that fit, then relay when needed.
context-relay · context-optimized · cache-optimizedDistribute eligible traffic across targets.
random · strict-randomUse 15-factor scoring, last-known-good and reset-aware windows.
reset-window · reset-aware · lkgp · auto · fusion · pipelineमुफ़्त टोकन, ईमानदारी से गिने
455 catalog entries are deduplicated into 40 recurring pools; only published positive budgets feed the headline.
1.51B
Pool-deduped accounting keeps shared quotas from being counted more than once. No-cap providers stay visible without inflating the token total. Checked 2026-08-30.
View the calculation (opens in a new tab)टोकन जलाना बंद करें
टूल आउटपुट, दोहराया गया context और फूला हुआ JSON मॉडल तक पहुंचने से पहले कंप्रेस होते हैं. वही अर्थ, टोकन का एक अंश। 12 संयोजनीय engines एक pipeline में stack होते हैं जिसे आप control करते हैं।
The function should iterate over the list of items, and for each item, it should check whether the value is greater than zero, and if so, add it to the running total.sum all list items where value > 0x-omniroute-compression: standardStandard compression selected. Published range ~30%.
Control precedence: request header → combo → profile → adaptive policy → default.
3 लेयर, 3 टियर नहीं
एक खराब key को प्रोवाइडर नहीं मारना चाहिए। एक डेड मॉडल को key नहीं मारना चाहिए। हर विफलता सबसे छोटे संभव scope तक सीमित है, ताकि बाकी सब सर्विंग जारी रखे।
Network controls
Proxy scopes control network routing while local-first storage keeps operational data on your machine.
Route globally, per provider or per individual connection.
Match supported provider clients down to selected transport characteristics.
Keys, usage and history stay on the host you control.
एक नज़र में सब देखें
Manage providers, combos, analytics, health and costs at `localhost:20128/dashboard`.
एजेंट-नेटिव
OmniRoute सिर्फ एक प्रॉक्सी नहीं है. यह एजेंट प्रोटोकॉल बोलता है। इसे MCP client, A2A नेटवर्क या cloud coding एजेंट में प्लग करें और यह एक ऐसा टूल बन जाता है जिसे एजेंट ऑपरेट कर सके।
110 tools across 33 scopes over stdio and HTTP transports.
110 tools · 33 scopes · stdio / HTTP
claude mcp add omniroute --type http --url http://localhost:20128/api/mcp/stream6 skills for smart routing, quota, discovery, cost analysis and health reporting over JSON-RPC 2.0.
6 skills · JSON-RPC 2.0 · Agent Card
Codex, Cursor, Devin और Jules को एक इंटरफेस के ज़रिए चलाएं. tasks बनाएं, plans approve करें और results stream करें, सब OmniRoute के ज़रिए रूट होकर।
Codex · Cursor · Devin · Jules
रूटिंग से आगे
Bifrost (Go रिले), 9Router या CLIProxy को managed sidecars के रूप में चलाएं. या एक पूरा cluster profile. सीधे डैशबोर्ड से।
Notion और Obsidian को MCP tools के रूप में जोड़ा गया. आपके notes और vaults किसी भी मॉडल के लिए first-class context बन जाते हैं।
हर route पर prompt-injection guard, opt-in PII redaction और safety content-filter normalization. बिना lock-in के सुरक्षा।
Streaks, achievements और live बचत. आपका उपयोग, ठोस रूप में।
Guides
Walkthroughs cover installation, free-provider setup and connecting an IDE.
खुलेपन में बना
OmniRoute लगातार शिप होता है. सैकड़ों योगदानकर्ताओं द्वारा संचालित जो इसे आगे बढ़ाते रहते हैं।
Snapshot from 2026-09-01
Chat, support and roadmap
(opens in a new tab)News and announcements
(opens in a new tab)Global community
(opens in a new tab)Comunidade Brasil
(opens in a new tab)OmniRoute by Cheaper Inference
Self-host OmniRoute, or start with Cheaper Inference for a hosted cost-ranked gateway.