@@ -82,8 +82,10 @@ You can also access our models through the following API endpoints.
8282| Claude Opus 4.1 | claude-opus-4-1 | ` https://opencode.ai/zen/v1/messages ` | ` @ai-sdk/anthropic ` |
8383| Gemini 3 Pro | gemini-3-pro | ` https://opencode.ai/zen/v1/models/gemini-3-pro ` | ` @ai-sdk/google ` |
8484| Gemini 3 Flash | gemini-3-flash | ` https://opencode.ai/zen/v1/models/gemini-3-flash ` | ` @ai-sdk/google ` |
85- | MiniMax M2.1 | minimax-m2.1 | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
85+ | MiniMax M2.5 | minimax-m2.5 | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
8686| MiniMax M2.5 Free | minimax-m2.5-free | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
87+ | MiniMax M2.1 | minimax-m2.1 | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
88+ | GLM 5 | glm-5 | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
8789| GLM 4.7 | glm-4.7 | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
8890| GLM 4.6 | glm-4.6 | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
8991| Kimi K2.5 | kimi-k2.5 | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
@@ -117,7 +119,9 @@ We support a pay-as-you-go model. Below are the prices **per 1M tokens**.
117119| --------------------------------- | ------ | ------ | ----------- | ------------ |
118120| Big Pickle | Free | Free | Free | - |
119121| MiniMax M2.5 Free | Free | Free | Free | - |
122+ | MiniMax M2.5 | $0.30 | $1.20 | $0.06 | - |
120123| MiniMax M2.1 | $0.30 | $1.20 | $0.10 | - |
124+ | GLM 5 | $1.00 | $3.20 | $0.20 | - |
121125| GLM 4.7 | $0.60 | $2.20 | $0.10 | - |
122126| GLM 4.6 | $0.60 | $2.20 | $0.10 | - |
123127| Kimi K2.5 Free | Free | Free | Free | - |
0 commit comments