From e321d8be90f64b4a0ca12bb967523bd08bff86dd Mon Sep 17 00:00:00 2001 From: "@taltas" <6816042+taltas@users.noreply.github.com> Date: Tue, 1 Sep 2026 18:13:31 +0000 Subject: [PATCH] docs(providers): document DeepSeek V4 Flash Vision Exp --- docs/providers/deepseek.md | 11 ++++++++--- docs/providers/fireworks.md | 6 +++--- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/docs/providers/deepseek.md b/docs/providers/deepseek.md index f62253bd..1476d40f 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's text, vision, and reasoning models in Zoo Code, including DeepSeek V4 Flash Vision Exp for multimodal tasks. keywords: - deepseek - deepseek chat @@ -10,11 +10,13 @@ keywords: - reasoning ai - coding ai - deepseek r1 + - deepseek v4 flash vision exp + - vision ai --- # Using DeepSeek With Zoo Code -Zoo Code supports accessing models through the DeepSeek API, including `deepseek-chat` and `deepseek-reasoner`. +Zoo Code supports accessing text, reasoning, and vision models through the DeepSeek API. **Website:** [https://platform.deepseek.com/](https://platform.deepseek.com/) @@ -33,7 +35,9 @@ Zoo Code supports accessing models through the DeepSeek API, including `deepseek Zoo Code supports all models available through the DeepSeek API. -For the complete, up-to-date model list, see [DeepSeek's API documentation](https://api-docs.deepseek.com/quick_start/pricing). +`deepseek-v4-flash-vision-exp` is an experimental multimodal model with a 1M-token context window and up to 384K output tokens. It accepts text and images, supports tool calling, and offers thinking and non-thinking modes. Images are billed as input tokens, with each image using at most 384 tokens. + +For the complete, up-to-date model list and rates, see [DeepSeek's models and pricing documentation](https://api-docs.deepseek.com/quick_start/pricing). For supported image formats and limits, see the [DeepSeek vision guide](https://api-docs.deepseek.com/guides/vision). --- @@ -48,3 +52,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. +* **Experimental model:** DeepSeek may change the behavior or availability of `deepseek-v4-flash-vision-exp` while it remains experimental. diff --git a/docs/providers/fireworks.md b/docs/providers/fireworks.md index efe3b05d..69ed501a 100644 --- a/docs/providers/fireworks.md +++ b/docs/providers/fireworks.md @@ -1,6 +1,6 @@ --- sidebar_label: Fireworks AI -description: Use Fireworks AI with Zoo Code to access state-of-the-art open-source and proprietary AI models like Kimi, Qwen, and DeepSeek on a high-performance platform with large context windows up to 256K tokens. +description: Use Fireworks AI with Zoo Code to access open models like Kimi, Qwen, and DeepSeek, including long-context multimodal models. keywords: - fireworks ai - fireworks @@ -39,9 +39,9 @@ Fireworks AI is a high-performance platform for running AI models, offering fast ## Available Models -Zoo Code supports all models available through Fireworks AI's platform. +Zoo Code includes explicit metadata for supported Fireworks models. This includes `accounts/fireworks/models/deepseek-v4-flash-vision-exp`, an experimental multimodal model with image input, function calling, and a context window of about 1M tokens. -For the complete, up-to-date model list and specifications, see [Fireworks AI's models page](https://fireworks.ai/models). +For the complete, up-to-date model list and specifications, see [Fireworks AI's models page](https://fireworks.ai/models). See the [DeepSeek V4 Flash Vision Exp model page](https://fireworks.ai/models/deepseek-ai/deepseek-v4-flash-vision-exp) for its current availability and pricing. ---