summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src
diff options
context:
space:
mode:
authorJay V <[email protected]>2025-09-23 17:36:40 -0400
committerJay V <[email protected]>2025-09-23 17:36:40 -0400
commit679aeb29f095571d57fbe736186caa017f7a0885 (patch)
treefb9ab8cc36c90db8e6af2f679bbca549e2990dac /packages/web/src
parent190413580f6f83cd57f70efd73985de6d752544e (diff)
downloadopencode-679aeb29f095571d57fbe736186caa017f7a0885.tar.gz
opencode-679aeb29f095571d57fbe736186caa017f7a0885.zip
docs: add codex to zen
Diffstat (limited to 'packages/web/src')
-rw-r--r--packages/web/src/content/docs/zen.mdx4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/zen.mdx b/packages/web/src/content/docs/zen.mdx
index 461751f39..0aab52616 100644
--- a/packages/web/src/content/docs/zen.mdx
+++ b/packages/web/src/content/docs/zen.mdx
@@ -64,7 +64,8 @@ You can also access our models through the following API endpoints.
| Model | Mode ID | Endpoint | AI SDK Package |
| ---------------- | ---------------- | --------------------------------------------- | --------------------------- |
-| GPT-5 | gpt-5 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
+| GPT 5 | gpt-5 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
+| GPT 5 Codex | gpt-5-codex | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` |
| Claude Sonnet 4 | claude-sonnet-4 | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
| Claude Haiku 3.5 | claude-3-5-haiku | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
| Claude Opus 4.1 | claude-opus-4-1 | `https://opencode.ai/zen/v1/messages` | `@ai-sdk/anthropic` |
@@ -88,6 +89,7 @@ We support a pay-as-you-go model. Below are the prices **per 1M tokens**.
| Claude Haiku 3.5 | $0.80 | $4.00 | $0.08 | $1.00 |
| Claude Opus 4.1 | $15.00 | $75.00 | $1.50 | $18.75 |
| GPT 5 | $1.25 | $10.00 | $0.125 | - |
+| GPT 5 Codex | $1.25 | $10.00 | $0.125 | - |
| Kimi K2 | $0.60 | $2.50 | - | - |
:::note