Skip to content

Commit 658bf6f

Browse files
committed
zen: minimax m2.5
1 parent a82ca86 commit 658bf6f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • packages/web/src/content/docs

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ You can also access our models through the following API endpoints.
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` |
8585
| MiniMax M2.1 | minimax-m2.1 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
86-
| MiniMax M2.1 Free | minimax-m2.1-free | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
86+
| MiniMax M2.5 Free | minimax-m2.5-free | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
8787
| GLM 4.7 | glm-4.7 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
8888
| GLM 4.7 Free | glm-4.7-free | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
8989
| GLM 4.6 | glm-4.6 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
@@ -117,7 +117,7 @@ We support a pay-as-you-go model. Below are the prices **per 1M tokens**.
117117
| Model | Input | Output | Cached Read | Cached Write |
118118
| --------------------------------- | ------ | ------ | ----------- | ------------ |
119119
| Big Pickle | Free | Free | Free | - |
120-
| MiniMax M2.1 Free | Free | Free | Free | - |
120+
| MiniMax M2.5 Free | Free | Free | Free | - |
121121
| MiniMax M2.1 | $0.30 | $1.20 | $0.10 | - |
122122
| GLM 4.7 Free | Free | Free | Free | - |
123123
| GLM 4.7 | $0.60 | $2.20 | $0.10 | - |
@@ -160,7 +160,7 @@ The free models:
160160

161161
- GLM 4.7 Free is available on OpenCode for a limited time. The team is using this time to collect feedback and improve the model.
162162
- Kimi K2.5 Free is available on OpenCode for a limited time. The team is using this time to collect feedback and improve the model.
163-
- MiniMax M2.1 Free is available on OpenCode for a limited time. The team is using this time to collect feedback and improve the model.
163+
- MiniMax M2.5 Free is available on OpenCode for a limited time. The team is using this time to collect feedback and improve the model.
164164
- 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.
165165

166166
<a href={email}>Contact us</a> if you have any questions.
@@ -193,7 +193,7 @@ All our models are hosted in the US. Our providers follow a zero-retention polic
193193
- Big Pickle: During its free period, collected data may be used to improve the model.
194194
- GLM 4.7 Free: During its free period, collected data may be used to improve the model.
195195
- Kimi K2.5 Free: During its free period, collected data may be used to improve the model.
196-
- MiniMax M2.1 Free: During its free period, collected data may be used to improve the model.
196+
- MiniMax M2.5 Free: During its free period, collected data may be used to improve the model.
197197
- OpenAI APIs: Requests are retained for 30 days in accordance with [OpenAI's Data Policies](https://platform.openai.com/docs/guides/your-data).
198198
- 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).
199199

0 commit comments

Comments
 (0)