File tree Expand file tree Collapse file tree
packages/web/src/content/docs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ You can also access our models through the following API endpoints.
6666| ----------------- | ----------------- | ------------------------------------------------ | --------------------------- |
6767| GPT 5.1 | gpt-5.1 | ` https://opencode.ai/zen/v1/responses ` | ` @ai-sdk/openai ` |
6868| GPT 5.1 Codex | gpt-5.1-codex | ` https://opencode.ai/zen/v1/responses ` | ` @ai-sdk/openai ` |
69+ | GPT 5.1 Codex Max | gpt-5.1-codex-max | ` https://opencode.ai/zen/v1/responses ` | ` @ai-sdk/openai ` |
6970| GPT 5 | gpt-5 | ` https://opencode.ai/zen/v1/responses ` | ` @ai-sdk/openai ` |
7071| GPT 5 Codex | gpt-5-codex | ` https://opencode.ai/zen/v1/responses ` | ` @ai-sdk/openai ` |
7172| GPT 5 Nano | gpt-5-nano | ` https://opencode.ai/zen/v1/responses ` | ` @ai-sdk/openai ` |
@@ -123,6 +124,7 @@ We support a pay-as-you-go model. Below are the prices **per 1M tokens**.
123124| Gemini 3 Pro (> 200K tokens) | $4.00 | $18.00 | $0.40 | - |
124125| GPT 5.1 | $1.07 | $8.50 | $0.107 | - |
125126| GPT 5.1 Codex | $1.07 | $8.50 | $0.107 | - |
127+ | GPT 5.1 Codex Max | $1.25 | $10.00 | $0.125 | - |
126128| GPT 5 | $1.07 | $8.50 | $0.107 | - |
127129| GPT 5 Codex | $1.07 | $8.50 | $0.107 | - |
128130| GPT 5 Nano | Free | Free | Free | - |
You can’t perform that action at this time.
0 commit comments