Skip to content

Commit 5a56e81

Browse files
committed
zen: m2.1 and glm4.7 free models
1 parent aa92ef3 commit 5a56e81

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

  • packages/web/src/content/docs

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ You can also access our models through the following API endpoints.
8282
| Gemini 3 Pro | gemini-3-pro | `https://opencode.ai/zen/v1/models/gemini-3-pro` | `@ai-sdk/google` |
8383
| Gemini 3 Flash | gemini-3-flash | `https://opencode.ai/zen/v1/models/gemini-3-flash` | `@ai-sdk/google` |
8484
| MiniMax M2.1 | minimax-m2.1 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
85+
| MiniMax M2.1 Free | minimax-m2.1-free | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
8586
| GLM 4.7 | glm-4.7 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
87+
| GLM 4.7 Free | glm-4.7-free | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
8688
| GLM 4.6 | glm-4.6 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
8789
| Kimi K2.5 | kimi-k2.5 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
8890
| Kimi K2 Thinking | kimi-k2-thinking | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
@@ -113,7 +115,9 @@ We support a pay-as-you-go model. Below are the prices **per 1M tokens**.
113115
| Model | Input | Output | Cached Read | Cached Write |
114116
| --------------------------------- | ------ | ------ | ----------- | ------------ |
115117
| Big Pickle | Free | Free | Free | - |
118+
| MiniMax M2.1 Free | Free | Free | Free | - |
116119
| MiniMax M2.1 | $0.30 | $1.20 | $0.10 | - |
120+
| GLM 4.7 Free | Free | Free | Free | - |
117121
| GLM 4.7 | $0.60 | $2.20 | $0.10 | - |
118122
| GLM 4.6 | $0.60 | $2.20 | $0.10 | - |
119123
| Kimi K2.5 | $0.60 | $3.00 | $0.10 | - |
@@ -149,6 +153,8 @@ Credit card fees are passed along at cost (4.4% + $0.30 per transaction); we don
149153

150154
The free models:
151155

156+
- 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.
157+
- 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.
152158
- 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.
153159

154160
<a href={email}>Contact us</a> if you have any questions.
@@ -178,6 +184,8 @@ charging you more than $20 if your balance goes below $5.
178184

179185
All our models are hosted in the US. Our providers follow a zero-retention policy and do not use your data for model training, with the following exceptions:
180186

187+
- GLM 4.7: During its free period, collected data may be used to improve the model.
188+
- MiniMax M2.1: During its free period, collected data may be used to improve the model.
181189
- Big Pickle: During its free period, collected data may be used to improve the model.
182190
- OpenAI APIs: Requests are retained for 30 days in accordance with [OpenAI's Data Policies](https://platform.openai.com/docs/guides/your-data).
183191
- 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)