@@ -62,43 +62,45 @@ You are charged per request and you can add credits to your account.
6262
6363You can also access our models through the following API endpoints.
6464
65- | Model | Model ID | Endpoint | AI SDK Package |
66- | ------------------- | ------------------- | -------------------------------------------------- | --------------------------- |
67- | GPT 5.4 Pro | gpt-5.4-pro | ` https://opencode.ai/zen/v1/responses ` | ` @ai-sdk/openai ` |
68- | GPT 5.4 | gpt-5.4 | ` https://opencode.ai/zen/v1/responses ` | ` @ai-sdk/openai ` |
69- | GPT 5.3 Codex | gpt-5.3-codex | ` https://opencode.ai/zen/v1/responses ` | ` @ai-sdk/openai ` |
70- | GPT 5.3 Codex Spark | gpt-5.3-codex-spark | ` https://opencode.ai/zen/v1/responses ` | ` @ai-sdk/openai ` |
71- | GPT 5.2 | gpt-5.2 | ` https://opencode.ai/zen/v1/responses ` | ` @ai-sdk/openai ` |
72- | GPT 5.2 Codex | gpt-5.2-codex | ` https://opencode.ai/zen/v1/responses ` | ` @ai-sdk/openai ` |
73- | GPT 5.1 | gpt-5.1 | ` https://opencode.ai/zen/v1/responses ` | ` @ai-sdk/openai ` |
74- | GPT 5.1 Codex | gpt-5.1-codex | ` https://opencode.ai/zen/v1/responses ` | ` @ai-sdk/openai ` |
75- | GPT 5.1 Codex Max | gpt-5.1-codex-max | ` https://opencode.ai/zen/v1/responses ` | ` @ai-sdk/openai ` |
76- | GPT 5.1 Codex Mini | gpt-5.1-codex-mini | ` https://opencode.ai/zen/v1/responses ` | ` @ai-sdk/openai ` |
77- | GPT 5 | gpt-5 | ` https://opencode.ai/zen/v1/responses ` | ` @ai-sdk/openai ` |
78- | GPT 5 Codex | gpt-5-codex | ` https://opencode.ai/zen/v1/responses ` | ` @ai-sdk/openai ` |
79- | GPT 5 Nano | gpt-5-nano | ` https://opencode.ai/zen/v1/responses ` | ` @ai-sdk/openai ` |
80- | Claude Opus 4.6 | claude-opus-4-6 | ` https://opencode.ai/zen/v1/messages ` | ` @ai-sdk/anthropic ` |
81- | Claude Opus 4.5 | claude-opus-4-5 | ` https://opencode.ai/zen/v1/messages ` | ` @ai-sdk/anthropic ` |
82- | Claude Opus 4.1 | claude-opus-4-1 | ` https://opencode.ai/zen/v1/messages ` | ` @ai-sdk/anthropic ` |
83- | Claude Sonnet 4.6 | claude-sonnet-4-6 | ` https://opencode.ai/zen/v1/messages ` | ` @ai-sdk/anthropic ` |
84- | Claude Sonnet 4.5 | claude-sonnet-4-5 | ` https://opencode.ai/zen/v1/messages ` | ` @ai-sdk/anthropic ` |
85- | Claude Sonnet 4 | claude-sonnet-4 | ` https://opencode.ai/zen/v1/messages ` | ` @ai-sdk/anthropic ` |
86- | Claude Haiku 4.5 | claude-haiku-4-5 | ` https://opencode.ai/zen/v1/messages ` | ` @ai-sdk/anthropic ` |
87- | Claude Haiku 3.5 | claude-3-5-haiku | ` https://opencode.ai/zen/v1/messages ` | ` @ai-sdk/anthropic ` |
88- | Gemini 3.1 Pro | gemini-3.1-pro | ` https://opencode.ai/zen/v1/models/gemini-3.1-pro ` | ` @ai-sdk/google ` |
89- | Gemini 3 Pro | gemini-3-pro | ` https://opencode.ai/zen/v1/models/gemini-3-pro ` | ` @ai-sdk/google ` |
90- | Gemini 3 Flash | gemini-3-flash | ` https://opencode.ai/zen/v1/models/gemini-3-flash ` | ` @ai-sdk/google ` |
91- | MiniMax M2.5 | minimax-m2.5 | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
92- | MiniMax M2.5 Free | minimax-m2.5-free | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
93- | MiniMax M2.1 | minimax-m2.1 | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
94- | GLM 5 | glm-5 | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
95- | GLM 4.7 | glm-4.7 | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
96- | GLM 4.6 | glm-4.6 | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
97- | Kimi K2.5 | kimi-k2.5 | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
98- | Kimi K2 Thinking | kimi-k2-thinking | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
99- | Kimi K2 | kimi-k2 | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
100- | Qwen3 Coder 480B | qwen3-coder | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
101- | Big Pickle | big-pickle | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
65+ | Model | Model ID | Endpoint | AI SDK Package |
66+ | --------------------- | --------------------- | -------------------------------------------------- | --------------------------- |
67+ | GPT 5.4 Pro | gpt-5.4-pro | ` https://opencode.ai/zen/v1/responses ` | ` @ai-sdk/openai ` |
68+ | GPT 5.4 | gpt-5.4 | ` https://opencode.ai/zen/v1/responses ` | ` @ai-sdk/openai ` |
69+ | GPT 5.3 Codex | gpt-5.3-codex | ` https://opencode.ai/zen/v1/responses ` | ` @ai-sdk/openai ` |
70+ | GPT 5.3 Codex Spark | gpt-5.3-codex-spark | ` https://opencode.ai/zen/v1/responses ` | ` @ai-sdk/openai ` |
71+ | GPT 5.2 | gpt-5.2 | ` https://opencode.ai/zen/v1/responses ` | ` @ai-sdk/openai ` |
72+ | GPT 5.2 Codex | gpt-5.2-codex | ` https://opencode.ai/zen/v1/responses ` | ` @ai-sdk/openai ` |
73+ | GPT 5.1 | gpt-5.1 | ` https://opencode.ai/zen/v1/responses ` | ` @ai-sdk/openai ` |
74+ | GPT 5.1 Codex | gpt-5.1-codex | ` https://opencode.ai/zen/v1/responses ` | ` @ai-sdk/openai ` |
75+ | GPT 5.1 Codex Max | gpt-5.1-codex-max | ` https://opencode.ai/zen/v1/responses ` | ` @ai-sdk/openai ` |
76+ | GPT 5.1 Codex Mini | gpt-5.1-codex-mini | ` https://opencode.ai/zen/v1/responses ` | ` @ai-sdk/openai ` |
77+ | GPT 5 | gpt-5 | ` https://opencode.ai/zen/v1/responses ` | ` @ai-sdk/openai ` |
78+ | GPT 5 Codex | gpt-5-codex | ` https://opencode.ai/zen/v1/responses ` | ` @ai-sdk/openai ` |
79+ | GPT 5 Nano | gpt-5-nano | ` https://opencode.ai/zen/v1/responses ` | ` @ai-sdk/openai ` |
80+ | Claude Opus 4.6 | claude-opus-4-6 | ` https://opencode.ai/zen/v1/messages ` | ` @ai-sdk/anthropic ` |
81+ | Claude Opus 4.5 | claude-opus-4-5 | ` https://opencode.ai/zen/v1/messages ` | ` @ai-sdk/anthropic ` |
82+ | Claude Opus 4.1 | claude-opus-4-1 | ` https://opencode.ai/zen/v1/messages ` | ` @ai-sdk/anthropic ` |
83+ | Claude Sonnet 4.6 | claude-sonnet-4-6 | ` https://opencode.ai/zen/v1/messages ` | ` @ai-sdk/anthropic ` |
84+ | Claude Sonnet 4.5 | claude-sonnet-4-5 | ` https://opencode.ai/zen/v1/messages ` | ` @ai-sdk/anthropic ` |
85+ | Claude Sonnet 4 | claude-sonnet-4 | ` https://opencode.ai/zen/v1/messages ` | ` @ai-sdk/anthropic ` |
86+ | Claude Haiku 4.5 | claude-haiku-4-5 | ` https://opencode.ai/zen/v1/messages ` | ` @ai-sdk/anthropic ` |
87+ | Claude Haiku 3.5 | claude-3-5-haiku | ` https://opencode.ai/zen/v1/messages ` | ` @ai-sdk/anthropic ` |
88+ | Gemini 3.1 Pro | gemini-3.1-pro | ` https://opencode.ai/zen/v1/models/gemini-3.1-pro ` | ` @ai-sdk/google ` |
89+ | Gemini 3 Pro | gemini-3-pro | ` https://opencode.ai/zen/v1/models/gemini-3-pro ` | ` @ai-sdk/google ` |
90+ | Gemini 3 Flash | gemini-3-flash | ` https://opencode.ai/zen/v1/models/gemini-3-flash ` | ` @ai-sdk/google ` |
91+ | MiniMax M2.5 | minimax-m2.5 | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
92+ | MiniMax M2.5 Free | minimax-m2.5-free | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
93+ | MiniMax M2.1 | minimax-m2.1 | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
94+ | GLM 5 | glm-5 | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
95+ | GLM 4.7 | glm-4.7 | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
96+ | GLM 4.6 | glm-4.6 | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
97+ | Kimi K2.5 | kimi-k2.5 | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
98+ | Kimi K2 Thinking | kimi-k2-thinking | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
99+ | Kimi K2 | kimi-k2 | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
100+ | Qwen3 Coder 480B | qwen3-coder | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
101+ | Big Pickle | big-pickle | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
102+ | MiMo V2 Flash Free | mimo-v2-flash-free | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
103+ | Nemotron 3 Super Free | nemotron-3-super-free | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
102104
103105The [ model id] ( /docs/config/#models ) in your OpenCode config
104106uses the format ` opencode/<model-id> ` . For example, for GPT 5.3 Codex, you would
@@ -123,6 +125,8 @@ We support a pay-as-you-go model. Below are the prices **per 1M tokens**.
123125| Model | Input | Output | Cached Read | Cached Write |
124126| --------------------------------- | ------ | ------- | ----------- | ------------ |
125127| Big Pickle | Free | Free | Free | - |
128+ | MiMo V2 Flash Free | Free | Free | Free | - |
129+ | Nemotron 3 Super Free | Free | Free | Free | - |
126130| MiniMax M2.5 Free | Free | Free | Free | - |
127131| MiniMax M2.5 | $0.30 | $1.20 | $0.06 | $0.375 |
128132| MiniMax M2.1 | $0.30 | $1.20 | $0.10 | - |
@@ -173,6 +177,8 @@ Credit card fees are passed along at cost (4.4% + $0.30 per transaction); we don
173177The free models:
174178
175179- 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.
180+ - 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.
181+ - 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.
176182- 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.
177183
178184<a href = { email } >Contact us</a > if you have any questions.
@@ -217,6 +223,8 @@ All our models are hosted in the US. Our providers follow a zero-retention polic
217223
218224- Big Pickle: During its free period, collected data may be used to improve the model.
219225- MiniMax M2.5 Free: During its free period, collected data may be used to improve the model.
226+ - MiniMax M2.5 Free: During its free period, collected data may be used to improve the model.
227+ - Nemotron 3 Super Free: During its free period, collected data may be used to improve the model.
220228- OpenAI APIs: Requests are retained for 30 days in accordance with [ OpenAI's Data Policies] ( https://platform.openai.com/docs/guides/your-data ) .
221229- 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 ) .
222230
0 commit comments