mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-26 09:52:11 +03:00
v3.8.40 cycle integration → main. All test gates green (Unit/Integration/Coverage/Node-compat/Quality-Ratchet). The only red check, 'PR Test Policy', is the test-masking heuristic firing on the cumulative ~57-commit release diff (legitimate assert consolidations already reviewed per-PR — Gemini CLI removal #5246, retired GPT models #5280, provider catalog refreshes); overridden with --admin per the documented release-PR convention. CodeQL/SonarQube advisory scans non-blocking; #5278's code already passed CodeQL on main. Homologated on VPS 192.168.0.15 (v3.8.40 healthy).
68 lines
4.6 KiB
Markdown
68 lines
4.6 KiB
Markdown
---
|
|
title: "OmniRoute vs Alternatives"
|
|
version: 3.8.40
|
|
lastUpdated: 2026-06-28
|
|
---
|
|
|
|
# OmniRoute vs Alternatives
|
|
|
|
Objective feature comparison vs popular open-source AI routers.
|
|
|
|
> **Methodology**: Public repos audited 2026-Q2. Versions as listed.
|
|
> Submit corrections via PR — we want this to be accurate.
|
|
|
|
| Feature | OmniRoute 3.8 | LiteLLM 1.x | OpenRouter (SaaS) | Portkey |
|
|
| -------------------------------------------------- | :------------------------: | :------------: | :---------------: | :---------: |
|
|
| **Providers** | **207+** | ~100 | ~50 | ~30 |
|
|
| **Self-hostable** | ✅ | ✅ | ❌ | ⚠ paid |
|
|
| **OAuth providers (Claude, Codex, Copilot, etc.)** | **15+** | partial | ❌ | ❌ |
|
|
| **Auto-fallback combos** | **17 strategies** | priority-based | tier-based | weighted |
|
|
| **Tier 1/2/3 fallback (subscription→cheap→free)** | ✅ + UI | manual | n/a | manual |
|
|
| **Token compression** | RTK (47 filters) + Caveman | none | none | none |
|
|
| **Built-in MCP server** | ✅ 87 tools, 30 scopes | ❌ | ❌ | ❌ |
|
|
| **A2A protocol** | ✅ 5 skills | ❌ | ❌ | ❌ |
|
|
| **Memory (FTS5 + vector)** | ✅ | ❌ | ❌ | ❌ |
|
|
| **Guardrails (PII, injection, vision)** | ✅ | partial | ❌ | ✅ paid |
|
|
| **Cloud agent integrations** | Codex, Devin, Jules | ❌ | ❌ | ❌ |
|
|
| **Circuit breaker per provider** | ✅ 3-state, lazy recovery | basic | ❌ | ✅ |
|
|
| **TLS fingerprint stealth (JA3/JA4)** | ✅ wreq-js | ❌ | ❌ | ❌ |
|
|
| **Eval framework** | ✅ built-in | ❌ | ❌ | ⚠ paid |
|
|
| **MITM proxy (intercepts Cursor/Antigravity)** | ✅ cross-platform | ❌ | ❌ | ❌ |
|
|
| **CLI with system tray (no Electron)** | ✅ | ❌ | n/a | n/a |
|
|
| **CLI machine-ID auto-auth** | ✅ | ❌ | n/a | n/a |
|
|
| **Dashboard** | Next.js 16 | basic | proprietary | proprietary |
|
|
| **i18n** | **42+ locales** | ❌ | ❌ | ⚠ |
|
|
| **Public agent skills (SKILL.md)** | ✅ 10 | ❌ | ❌ | ❌ |
|
|
| **Tunnel support (Cloudflared, Tailscale, Ngrok)** | ✅ | ❌ | n/a | n/a |
|
|
| **License** | MIT | MIT | proprietary | proprietary |
|
|
|
|
## When to choose OmniRoute
|
|
|
|
- You self-host and want **maximum provider coverage** (207+)
|
|
- You need a **built-in MCP server** (LLM tools, memory, skills exposed as tools)
|
|
- You need **A2A protocol** for agent-to-agent workflows
|
|
- You want **fingerprint stealth** (JA3/JA4) to avoid detection by upstream CAPTCHAs
|
|
- You need **enterprise features** (guardrails, evals, audit trail) without a SaaS bill
|
|
|
|
## When to choose LiteLLM
|
|
|
|
- You're **Python-first** and need tight integration with `litellm.completion()`
|
|
- You need **mature production deployment recipes** (k8s, Helm charts)
|
|
- Your team already runs Python microservices
|
|
|
|
## When to choose OpenRouter (SaaS)
|
|
|
|
- You don't want to self-host
|
|
- You're fine paying per-token at SaaS markup
|
|
- You need a **single payment method** across all providers
|
|
|
|
## When to choose Portkey
|
|
|
|
- You need a **commercial SLA** with uptime guarantees
|
|
- You prefer a **managed dashboard** without ops overhead
|
|
- You need **enterprise compliance** features out of the box
|
|
|
|
---
|
|
|
|
_Last updated: 2026-06-28. Submit corrections via PR to keep this table accurate._
|