These providers offer OpenAI-compatible APIs and should work via existing openai provider with custom baseURL. Each one needs:
- Verify tool-calling works correctly
- Add a working example to
examples/
- Document in README under Supported Models
| Provider |
baseURL |
Env var |
| DeepSeek |
https://api.deepseek.com |
DEEPSEEK_API_KEY |
| Mistral |
https://api.mistral.ai/v1 |
MISTRAL_API_KEY |
| Groq |
https://api.groq.com/openai/v1 |
GROQ_API_KEY |
| Zhipu GLM |
https://open.bigmodel.cn/api/paas/v4 |
ZHIPU_API_KEY |
| MiniMax |
https://api.minimax.chat/v1 |
MINIMAX_API_KEY |
| Qwen (DashScope) |
https://dashscope.aliyuncs.com/compatible-mode/v1 |
DASHSCOPE_API_KEY |
| Moonshot (Kimi) |
https://api.moonshot.cn/v1 |
MOONSHOT_API_KEY |
| Doubao (ByteDance) |
https://ark.cn-beijing.volces.com/api/v3 |
ARK_API_KEY |
Contributions for any single provider are welcome — no need to cover all at once.
These providers offer OpenAI-compatible APIs and should work via existing
openaiprovider with custombaseURL. Each one needs:examples/https://api.deepseek.comDEEPSEEK_API_KEYhttps://api.mistral.ai/v1MISTRAL_API_KEYhttps://api.groq.com/openai/v1GROQ_API_KEYhttps://open.bigmodel.cn/api/paas/v4ZHIPU_API_KEYhttps://api.minimax.chat/v1MINIMAX_API_KEYhttps://dashscope.aliyuncs.com/compatible-mode/v1DASHSCOPE_API_KEYhttps://api.moonshot.cn/v1MOONSHOT_API_KEYhttps://ark.cn-beijing.volces.com/api/v3ARK_API_KEYContributions for any single provider are welcome — no need to cover all at once.