From bbb3120b59b7e56e07c3d485c3849517b00c6c47 Mon Sep 17 00:00:00 2001 From: Frank Date: Wed, 14 Jan 2026 16:03:02 -0500 Subject: [PATCH] zen: gpt-5.2-codex --- packages/console/core/package.json | 1 + packages/web/src/content/docs/zen.mdx | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/console/core/package.json b/packages/console/core/package.json index 4bd49d758..a6716fbf3 100644 --- a/packages/console/core/package.json +++ b/packages/console/core/package.json @@ -32,6 +32,7 @@ "promote-models-to-dev": "script/promote-models.ts dev", "promote-models-to-prod": "script/promote-models.ts production", "pull-models-from-dev": "script/pull-models.ts dev", + "pull-models-from-prod": "script/pull-models.ts production", "update-black": "script/update-black.ts", "promote-black-to-dev": "script/promote-black.ts dev", "promote-black-to-prod": "script/promote-black.ts production", diff --git a/packages/web/src/content/docs/zen.mdx b/packages/web/src/content/docs/zen.mdx index 1b2c9b091..053e06ffc 100644 --- a/packages/web/src/content/docs/zen.mdx +++ b/packages/web/src/content/docs/zen.mdx @@ -65,6 +65,7 @@ You can also access our models through the following API endpoints. | Model | Model ID | Endpoint | AI SDK Package | | ------------------ | ------------------ | -------------------------------------------------- | --------------------------- | | GPT 5.2 | gpt-5.2 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` | +| GPT 5.2 Codex | gpt-5.2-codex | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` | | GPT 5.1 | gpt-5.1 | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` | | GPT 5.1 Codex | gpt-5.1-codex | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` | | GPT 5.1 Codex Max | gpt-5.1-codex-max | `https://opencode.ai/zen/v1/responses` | `@ai-sdk/openai` | @@ -90,8 +91,8 @@ You can also access our models through the following API endpoints. | Big Pickle | big-pickle | `https://opencode.ai/zen/v1/chat/completions` | `@ai-sdk/openai-compatible` | The [model id](/docs/config/#models) in your OpenCode config -uses the format `opencode/`. For example, for GPT 5.1 Codex, you would -use `opencode/gpt-5.1-codex` in your config. +uses the format `opencode/`. For example, for GPT 5.2 Codex, you would +use `opencode/gpt-5.2-codex` in your config. --- @@ -131,6 +132,7 @@ We support a pay-as-you-go model. Below are the prices **per 1M tokens**. | Gemini 3 Pro (> 200K tokens) | $4.00 | $18.00 | $0.40 | - | | Gemini 3 Flash | $0.50 | $3.00 | $0.05 | - | | GPT 5.2 | $1.75 | $14.00 | $0.175 | - | +| GPT 5.2 Codex | $1.75 | $14.00 | $0.175 | - | | GPT 5.1 | $1.07 | $8.50 | $0.107 | - | | GPT 5.1 Codex | $1.07 | $8.50 | $0.107 | - | | GPT 5.1 Codex Max | $1.25 | $10.00 | $0.125 | - |