Skip to content

Commit a7ea935

Browse files
committed
zen: add mimo pro/omni models
1 parent d90e3a2 commit a7ea935

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

  • packages/web/src/content/docs

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ You can also access our models through the following API endpoints.
9494
| GLM 5 | glm-5 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
9595
| Kimi K2.5 | kimi-k2.5 | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
9696
| Big Pickle | big-pickle | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
97-
| MiMo V2 Flash Free | mimo-v2-flash-free | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
97+
| MiMo V2 Pro Free | mimo-v2-pro-free | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
98+
| MiMo V2 Omni Free | mimo-v2-omni-free | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
9899
| Nemotron 3 Super Free | nemotron-3-super-free | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` |
99100

100101
The [model id](/docs/config/#models) in your OpenCode config
@@ -120,7 +121,8 @@ We support a pay-as-you-go model. Below are the prices **per 1M tokens**.
120121
| Model | Input | Output | Cached Read | Cached Write |
121122
| --------------------------------- | ------ | ------- | ----------- | ------------ |
122123
| Big Pickle | Free | Free | Free | - |
123-
| MiMo V2 Flash Free | Free | Free | Free | - |
124+
| MiMo V2 Pro Free | Free | Free | Free | - |
125+
| MiMo V2 Omni Free | Free | Free | Free | - |
124126
| Nemotron 3 Super Free | Free | Free | Free | - |
125127
| MiniMax M2.5 Free | Free | Free | Free | - |
126128
| MiniMax M2.5 | $0.30 | $1.20 | $0.06 | $0.375 |
@@ -165,7 +167,8 @@ Credit card fees are passed along at cost (4.4% + $0.30 per transaction); we don
165167
The free models:
166168

167169
- 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.
168-
- MiMo V2 Flash Free is available on OpenCode for a limited time. The team is using this time to collect feedback and improve the model.
170+
- MiMo V2 Pro Free is available on OpenCode for a limited time. The team is using this time to collect feedback and improve the model.
171+
- MiMo V2 Omni Free is available on OpenCode for a limited time. The team is using this time to collect feedback and improve the model.
169172
- Nemotron 3 Super Free is available on OpenCode for a limited time. The team is using this time to collect feedback and improve the model.
170173
- 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.
171174

@@ -212,7 +215,8 @@ All our models are hosted in the US. Our providers follow a zero-retention polic
212215

213216
- Big Pickle: During its free period, collected data may be used to improve the model.
214217
- MiniMax M2.5 Free: During its free period, collected data may be used to improve the model.
215-
- MiniMax M2.5 Free: During its free period, collected data may be used to improve the model.
218+
- MiMo V2 Pro Free: During its free period, collected data may be used to improve the model.
219+
- MiMo V2 Omni Free: During its free period, collected data may be used to improve the model.
216220
- Nemotron 3 Super Free: During its free period, collected data may be used to improve the model.
217221
- OpenAI APIs: Requests are retained for 30 days in accordance with [OpenAI's Data Policies](https://platform.openai.com/docs/guides/your-data).
218222
- 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)