Skip to content

Commit c6c29b3

Browse files
committed
zen: minimax m2.1
1 parent a687d7c commit c6c29b3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • packages/web/src/content/docs

packages/web/src/content/docs/zen.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,11 @@ You can also access our models through the following API endpoints.
7777
| Claude Haiku 3.5 | claude-3-5-haiku | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
7878
| Claude Opus 4.5 | claude-opus-4-5 | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
7979
| Claude Opus 4.1 | claude-opus-4-1 | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
80-
| GLM 4.7 | glm-4.7-free | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
80+
| MiniMax M2.1 | minimax-m2.1-free | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
8181
| Gemini 3 Pro | gemini-3-pro | `https://opencode.ai/zen/v1/models/gemini-3-pro` | `@ai-sdk/google` |
8282
| Gemini 3 Flash | gemini-3-flash | `https://opencode.ai/zen/v1/models/gemini-3-flash` | `@ai-sdk/google` |
8383
| GLM 4.6 | glm-4.6 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
84+
| GLM 4.7 | glm-4.7-free | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
8485
| Kimi K2 | kimi-k2 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
8586
| Kimi K2 Thinking | kimi-k2-thinking | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
8687
| Qwen3 Coder 480B | qwen3-coder | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
@@ -111,6 +112,7 @@ We support a pay-as-you-go model. Below are the prices **per 1M tokens**.
111112
| --------------------------------- | ------ | ------ | ----------- | ------------ |
112113
| Big Pickle | Free | Free | Free | - |
113114
| Grok Code Fast 1 | Free | Free | Free | - |
115+
| MiniMax M2.1 | Free | Free | Free | - |
114116
| GLM 4.7 | Free | Free | Free | - |
115117
| GLM 4.6 | $0.60 | $2.20 | $0.10 | - |
116118
| Kimi K2 | $0.40 | $2.50 | - | - |
@@ -145,6 +147,7 @@ The free models:
145147

146148
- Grok Code Fast 1 is currently free on OpenCode for a limited time. The xAI team is using this time to collect feedback and improve Grok Code.
147149
- GLM 4.7 is currently free on OpenCode for a limited time. The team is using this time to collect feedback and improve the model.
150+
- MiniMax M2.1 is currently free on OpenCode for a limited time. The team is using this time to collect feedback and improve the model.
148151
- Big Pickle is a stealth model that's free on OpenCode for a limited time. The team is using this time to collect feedback and improve the model.
149152

150153
<a href={email}>Contact us</a> if you have any questions.
@@ -157,6 +160,7 @@ All our models are hosted in the US. Our providers follow a zero-retention polic
157160

158161
- Grok Code Fast 1: During its free period, collected data may be used to improve Grok Code.
159162
- GLM 4.7: During its free period, collected data may be used to improve the model.
163+
- MiniMax M2.1: During its free period, collected data may be used to improve the model.
160164
- Big Pickle: During its free period, collected data may be used to improve the model.
161165
- OpenAI APIs: Requests are retained for 30 days in accordance with [OpenAI's Data Policies](https://platform.openai.com/docs/guides/your-data).
162166
- Anthropic APIs: Requests are retained for 30 days in accordance with [Anthropic's Data Policies](https://docs.anthropic.com/en/docs/claude-code/data-usage).

0 commit comments

Comments
 (0)