Overview
DeepSeek-V4-Flash-Vision-Exp is an experimental multimodal member of DeepSeek's V4 series, announced on 21 August 2026 and served from the DeepSeek API Platform under the model id `deepseek-v4-flash-vision-exp`. It is the first V4 model that accepts images: a request can mix text and image content, and DeepSeek reports that on text-only work — agents, reasoning and world knowledge — it matches DeepSeek-V4-Flash.
Images can be supplied three ways: inline as base64 data, as an external HTTP(S) URL, or as a reference to a file uploaded through the Files API that shipped alongside the model (uploading is free, and one uploaded image can be reused by file id across many requests). The API accepts JPEG, PNG, GIF and WebP, detected from file content rather than the extension, and allows up to 600 images per request. Images are only valid in `user` messages; a `detail` parameter (`low`, `high`, `original`, `auto`) controls how aggressively each one is processed, with `low` downscaling to 512×512.
For billing and context accounting each image is resized to roughly 800×800 with its aspect ratio preserved and costs at most 384 tokens, charged at the ordinary V4-Flash token rate. The model keeps the V4 line's 1M-token context and 384K-token maximum output, is reachable through the Chat Completions, Messages and Responses APIs, and got same-day support in DeepSeek Harness 0.1.1. Unlike DeepSeek-V4-Flash and DeepSeek-V4-Pro, no weights have been published for this checkpoint — it is API-only and explicitly labelled experimental.
| Released | 2026-08-21 |
|---|---|
| License | Proprietary (API-only) |
| Weights | API only |
| Context | 1M |
| Max output | 384K |
| Modalities | Text, Vision |
| Status | Experimental preview on the DeepSeek API Platform (model id `deepseek-v4-flash-vision-exp`); no weights published. |
Benchmarks

DeepSeek's launch comparison for V4-Flash-Vision-Exp against the text-only V4-Flash-0731 and Opus-4.8 (21 August 2026). Text-agent rows first, multimodal-agent rows last.
| Benchmark | DeepSeek V4-Flash-Vision-Exp | DeepSeek V4-Flash-0731 | Opus-4.8 |
|---|---|---|---|
| Terminal Bench 2.1 | 83.9 | 82.7 | 85 |
| NL2Repo | 57.7 | 54.2 | 69.7 |
| Cybergym | 75.3 | 76.7 | 78.3 |
| DeepSWE | 59.3 | 54.4 | 58 |
| Toolathlon-Verified | 75.9 | 70.3 | 76.2 |
| DSBench-Hard | 63.6 | 59.6 | 71.7 |
| AutomationBench (public) | 25.7 | 25.1 | 27.2 |
| ApexBench (Pass@1) | 36.5 | 26.2 | 39.4 |
| Agents' Last Exam | 27.3 | 25.2 | 25.7 |
| Chartography | 64.3 | — | 65 |
| ZeroBench (Pass@5) | 35 | — | 34 |
This model's scores
- Terminal Bench 2.183.9%
- Toolathlon-Verified75.9%
- Cybergym75.3%
- DSBench-Hard63.6%
- DeepSWE59.3%
- NL2Repo57.7%
- Chartography (multimodal)64.3%
- ApexBench Pass@1 (multimodal)36.5%
- ZeroBench Pass@5 (multimodal)35%
- Agents' Last Exam (multimodal)27.3%
- AutomationBench (public)25.7%
Scores on a 0–100 scale (25-point gridlines); higher is better. Each benchmark links to its published source.
Pricing
| Input | $0.22 off-peak · $0.44 peak / 1M tokens |
|---|---|
| Cached input | $0.007 off-peak · $0.014 peak / 1M tokens |
| Output | $0.66 off-peak · $1.32 peak / 1M tokens |
Same tariff as DeepSeek-V4-Flash; input prices are cache-miss. Peak hours are 01:00–04:00 and 06:00–10:00 UTC and off-peak is half the peak rate. Images are billed as tokens, at most 384 tokens per image; Files API uploads are free.
Strengths
- Adds image understanding to the V4 line without giving up V4-Flash's text quality on agent, reasoning and knowledge tasks
- Priced identically to V4-Flash, with images capped at 384 tokens each regardless of their original resolution
- Keeps the full 1M-token context and 384K-token output ceiling, so long documents with embedded figures fit in one request
- Three image-input paths (base64, external URL, Files API) plus a free Files API for reusing the same image across requests
- Reachable from the Chat Completions, Messages and Responses APIs, with DeepSeek Harness 0.1.1 support out of the box
Best for
- Multimodal agent loops that must read screenshots, dashboards or UI state to decide the next action
- Chart, diagram and document understanding at long context (DeepSeek reports 64.3 on Chartography)
- Front-end and design-to-code work where the prompt is a mockup image plus a repository
- Batch image analysis where the same reference images are reused across many requests through the Files API
How to access
| Provider | Model ID |
|---|---|
| DeepSeek Platform ↗ | deepseek-v4-flash-vision-exp |
DeepSeek V4 — every version
The full lineage of the DeepSeek V4 line, newest first. Every version has its own page — click any to compare specs, benchmarks and pricing.
| Version | Released | Context | License |
|---|---|---|---|
| DeepSeek-V4-Flash-Vision-Exp | 2026-08-21 | 1M | Proprietary (API-only) |
| DeepSeek-V4-Procurrent | 2026-08-13 | 1M | MIT |
| DeepSeek-V4-Flash | 2026-07-31 | — | MIT |
FAQ
What is DeepSeek-V4-Flash-Vision-Exp?
It is an experimental multimodal model DeepSeek released on 21 August 2026 as `deepseek-v4-flash-vision-exp`. It accepts mixed text and image input while, according to DeepSeek, matching DeepSeek-V4-Flash on text-only agent, reasoning and world-knowledge work. It is served from the DeepSeek API Platform only.
Are the weights open?
No. DeepSeek-V4-Flash and DeepSeek-V4-Pro publish MIT-licensed weights on Hugging Face, but no weights have been released for this vision checkpoint — it is available through the DeepSeek API alone.
How are images charged?
Each image is resized to roughly 800×800 with its aspect ratio preserved and costs at most 384 tokens, billed at the normal DeepSeek-V4-Flash token rate: off-peak $0.22 per 1M cache-miss input tokens and $0.66 per 1M output tokens, doubling during the 01:00–04:00 and 06:00–10:00 UTC peak windows. Uploading images through the Files API is free.
What image formats and limits does it support?
JPEG, PNG, GIF and WebP, detected from file content rather than the file extension. A request may carry up to 600 images, each up to 32 MiB when passed as base64 or an external URL (64 MiB via the Files API) and up to 8192 pixels per side — 4096 pixels when 15 or more images are sent at once. Images are only accepted in `user` messages.
How does it compare with DeepSeek-V4-Flash on benchmarks?
In DeepSeek's own launch table it edges V4-Flash-0731 on most text-agent rows (Terminal Bench 2.1 83.9 vs 82.7, DeepSWE 59.3 vs 54.4, Toolathlon-Verified 75.9 vs 70.3) and gains far more on multimodal rows, where the text-only model ignores images: ApexBench 36.5 vs 26.2 and Agents' Last Exam 27.3 vs 25.2. DeepSeek reports Chartography 64.3 and ZeroBench Pass@5 35.0, against 65.0 and 34.0 for Opus-4.8.