From 4a53a8fde5bcfa28fe88daf7e1e0867f48d31da5 Mon Sep 17 00:00:00 2001 From: Roomote Date: Sat, 12 Sep 2026 11:51:27 +0000 Subject: [PATCH] docs(deepseek): document Flash image support --- docs/providers/deepseek.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/providers/deepseek.md b/docs/providers/deepseek.md index f62253bd..fbe27fb0 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 for coding, reasoning, and image understanding. keywords: - deepseek - deepseek chat @@ -14,7 +14,7 @@ keywords: # Using DeepSeek With Zoo Code -Zoo Code supports accessing models through the DeepSeek API, including `deepseek-chat` and `deepseek-reasoner`. +Zoo Code supports accessing models through the DeepSeek API, including the multimodal `deepseek-flash` model. **Website:** [https://platform.deepseek.com/](https://platform.deepseek.com/) @@ -33,6 +33,8 @@ Zoo Code supports accessing models through the DeepSeek API, including `deepseek Zoo Code supports all models available through the DeepSeek API. +Use `deepseek-flash` to attach images for screenshot, diagram, or other visual analysis. DeepSeek also accepts the retired `deepseek-v4-flash` and `deepseek-v4-flash-vision-exp` names as temporary aliases for the latest Flash model. `deepseek-v4-pro` does not support image input. + For the complete, up-to-date model list, see [DeepSeek's API documentation](https://api-docs.deepseek.com/quick_start/pricing). ---