한도에 도달하지 마세요
268개의 제공업체에 밀리초 단위로 자동 폴백. 쿼터 초과? 다음 제공업체가 이어받습니다. 다운타임 없음.
무료 오픈소스 AI Gateway
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 |
약속
268개의 제공업체에 밀리초 단위로 자동 폴백. 쿼터 초과? 다음 제공업체가 이어받습니다. 다운타임 없음.
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. 하나의 설정으로.
OpenAI ↔ Claude ↔ Gemini ↔ Responses API 변환. 어떤 도구든 /v1을 향하면 바로 작동합니다.
서킷 브레이커, TLS 스텔스, MCP(95개 도구), A2A, 메모리, 가드레일, 평가. 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 포크용. Cursor, Windsurf, VSCodium, Theia, code-server, Gitpod 등.
VS Code 1.122부터는 GitHub 로그인이나 Copilot 구독 없이도 provider 모델을 사용할 수 있습니다. OmniRoute의 무료 모델로 agent mode, tool calling, vision까지.
일상의 현실
코딩 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.
어디서든 실행
하나의 코드베이스, 9가지 실행 방법. 노트북, 서버, 스마트폰, 플러그인. 설치 명령을 선택하면 포트 20128에서 서비스됩니다.
npm
npm install -g omnirouteOpen guide (opens in a new tab)Docker
docker run … diegosouzapw/omnirouteOpen guide (opens in a new tab)데스크톱
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 플러그인
@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)토큰 낭비를 멈추세요
도구 출력, 반복된 컨텍스트, 비대해진 JSON이 모델에 도달하기 전에 압축됩니다. 동일한 의미, 토큰의 일부만. 10개의 조합 가능한 엔진이 당신이 제어하는 파이프라인에 쌓입니다.
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레이어
잘못된 키 하나가 프로바이더 전체를 멈춰서는 안 됩니다. 죽은 모델 하나가 키 전체를 죽여서는 안 됩니다. 각 실패는 가능한 최소 범위로 격리되므로 나머지는 계속 서비스됩니다.
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 클라이언트, A2A 네트워크, 또는 클라우드 코딩 에이전트에 연결하면 에이전트가 조작할 수 있는 도구가 됩니다.
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를 구동. 태스크 생성, 플랜 승인, 결과 스트리밍, 모두 OmniRoute를 통해 라우팅.
Codex · Cursor · Devin · Jules
라우팅을 넘어서
Bifrost(Go 릴레이), 9Router 또는 CLIProxy를 관리형 sidecar로. 또는 완전한 클러스터 프로필로. 대시보드에서 바로 실행하세요.
Notion과 Obsidian을 MCP 도구로 연결. 당신의 노트와 vault가 모든 모델의 일급 컨텍스트가 됩니다.
모든 라우트에 프롬프트 인젝션 가드, 선택형 PII 삭제, 안전 콘텐츠 필터 정규화. 종속 없는 방어.
스트릭, 업적, 실시간 절약. 당신의 사용량을 손에 잡히게.
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.