Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 53fc8a8

Browse files
author
Frank
committed
zen: add gpt-5-nano model
1 parent 1d83303 commit 53fc8a8

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

  • packages/web/src/content/docs

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ You can also access our models through the following API endpoints.
6868
| GPT 5.1 Codex | gpt-5.1-codex | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
6969
| GPT 5 | gpt-5 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
7070
| GPT 5 Codex | gpt-5-codex | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
71+
| GPT 5 Nano | gpt-5-nano | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
7172
| Claude Sonnet 4.5 | claude-sonnet-4-5 | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
7273
| Claude Sonnet 4 | claude-sonnet-4 | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
7374
| Claude Haiku 4.5 | claude-haiku-4-5 | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
@@ -117,11 +118,11 @@ We support a pay-as-you-go model. Below are the prices **per 1M tokens**.
117118

118119
| Model | Input | Output | Cached Read | Cached Write |
119120
| --------------------------------- | ------ | ------ | ----------- | ------------ |
121+
| Big Pickle | Free | Free | Free | - |
122+
| Grok Code Fast 1 | Free | Free | Free | - |
120123
| GLM 4.6 | $0.60 | $2.20 | $0.10 | - |
121124
| Kimi K2 | $0.60 | $2.50 | $0.36 | - |
122125
| Qwen3 Coder 480B | $0.45 | $1.50 | - | - |
123-
| Grok Code Fast 1 | Free | Free | Free | - |
124-
| Big Pickle | Free | Free | Free | - |
125126
| Claude Sonnet 4.5 (≤ 200K tokens) | $3.00 | $15.00 | $0.30 | $3.75 |
126127
| Claude Sonnet 4.5 (> 200K tokens) | $6.00 | $22.50 | $0.60 | $7.50 |
127128
| Claude Sonnet 4 (≤ 200K tokens) | $3.00 | $15.00 | $0.30 | $3.75 |
@@ -133,6 +134,7 @@ We support a pay-as-you-go model. Below are the prices **per 1M tokens**.
133134
| GPT 5.1 Codex | $1.25 | $10.00 | $0.125 | - |
134135
| GPT 5 | $1.25 | $10.00 | $0.125 | - |
135136
| GPT 5 Codex | $1.25 | $10.00 | $0.125 | - |
137+
| GPT 5 Nano | Free | Free | Free | - |
136138

137139
You might notice _Claude Haiku 3.5_ in your usage history. This is a [low cost model](/docs/config/#models) that's used to generate the titles of your sessions.
138140

0 commit comments

Comments
 (0)