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/4] 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/4] 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/4] 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. From 25c3613cb20d4f50bf155fb610274b1579cad0df Mon Sep 17 00:00:00 2001 From: "@taltas" <6816042+taltas@users.noreply.github.com> Date: Fri, 14 Aug 2026 19:30:12 +0000 Subject: [PATCH 4/4] docs: document DeepSeek V4 pricing schedules --- docs/providers/deepseek.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/providers/deepseek.md b/docs/providers/deepseek.md index 5f8e5a55..43ada38d 100644 --- a/docs/providers/deepseek.md +++ b/docs/providers/deepseek.md @@ -15,7 +15,7 @@ keywords: # Using DeepSeek With Zoo Code -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. +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 DeepSeek V4 Pro 0813 checkpoint. Fireworks AI and Baseten offer separate IDs for the published V4 Pro preview weights and the 0813 checkpoint. **Website:** [https://platform.deepseek.com/](https://platform.deepseek.com/) @@ -39,9 +39,11 @@ DeepSeek V4 Pro is available through these Zoo Code providers using each provide | Provider | Model ID | Version served | | --- | --- | --- | | DeepSeek | `deepseek-v4-pro` | 0813 checkpoint | -| OpenCode Go | `deepseek-v4-pro` | 0813 checkpoint via DeepSeek API | +| OpenCode Go | `deepseek-v4-pro` | 0813 checkpoint | | Fireworks AI | `accounts/fireworks/models/deepseek-v4-pro` | Published V4 Pro preview weights | +| Fireworks AI | `accounts/fireworks/models/deepseek-v4-pro-0813` | 0813 checkpoint | | Baseten | `deepseek-ai/DeepSeek-V4-Pro` | Published V4 Pro preview weights | +| Baseten | `deepseek-ai/DeepSeek-V4-Pro-0813` | 0813 checkpoint | For the complete, up-to-date model list, see [DeepSeek's API documentation](https://api-docs.deepseek.com/quick_start/pricing). @@ -57,4 +59,5 @@ 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 current model costs. DeepSeek warns that it plans a significant overall price increase, so hardcoded provider rates may require a follow-up update. +* **First-party pricing:** At 16:00 UTC on August 16, 2026, DeepSeek introduces peak and off-peak pricing. Peak hours are 01:00-04:00 and 06:00-10:00 UTC; all other hours are half-price. Peak V4 Pro rates per million tokens are $1.32 for cache misses, $0.044 for cache hits, and $3.96 for output. Peak V4 Flash rates are $0.44, $0.014, and $1.32 respectively. Zoo Code uses peak rates for static cost estimates. +* **Hosted-provider pricing:** OpenCode Go keeps its published V4 Pro rates of $0.435 input, $0.003625 cached input, and $0.87 output, while V4 Flash remains $0.14, $0.0028, and $0.28. Baseten charges $1.32 input, $0.132 cached input, and $3.96 output for its dated 0813 model; its preview model remains $1.74, $0.145, and $3.48. Fireworks charges $1.32, $0.044, and $3.96 for 0813, while its preview model remains $1.74, $0.145, and $3.48. Provider prices are independent, so refer to each provider's pricing page for future changes.