Skip to content

Commit 7a36f28

Browse files
lidge-junclaude
andcommitted
docs(providers): list the newly imported catalog providers
Reflect the expanded catalog (Mistral, MiniMax, Kimi coding, opencode zen, Vercel AI Gateway, Xiaomi MiMo) and note the anthropic-adapter case. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent a4a594c commit 7a36f28

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

docs-site/src/content/docs/guides/providers.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,24 +57,29 @@ You can also start OAuth from the [web dashboard](/opencodex/guides/web-dashboar
5757

5858
## 3. API-key catalog
5959

60-
opencodex ships a catalog of OpenAI-compatible, key-based providers. The dashboard's **Add provider**
61-
picker opens the provider's key dashboard, validates the key, and stores it. Notable entries:
60+
opencodex ships a catalog of key-based providers (mostly OpenAI-compatible, a few
61+
Anthropic-compatible). The dashboard's **Add provider** picker opens the provider's key dashboard,
62+
validates the key, and stores it. Notable entries:
6263

6364
| Provider | Base URL |
6465
| --- | --- |
6566
| **Ollama Cloud** | `https://ollama.com/v1` |
67+
| Mistral | `https://api.mistral.ai/v1` |
68+
| MiniMax · MiniMax (CN) | `https://api.minimax.io/v1` · `https://api.minimaxi.com/v1` |
6669
| DeepSeek | `https://api.deepseek.com` |
6770
| Cerebras | `https://api.cerebras.ai/v1` |
6871
| Together | `https://api.together.xyz/v1` |
6972
| Fireworks | `https://api.fireworks.ai/inference/v1` |
70-
| Moonshot (Kimi API) | `https://api.moonshot.ai/v1` |
73+
| Moonshot (Kimi API) · Kimi (coding) | `https://api.moonshot.ai/v1` · `https://api.kimi.com/coding/v1` |
7174
| Hugging Face | `https://router.huggingface.co/v1` |
7275
| NVIDIA NIM | `https://integrate.api.nvidia.com/v1` |
7376
| Z.AI (GLM Coding) | `https://api.z.ai/api/coding/paas/v4` |
7477
| Qwen Portal | `https://portal.qwen.ai/v1` |
75-
| …and more | Venice, NanoGPT, Synthetic, Qianfan, Alibaba, Parallel, ZenMux, LiteLLM |
78+
| Xiaomi MiMo | `https://api.xiaomimimo.com/anthropic` |
79+
| …and more | opencode zen, Vercel AI Gateway, Venice, NanoGPT, Synthetic, Qianfan, Alibaba, Parallel, ZenMux, LiteLLM |
7680

77-
All use the `openai-chat` adapter and a bearer key.
81+
Most use the `openai-chat` adapter with a bearer key; a few that expose only an Anthropic-compatible
82+
endpoint (e.g. **Xiaomi MiMo**) use the `anthropic` adapter (`x-api-key`).
7883

7984
### Ollama Cloud
8085

0 commit comments

Comments
 (0)