From cad4ea92fff464cb16d851084221d869de53f7a1 Mon Sep 17 00:00:00 2001 From: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com> Date: Fri, 24 Jul 2026 10:19:07 -0300 Subject: [PATCH] docs: update provider icons and enhance API interface documentation --- README.md | 54 ++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 34 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 23d4fe1753..f72a5b2b5e 100644 --- a/README.md +++ b/README.md @@ -360,22 +360,24 @@ OmniRoute is free and open source, built and maintained in the open. If it saves Kilo Code
Kilo Code
                           
Roo CodeRoo Code
Roo Code
                            Continue
Continue
                            - Aider
Aider
                            - ForgeCode
ForgeCode
                            + Aider
Aider
                            + ForgeCode
ForgeCode
                            jcode
jcode
                            DeepSeek TUI
DeepSeek TUI
                            CodeWhale
CodeWhale
                            OpenCode
OpenCode
                           
+ + Factory Droid
Factory Droid
                            GitHub Copilot CLI
Copilot CLI
                            Cursor CLI
Cursor CLI
                            Smelt
Smelt
                            - - Pi (pi-coding-agent)
Pi
                            Grok Build (xAI)
Grok Build
                            + + Hermes Agent (Nous Research)
Hermes Agent
                            OpenClaw
OpenClaw
                            Goose
Goose
                            @@ -416,14 +418,16 @@ OmniRoute is free and open source, built and maintained in the open. If it saves xAI Grok
xAI Grok
                            DeepSeek
DeepSeek
                            Mistral
Mistral
                            + + Qwen
Qwen
                            Meta Llama
Meta Llama
                            Groq
Groq
                            - - NVIDIA
NVIDIA
                            MiniMax
MiniMax
                            Cohere
Cohere
                            + + Perplexity
Perplexity
                            Hugging Face
HuggingFace
                            Together
Together
                            @@ -441,13 +445,20 @@ OmniRoute is free and open source, built and maintained in the open. If it saves - - - - - - - + + + + + + + + + + + + + +
AgentRouter
AgentRouter
GPT-5, Claude, Gemini
$100 free credits

                                     
Qoder AI
Qoder AI
Kimi-K2, DeepSeek-R1
Unlimited FREE

                                     
Pollinations
Pollinations
GPT-5, Claude, Llama 4
No key needed

                                     
LongCat
LongCat
LongCat-2.0
10M tokens one-time (KYC) 🔑

                                     
Cloudflare AI
Cloudflare AI
50+ models
10K neurons/day

                                     
NVIDIA NIM
NVIDIA NIM
129 models
~40 RPM free

                                     
Cerebras
Cerebras
Qwen3 235B
1M tokens/day

                                     
OpenCode Zen
OpenCode Zen
DeepSeek V4, Nemotron 3
No token cap
Kilo Code
Kilo Code
Auto-router, Tencent Hy3
Free forever
Requesty
Requesty
GPT-OSS 120B, Nemotron
Free forever
SiliconFlow
SiliconFlow
DeepSeek V3.2 / R1
Free tier
Z.AI GLM
Z.AI GLM
GLM-4.7 / 4.5-Flash
Free forever
Baidu ERNIE
Baidu ERNIE
ERNIE 4.0
Free forever
Qoder AI
Qoder AI
Qwen3-Max, Kimi-K2
Unlimited FREE
Pollinations
Pollinations
GPT, Llama, Claude
No key needed
Cloudflare AI
Cloudflare AI
50+ models
10K neurons/day
NVIDIA NIM
NVIDIA NIM
GLM, MiniMax
~40 RPM free
Cerebras
Cerebras
GLM 4.7, GPT-OSS
1M tokens/day
OpenRouter
OpenRouter
:free models
+$10 → higher RPM
@@ -532,14 +543,17 @@ Tokens are scoped `read` / `write` / `admin`; process-spawning routes stay loopb ### 🤝 Connect an agent — and it controls OmniRoute itself -Expose OmniRoute over **MCP** or **A2A** and any capable agent gets the keys to the whole gateway — routing, providers, combos, cache, compression, memory — autonomously. HTTP endpoints below are served under `http://localhost:20128`. +Expose OmniRoute over **MCP**, **A2A**, a **REST API**, **webhooks** or a **remote CLI** — any capable agent (or your own code) gets the keys to the whole gateway: routing, providers, combos, cache, compression, memory — autonomously. HTTP endpoints below are served under `http://localhost:20128`. -| Protocol | Endpoint | Use it for | -| ------------------ | ------------------------- | ------------------------------------------------------- | -| 🧰 **MCP (stdio)** | `omniroute --mcp` | Plug into Claude Desktop, Cursor, any MCP client | -| 🌊 **MCP (HTTP)** | `/api/mcp/stream` | Remote MCP — **104 tools**, 31 scopes, full audit trail | -| 📡 **MCP (SSE)** | `/api/mcp/sse` | Streaming MCP transport | -| 🤝 **A2A** | `/.well-known/agent.json` | Agent-to-agent, **JSON-RPC 2.0** + SSE, 6 skills | +| Interface | Endpoint / command | Use it for | +| ------------------ | -------------------------- | -------------------------------------------------------- | +| 🧰 **MCP (stdio)** | `omniroute --mcp` | Plug into Claude Desktop, Cursor, any MCP client | +| 🌊 **MCP (HTTP)** | `/api/mcp/stream` | Remote MCP — **104 tools**, 31 scopes, full audit trail | +| 📡 **MCP (SSE)** | `/api/mcp/sse` | Streaming MCP transport | +| 🤝 **A2A** | `/.well-known/agent.json` | Agent-to-agent, **JSON-RPC 2.0** + SSE, 6 skills | +| 🌐 **REST API** | `/v1/*` | OpenAI-compatible — chat, embeddings, images, audio, OCR | +| 🔔 **Webhooks** | `/api/webhooks` | Push events (usage, quota, errors, routing) to your URL | +| 🛰️ **Remote CLI** | `omniroute connect ` | Drive a remote instance with scoped access tokens | ```bash # Give Claude Code the full OmniRoute toolset over MCP: