diff --git a/docs/providers/deepseek.md b/docs/providers/deepseek.md index f62253bd..5f8e5a55 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 V4 models in Zoo Code through the first-party API and compatible hosted providers. 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. 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/) @@ -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 is available through these Zoo Code providers using each provider's published model ID: + +| 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). --- @@ -47,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.