@@ -64,8 +64,10 @@ You can also access our models through the following API endpoints.
6464
6565| Model | Model ID | Endpoint | AI SDK Package |
6666| --------------------- | --------------------- | -------------------------------------------------- | --------------------------- |
67- | GPT 5.4 Pro | gpt-5.4-pro | ` https://opencode.ai/zen/v1/responses ` | ` @ai-sdk/openai ` |
6867| GPT 5.4 | gpt-5.4 | ` https://opencode.ai/zen/v1/responses ` | ` @ai-sdk/openai ` |
68+ | GPT 5.4 Pro | gpt-5.4-pro | ` https://opencode.ai/zen/v1/responses ` | ` @ai-sdk/openai ` |
69+ | GPT 5.4 Mini | gpt-5.4-mini | ` https://opencode.ai/zen/v1/responses ` | ` @ai-sdk/openai ` |
70+ | GPT 5.4 Nano | gpt-5.4-nano | ` https://opencode.ai/zen/v1/responses ` | ` @ai-sdk/openai ` |
6971| GPT 5.3 Codex | gpt-5.3-codex | ` https://opencode.ai/zen/v1/responses ` | ` @ai-sdk/openai ` |
7072| GPT 5.3 Codex Spark | gpt-5.3-codex-spark | ` https://opencode.ai/zen/v1/responses ` | ` @ai-sdk/openai ` |
7173| GPT 5.2 | gpt-5.2 | ` https://opencode.ai/zen/v1/responses ` | ` @ai-sdk/openai ` |
@@ -89,12 +91,8 @@ You can also access our models through the following API endpoints.
8991| Gemini 3 Flash | gemini-3-flash | ` https://opencode.ai/zen/v1/models/gemini-3-flash ` | ` @ai-sdk/google ` |
9092| MiniMax M2.5 | minimax-m2.5 | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
9193| MiniMax M2.5 Free | minimax-m2.5-free | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
92- | MiniMax M2.1 | minimax-m2.1 | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
9394| GLM 5 | glm-5 | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
94- | GLM 4.7 | glm-4.7 | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
95- | GLM 4.6 | glm-4.6 | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
9695| Kimi K2.5 | kimi-k2.5 | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
97- | Qwen3 Coder 480B | qwen3-coder | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
9896| Big Pickle | big-pickle | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
9997| MiMo V2 Flash Free | mimo-v2-flash-free | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
10098| Nemotron 3 Super Free | nemotron-3-super-free | ` https://opencode.ai/zen/v1/chat/completions ` | ` @ai-sdk/openai-compatible ` |
@@ -126,10 +124,7 @@ We support a pay-as-you-go model. Below are the prices **per 1M tokens**.
126124| Nemotron 3 Super Free | Free | Free | Free | - |
127125| MiniMax M2.5 Free | Free | Free | Free | - |
128126| MiniMax M2.5 | $0.30 | $1.20 | $0.06 | $0.375 |
129- | MiniMax M2.1 | $0.30 | $1.20 | $0.10 | - |
130127| GLM 5 | $1.00 | $3.20 | $0.20 | - |
131- | GLM 4.7 | $0.60 | $2.20 | $0.10 | - |
132- | GLM 4.6 | $0.60 | $2.20 | $0.10 | - |
133128| Kimi K2.5 | $0.60 | $3.00 | $0.10 | - |
134129| Qwen3 Coder 480B | $0.45 | $1.50 | - | - |
135130| Claude Opus 4.6 | $5.00 | $25.00 | $0.50 | $6.25 |
@@ -145,8 +140,10 @@ We support a pay-as-you-go model. Below are the prices **per 1M tokens**.
145140| Gemini 3.1 Pro (≤ 200K tokens) | $2.00 | $12.00 | $0.20 | - |
146141| Gemini 3.1 Pro (> 200K tokens) | $4.00 | $18.00 | $0.40 | - |
147142| Gemini 3 Flash | $0.50 | $3.00 | $0.05 | - |
148- | GPT 5.4 Pro | $30.00 | $180.00 | $30.00 | - |
149143| GPT 5.4 | $2.50 | $15.00 | $0.25 | - |
144+ | GPT 5.4 Pro | $30.00 | $180.00 | $30.00 | - |
145+ | GPT 5.4 Mini | $0.75 | $4.50 | $0.075 | - |
146+ | GPT 5.4 Nano | $0.20 | $1.25 | $0.02 | - |
150147| GPT 5.3 Codex Spark | $1.75 | $14.00 | $0.175 | - |
151148| GPT 5.3 Codex | $1.75 | $14.00 | $0.175 | - |
152149| GPT 5.2 | $1.75 | $14.00 | $0.175 | - |
0 commit comments