Skip to content

Commit 187b261

Browse files
committed
docs: restructure supported providers table
Replace the Models column with two columns for API key and subscription support, add GitHub Copilot and Ollama Cloud, remove Amazon Nova (not in the provider registry), and clarify custom providers as OpenAI-compatible.
1 parent e5215ca commit 187b261

File tree

2 files changed

+22
-18
lines changed

2 files changed

+22
-18
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
---
3+
4+
Docs: restructure supported providers table in README to show API key and subscription support per provider.

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -74,24 +74,24 @@ All routing data (tokens, costs, model, duration) is recorded automatically. You
7474

7575
## Supported providers
7676

77-
Works with 300+ models across these providers:
78-
79-
| Provider | Models |
80-
| ------------------------------------------------------------------------------ | -------------------------------------------------------------------- |
81-
| [OpenAI](https://platform.openai.com/) | `gpt-5.3`, `gpt-4.1`, `o3`, `o4-mini` + 54 more |
82-
| [Anthropic](https://www.anthropic.com/) | `claude-opus-4-6`, `claude-sonnet-4.5`, `claude-haiku-4.5` + 14 more |
83-
| [Google Gemini](https://ai.google.dev/) | `gemini-2.5-pro`, `gemini-2.5-flash`, `gemini-3-pro` + 19 more |
84-
| [DeepSeek](https://www.deepseek.com/) | `deepseek-chat`, `deepseek-reasoner` + 11 more |
85-
| [xAI](https://x.ai/) | `grok-4`, `grok-3`, `grok-3-mini` + 8 more |
86-
| [Mistral AI](https://mistral.ai/) | `mistral-large`, `codestral`, `devstral` + 26 more |
87-
| [Qwen (Alibaba)](https://www.alibabacloud.com/en/solutions/generative-ai/qwen) | `qwen3-235b`, `qwen3-coder`, `qwq-32b` + 42 more |
88-
| [MiniMax](https://www.minimax.io/) | `minimax-m2.5`, `minimax-m1`, `minimax-m2` + 5 more |
89-
| [Kimi (Moonshot)](https://kimi.ai/) | `kimi-k2`, `kimi-k2.5` + 3 more |
90-
| [Amazon Nova](https://aws.amazon.com/ai/nova/) | `nova-pro`, `nova-lite`, `nova-micro` + 5 more |
91-
| [Z.ai (Zhipu)](https://z.ai/) | `glm-5`, `glm-4.7`, `glm-4.5` + 5 more |
92-
| [OpenRouter](https://openrouter.ai/) | 300+ models from all providers |
93-
| [Ollama](https://ollama.com/) | Run any model locally (Llama, Gemma, Mistral, ...) |
94-
| Custom providers | Any provider with an OpenAI-compatible API endpoint |
77+
Works with 300+ models across these providers. Connect with an API key, or reuse an existing paid subscription where supported:
78+
79+
| Provider | API key | Subscription |
80+
| ------------------------------------------------------------------------------ | :-----: | :------------------------- |
81+
| [OpenAI](https://platform.openai.com/) | | ✅ ChatGPT Plus / Pro / Team |
82+
| [Anthropic](https://www.anthropic.com/) | | ✅ Claude Max / Pro |
83+
| [Google Gemini](https://ai.google.dev/) | | |
84+
| [DeepSeek](https://www.deepseek.com/) | | |
85+
| [xAI](https://x.ai/) | | |
86+
| [Mistral AI](https://mistral.ai/) | | |
87+
| [Qwen (Alibaba)](https://www.alibabacloud.com/en/solutions/generative-ai/qwen) | | |
88+
| [MiniMax](https://www.minimax.io/) | | ✅ MiniMax Coding Plan |
89+
| [Kimi (Moonshot)](https://kimi.ai/) | | |
90+
| [Z.ai (Zhipu)](https://z.ai/) || ✅ GLM Coding Plan |
91+
| [GitHub Copilot](https://github.com/features/copilot) | | ✅ Copilot subscription |
92+
| [OpenRouter](https://openrouter.ai/) | | |
93+
| [Ollama](https://ollama.com/) | ✅ Local | ✅ Ollama Cloud |
94+
| Custom providers (OpenAI-compatible) | | |
9595

9696
## Contributing
9797

0 commit comments

Comments
 (0)