From 3cdb92386a5433635844ee7e434092d31d3a931f Mon Sep 17 00:00:00 2001 From: "@taltas" <6816042+taltas@users.noreply.github.com> Date: Wed, 12 Aug 2026 23:08:13 +0000 Subject: [PATCH 1/3] docs: document DeepSeek V4 Pro 0813 providers --- docs/providers/deepseek.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/providers/deepseek.md b/docs/providers/deepseek.md index f62253bd..f66d9171 100644 --- a/docs/providers/deepseek.md +++ b/docs/providers/deepseek.md @@ -1,6 +1,6 @@ --- sidebar_label: DeepSeek -description: Configure DeepSeek's chat and reasoning models in Zoo Code. Access deepseek-chat and deepseek-reasoner for coding and complex reasoning tasks. +description: Configure DeepSeek models in Zoo Code, including DeepSeek V4 Pro 0813 for coding, reasoning, and long-context agentic tasks. keywords: - deepseek - deepseek chat @@ -10,11 +10,12 @@ keywords: - reasoning ai - coding ai - deepseek r1 + - deepseek v4 pro 0813 --- # Using DeepSeek With Zoo Code -Zoo Code supports accessing models through the DeepSeek API, including `deepseek-chat` and `deepseek-reasoner`. +Zoo Code supports DeepSeek V4 models through the DeepSeek API and compatible hosted providers. **Website:** [https://platform.deepseek.com/](https://platform.deepseek.com/) @@ -33,6 +34,15 @@ Zoo Code supports accessing models through the DeepSeek API, including `deepseek Zoo Code supports all models available through the DeepSeek API. +DeepSeek V4 Pro 0813 is available through these Zoo Code providers using each provider's published model ID: + +| Provider | Model ID | +| --- | --- | +| DeepSeek | `deepseek-v4-pro` | +| Fireworks AI | `accounts/fireworks/models/deepseek-v4-pro` | +| OpenCode Go | `deepseek-v4-pro` | +| Baseten | `deepseek-ai/DeepSeek-V4-Pro` | + For the complete, up-to-date model list, see [DeepSeek's API documentation](https://api-docs.deepseek.com/quick_start/pricing). --- From ab2d4f46b77637fd6b069238d1400fd0398099fb Mon Sep 17 00:00:00 2001 From: "@taltas" <6816042+taltas@users.noreply.github.com> Date: Thu, 13 Aug 2026 00:42:48 +0000 Subject: [PATCH 2/3] docs: distinguish DeepSeek V4 provider versions --- docs/providers/deepseek.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/providers/deepseek.md b/docs/providers/deepseek.md index f66d9171..4410b787 100644 --- a/docs/providers/deepseek.md +++ b/docs/providers/deepseek.md @@ -1,6 +1,6 @@ --- sidebar_label: DeepSeek -description: Configure DeepSeek models in Zoo Code, including DeepSeek V4 Pro 0813 for coding, reasoning, and long-context agentic tasks. +description: Configure DeepSeek V4 models in Zoo Code through the first-party API and compatible hosted providers. keywords: - deepseek - deepseek chat @@ -15,7 +15,7 @@ keywords: # Using DeepSeek With Zoo Code -Zoo Code supports DeepSeek V4 models through the DeepSeek API and compatible hosted providers. +Zoo Code supports DeepSeek V4 models through the DeepSeek API and compatible hosted providers. DeepSeek and OpenCode Go route the stable `deepseek-v4-pro` alias to the first-party DeepSeek V4 Pro 0813 checkpoint. Fireworks AI and Baseten serve the published V4 Pro preview weights through their own inference infrastructure. **Website:** [https://platform.deepseek.com/](https://platform.deepseek.com/) @@ -34,14 +34,14 @@ Zoo Code supports DeepSeek V4 models through the DeepSeek API and compatible hos Zoo Code supports all models available through the DeepSeek API. -DeepSeek V4 Pro 0813 is available through these Zoo Code providers using each provider's published model ID: +DeepSeek V4 Pro is available through these Zoo Code providers using each provider's published model ID: -| Provider | Model ID | -| --- | --- | -| DeepSeek | `deepseek-v4-pro` | -| Fireworks AI | `accounts/fireworks/models/deepseek-v4-pro` | -| OpenCode Go | `deepseek-v4-pro` | -| Baseten | `deepseek-ai/DeepSeek-V4-Pro` | +| Provider | Model ID | Version served | +| --- | --- | --- | +| DeepSeek | `deepseek-v4-pro` | 0813 checkpoint | +| OpenCode Go | `deepseek-v4-pro` | 0813 checkpoint via DeepSeek API | +| Fireworks AI | `accounts/fireworks/models/deepseek-v4-pro` | Published V4 Pro preview weights | +| Baseten | `deepseek-ai/DeepSeek-V4-Pro` | Published V4 Pro preview weights | For the complete, up-to-date model list, see [DeepSeek's API documentation](https://api-docs.deepseek.com/quick_start/pricing). From 1aead6b0ad61e3b5ad227d9e8db118025694a45a Mon Sep 17 00:00:00 2001 From: "@taltas" <6816042+taltas@users.noreply.github.com> Date: Thu, 13 Aug 2026 00:48:49 +0000 Subject: [PATCH 3/3] docs: note planned DeepSeek pricing increase --- docs/providers/deepseek.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/providers/deepseek.md b/docs/providers/deepseek.md index 4410b787..5f8e5a55 100644 --- a/docs/providers/deepseek.md +++ b/docs/providers/deepseek.md @@ -57,4 +57,4 @@ For the complete, up-to-date model list, see [DeepSeek's API documentation](http --- ## Tips and Notes -* **Pricing:** Refer to the [DeepSeek Pricing](https://api-docs.deepseek.com/quick_start/pricing/) page for details on model costs. +* **Pricing:** Refer to the [DeepSeek Pricing](https://api-docs.deepseek.com/quick_start/pricing/) page for current model costs. DeepSeek warns that it plans a significant overall price increase, so hardcoded provider rates may require a follow-up update.