Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions docs/providers/deepseek.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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/)

Expand All @@ -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).

---
Expand All @@ -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.
Loading