DeepSeek has shipped a lot of models this year, but every single one of them has been text-only. That changed on August 21, 2026, when DeepSeek quietly pushed DeepSeek-V4-Flash-Vision-Exp onto its API platform — an experimental, vision-enabled fork of DeepSeek V4 Flash 0731 that keeps the same agentic and reasoning behavior but can now actually look at an image. It landed in Writingmate's model list the same week, so I spent a few days running it against the release-test routine I use on every new model, plus a new pass built specifically for the image side: screenshots, charts, and the kind of scanned document nobody enjoys OCR-ing by hand.
My name is Artem, and I write the model release coverage for the Writingmate blog. I've now run this same test suite on DeepSeek V4 Pro, Qwen3.8 Max, Grok 5, and Gemini 3.7 Flash, so I have a decent baseline for what "good enough to use for real work" looks like at this price point. DeepSeek V4 Flash Vision Exp is the cheapest vision-capable model with a million-token context window I've tested so far, and that combination is rare enough to be worth a proper look, warts and all.
What DeepSeek V4 Flash Vision Exp Actually Is
DeepSeek V4 Flash Vision Exp is a sparse mixture-of-experts model with 13B active parameters out of 284B total, running on a 1,048,576-token context window with up to 384,000 tokens of completion. DeepSeek's own announcement is direct about the scope of the change: the model "matches DeepSeek-V4-Flash on text capabilities — including agents, reasoning, and world knowledge," and the only new input path is images. Output stays text-only. There's no new voice mode, no video generation, nothing beyond feeding it a picture alongside your prompt.
The "Exp" in the name matters. DeepSeek released it alongside a free-to-use Files API (upload once, reference by file_id across requests) and version 0.1.1 of its DeepSeek Harness agent framework with native support for the new model — so this wasn't a quiet weight swap, it was a coordinated multimodal push. But DeepSeek also didn't publish independent third-party benchmark validation alongside the release, just its own internal comparisons against Anthropic's Opus 4.8. That's a pattern worth watching for as you decide how much to trust the headline claims below.
That video covers the text-only V4 Flash GA release rather than the vision fork specifically, but it's useful context here: everything the reviewer likes about base V4 Flash's coding speed and agentic behavior is exactly what DeepSeek claims carries over unchanged into the vision variant. That's the claim I actually went and tested.
How I Tested It
I didn't run a formal benchmark suite — I don't have independent access to DeepSeek's internal eval set, and I'm not going to hand you numbers I can't stand behind. What I did instead was run the same qualitative pass I use for every model release on DeepSeek V4 Flash Vision Exp on Writingmate, side by side with the text-only base model:
- A broken-function debugging task — a Python function with a silent off-by-one error, no traceback, just wrong output.
- A messy refactor — a 200-line file with duplicated logic, asked to consolidate without changing behavior.
- A multi-step agentic task — plan, call a tool, read the result, adjust the plan, finish.
- A long-context document pull — a long PDF-turned-text file with a fact buried past the 400K-token mark.
- An image-understanding pass — the new part. A product screenshot with a UI bug, a bar chart with unlabeled axes, and a scanned invoice with a coffee-ring stain over one line item.
The goal wasn't to produce a leaderboard score. It was to figure out, in plain terms, whether the "experimental" label in the model name means anything you'd actually notice in daily use, or whether it's mostly a legal hedge.
Feeding It Screenshots, Charts, and Messy Scans
This is where the model's newness actually shows up. Text extraction from a clean screenshot was solid — reading button labels, error text, and layout structure off a UI screenshot came back accurate and usefully described, not just "there's a button here" vagueness. That tracks with DeepSeek's own framing of the release as built for "document and chart understanding, visual question answering, and multimodal agent workflows that interleave text and images."
Charts were the weaker spot. On a bar chart with axis labels that weren't perfectly horizontal, the model got the general trend right but occasionally mismatched a value to the wrong bar — the kind of small error that's easy to miss if you're not double-checking against the source image. The scanned invoice with the coffee stain came back mostly correct, but it silently guessed at the one obscured digit instead of flagging it as unreadable, which is exactly the failure mode you don't want from a model you're using to process real paperwork unsupervised.
Worth noting on the technical side: DeepSeek's vision pipeline caps input at 8,192 pixels per edge (dropping to 4,096 if you send 15 or more images in one request), and it can optionally downscale images to 512×512 for token efficiency. If you're feeding it dense, small-text documents, that downscaling option is exactly what will cost you accuracy — turn it off if OCR precision matters more than token cost for your use case.
"2.4T is a nice number for a press release, but the thing I actually care about is whether anyone independent reproduces the benchmark claims before it touches anything real. Same energy here — DeepSeek grading its own vision model against Opus 4.8 isn't nothing, but it's not a third-party eval either." — u/moe_router on r/LocalLLaMA
Where the Text Side Still Behaves Like DeepSeek V4 Flash
On the four non-vision tests, I couldn't find a meaningful gap between the vision variant and the text-only base model. The off-by-one bug got caught and fixed correctly on both. The refactor task consolidated the duplicated logic without changing external behavior on both. The agentic tool-use test — plan, call, read, adjust — completed the same way on both, which matches DeepSeek's own claim that the vision fork "matches DeepSeek-V4-Flash on text capabilities, including agents, reasoning, and world knowledge."
The long-context pull is the one place I'd flag a real difference, and it's not really about vision at all: DeepSeek V4 Flash Vision Exp tops out at 1,048,576 tokens of context, while the text-only V4 Flash 0731 goes slightly further at 1,310,720 tokens. If you're doing pure long-document text work and don't need image input at all, the base model is still the wider window and the cheaper option — more on pricing below.
Model | Context window | Input / output pricing (per 1M tokens) | Image input | Notes |
|---|---|---|---|---|
DeepSeek V4 Flash Vision Exp | 1,048,576 | $0.22 / $0.66 | Yes — up to 600 images/request | Experimental, no independent benchmark validation yet |
DeepSeek V4 Flash 0731 (base) | 1,310,720 | $0.08 / $0.18 | No | Cheaper, wider context, text-only |
Gemini 3.7 Flash | 1,048,576 | $0.375 / $1.875 | Yes — native, plus video/audio | GA release, broader modality support |
Qwen3.8 Max | 1,000,000 | $2.00 / $6.00 | Yes — image and video | Flagship pricing, strongest agentic benchmarks |
DeepSeek's Benchmark Claim, and Why I'm Not Repeating It as Fact
DeepSeek's own release notes claim the vision model's multimodal agent performance approaches Opus 4.8, and specifically cite an "Agents' Last Exam" score of 27.3 versus Opus 4.8's 25.7 on that one metric. I'm including that number because DeepSeek published it, not because I've verified it independently — nobody outside DeepSeek has reproduced it yet, and the announcement itself doesn't break down methodology or show a full benchmark table the way, say, Google's Gemini 3.7 Flash launch did. Treat it as a marketing claim with a real number attached, not a confirmed result.
What I can confirm from actually using it: on tasks that combine an image with a follow-up agentic step — read this chart, then write me a summary and flag any anomaly — the model didn't fall apart the way some vision bolt-ons do when you ask them to reason past the initial description. It stayed coherent through the multi-step version of that task in my testing, which is the more practical signal than any single leaderboard number.
"DeepSeek-V4-Flash-Vision-Exp is now live on the DeepSeek API Platform! 🚀 This experimental multimodal model matches DeepSeek-V4-Flash on text capabilities — including agents, reasoning, and world knowledge. On multimodal agent benchmarks, V4-Flash-Vision-Exp makes a major..." — @deepseek_ai on X
Pricing and How to Turn It On in Writingmate
DeepSeek didn't charge a premium for the vision capability — input and output pricing on the vision variant matches V4 Flash's text rates, at $0.22 per million input tokens and $0.66 per million output tokens, with cached reads at $0.007 per million. Images are billed at up to 384 tokens each regardless of resolution, which is genuinely cheap next to Gemini 3.7 Flash's separate image-pricing line or Qwen3.8 Max's flat $2/$6 per-million rates.
To use it, open the model picker in Writingmate, search "DeepSeek V4 Flash Vision Exp," and select it — it's listed under the DeepSeek provider alongside V4 Pro and V4 Flash Latest on the full models page. Reasoning effort defaults to "high" but supports "low" and "max" too, so if you're running a high volume of straightforward image-description calls, dropping to low effort will save you real money without changing the vision quality much. If your work leans more toward text-heavy agentic coding without images, it's worth comparing it directly against Gemini 3.7 Flash or Qwen3.8 Max on the same task before committing — all three are available on the same subscription, so switching costs you nothing but a click. Check current plan limits on the pricing page if you're running high image volumes.
What "Experimental" Actually Means Here
Based on everything above, here's my honest read on the label. The text side is not experimental at all — it's the same DeepSeek V4 Flash agentic and reasoning behavior that's been GA since July, and it held up identically across my debugging, refactor, and agentic tests. The experimental part is genuinely confined to the vision path: chart reading with any ambiguity in the source image, and OCR on degraded or obscured text, are the two places I'd double-check output before trusting it unsupervised. Clean screenshots and straightforward document reading were reliably good.
If your workflow is document QA on clean digital exports, UI screenshot debugging, or an agent that occasionally needs to glance at a chart mid-task, this is a genuinely useful and very cheap option. If you're running high-stakes OCR on damaged scans or need chart-reading precision you can't manually verify, I'd lean on Gemini 3.7 Flash's more mature multimodal stack for now, or add a manual review step regardless of which model you pick.
So here's the bottom line: DeepSeek didn't reinvent anything with this release, and to its credit it isn't really claiming to. It bolted image understanding onto a model that was already good at agentic text work, priced it at the same rate as the text-only version, and was upfront that the label says "Exp" for a reason. For the price, that's a fair trade — just don't skip the human check on anything that actually matters.
See you in the next one!
Artem
Frequently Asked Questions
Sources
- DeepSeek-V4-Flash-Vision-Exp Release: Multimodal API Now Live (DeepSeek API Docs)
- DeepSeek V4 Flash Vision Exp - API Pricing & Providers (OpenRouter)
- Deepseek releases experimental Flash vision model that rivals Opus 4.8 on agent benchmarks (The Decoder)
- @deepseek_ai on X
- u/moe_router on r/LocalLLaMA
- DeepSeek V4 Flash GA IS INCREDIBLE! Powerful, Cheap, & Fast! (Fully Tested) (YouTube)
- full models page
- DeepSeek V4 Flash Vision Exp on Writingmate
- Gemini 3.7 Flash
- Qwen3.8 Max
- pricing page
Written by
Artem Vysotsky
Ex-Staff Engineer at Meta. Building the technical foundation to make AI accessible to everyone.
Reviewed by
Sergey Vysotsky
Ex-Chief Editor / PM at Mosaic. Passionate about making AI accessible and affordable for everyone.

