DeepSeek Vision Model vs Claude Opus 4.8: 23x Cheaper Per Image

DeepSeek’s vision model just split a 2-2 draw with Claude Opus 4.8 on visual benchmarks while charging roughly 23 times less per image. V4-Flash-Vision-Exp processes 1,000 images for about $0.17 at peak rates. Claude Sonnet 4.6 charges around $4 for the same work. If your workload is image-heavy and volume-driven, the math is no longer close.

The DeepSeek vision model shipped on August 21, 2026. It is experimental, API-only, and it does something DeepSeek has done before: it removes a price floor the incumbents were standing on.

What is DeepSeek’s new vision model?

V4-Flash-Vision-Exp is an experimental multimodal extension of DeepSeek’s V4-Flash, adding image understanding to a model that was previously text-only. It is available on DeepSeek’s paid developer platform by setting model='deepseek-v4-flash-vision-exp', per the official API changelog.

The target is not image generation. It is visual agent work — reading charts, parsing screenshots, driving interfaces, and running multi-step tasks that require seeing what happened.

DeepSeek’s own framing is careful. The changelog calls it “a significant leap over DeepSeek-V4-Flash, bringing its multimodal agent capabilities close to Opus-4.8,” while noting pure-text performance is unchanged from the base model.

What’s under the hood

The foundation is V4-Flash, released in April 2026: a 284-billion-parameter mixture-of-experts model built from multiple 13-billion-parameter networks, according to SiliconANGLE.

The vision specs are aggressive. A 1-million-token context window, up to 384,000 output tokens, and up to 600 images per request. Each image is capped at 384 tokens regardless of size — that cap is the entire reason the pricing works.

Supported formats are JPEG, PNG, GIF and WebP, with a maximum edge of 8,192 pixels, dropping to 4,096 pixels once you send 15 or more images in a single call.

Did the DeepSeek vision model actually beat Claude Opus 4.8?

On two benchmarks yes, on two no. It is a genuine 2-2 split, not a sweep, and the margins are thin in both directions. DeepSeek wins the agentic and hard-visual tests. Opus 4.8 holds the chart-reading and structured-reasoning tests. Anyone claiming a decisive winner is selling something.

Benchmark DeepSeek V4-Flash-Vision-Exp Claude Opus 4.8 Margin
Agents’ Last Exam (ALE) 27.3 25.7 +1.6 DeepSeek
ZeroBench (Pass@5) 35.0 34.0 +1.0 DeepSeek
ApexBench (Pass@1) 36.5 39.4 +2.9 Opus 4.8
Chartography 64.3 65.0 +0.7 Opus 4.8

Scores as reported by XenoSpectrum’s breakdown. DeepSeek’s changelog separately lists a Terminal Bench 2.1 score of 83.9.

Context on the tests matters. ALE contains more than 1,000 multi-step tasks; ZeroBench is 100 image-analysis tasks deliberately built to be hard, SiliconANGLE reports. Those are the two DeepSeek won.

The pattern is consistent with what we saw when GLM-5.3 went up against DeepSeek V4 Pro: Chinese labs are now trading benchmark wins with frontier Western models rather than trailing them.

How much does the DeepSeek vision model cost?

Very little, and the structure is unusual. DeepSeek runs peak and off-peak pricing. Off-peak, input is $0.22 per million tokens and output is $0.66. During peak hours — 01:00–04:00 and 06:00–10:00 UTC — both double, to $0.44 and $1.32. Cache hits cost $0.007 off-peak.

The image economics fall out of the 384-token cap. A single image costs $0.00008448 off-peak and $0.00016896 at peak.

Model ~Cost per 1,000 images (1024×1024) Input / output per 1M tokens Context
DeepSeek V4-Flash-Vision-Exp (off-peak) ~$0.09 $0.22 / $0.66 1M
DeepSeek V4-Flash-Vision-Exp (peak) ~$0.17 $0.44 / $1.32 1M
Google Gemini 3.1 Pro ~$0.50 $2.00 / $12.00 1M
OpenAI GPT-5.4 Vision ~$1.90 $2.50 / $15.00 1.1M
Anthropic Claude Sonnet 4.6 ~$4.00
Anthropic Claude Opus 4.8 $5.00 / $25.00 1M

Per-image costs are as calculated by BigGo Finance; Opus 4.8 token rates are $5.00 input, $25.00 output and $0.50 cached input, per OpenRouter.

Set those side by side. On output tokens, DeepSeek off-peak at $0.66 against Opus 4.8 at $25.00 is a 37x spread for a model that just won two of four visual benchmarks against it.

Why the 384-token image cap matters

Most vision APIs price images by resolution. Send a bigger image, pay more tokens. That makes cost forecasting miserable and punishes exactly the high-resolution documents that need vision in the first place.

DeepSeek caps every image at 384 tokens no matter its size, up to an 8,192-pixel edge. A dense scanned contract and a low-resolution thumbnail cost the same.

For finance and operations teams, that turns a variable line item into a fixed one. You can price a document-processing product per page before you have seen a single customer’s files, which is not something the resolution-scaled competitors let you do.

Is the DeepSeek vision model cheap enough to switch?

For high-volume image pipelines, yes — the gap is too large to argue with. For low-volume work where quality variance costs more than tokens, no. The deciding number is how many images you process per month, because below roughly 100,000 images the absolute savings stop mattering.

Run it concretely. A million images per month costs about $170 at DeepSeek’s peak rate, $90 off-peak, and roughly $4,000 on Claude Sonnet 4.6. That is a $46,000 annual difference on a single pipeline.

  • Document and invoice processing at scale. Switch. The 384-token cap makes cost per page nearly flat.
  • Screenshot-driven agents and RPA. Switch. ALE and ZeroBench are exactly this workload, and DeepSeek won both.
  • Chart and dashboard extraction. Stay. Opus 4.8 leads Chartography 65.0 to 64.3, and errors here are expensive.
  • Regulated or air-gapped work. Stay. This is a Chinese paid API with no open weights announced.
  • Batch archive backfill. Switch, and schedule it off-peak. You halve the bill by choosing when to run.

That off-peak lever is genuinely underrated. Almost no batch job cares what hour it runs, and DeepSeek is effectively paying you 50% to move it.

Which vision model should you use for what?

Match the model to the failure cost, not to the benchmark chart. Where a wrong answer is cheap and volume is enormous, take the cheapest capable model. Where a wrong answer triggers a human review cycle or a compliance event, the token savings are irrelevant.

Use case Pick Why
Bulk OCR, receipts, invoices DeepSeek V4-Flash-Vision-Exp ~$0.09–$0.17 per 1,000 images; flat 384-token cost per image
Visual agents, UI automation DeepSeek V4-Flash-Vision-Exp Wins ALE (27.3) and ZeroBench (35.0) head-to-head
Financial charts, data extraction Claude Opus 4.8 Leads Chartography 65.0 and ApexBench 39.4
Mixed text-plus-vision reasoning Claude Opus 4.8 DeepSeek’s text performance is unchanged from V4-Flash
Mid-volume general vision Gemini 3.1 Pro ~$0.50 per 1,000 images with Western data residency
Production systems needing stability Claude Opus 4.8 or Gemini DeepSeek’s model is explicitly labeled experimental

What are the catches?

Three, and none of them are small. The model is experimental, it is closed, and the benchmark margins are inside the noise band. Anyone budgeting a migration on a 1.0-point ZeroBench edge is over-reading the data.

Start with the “Exp” in the name. DeepSeek ships experimental endpoints and retires them. Building a production pipeline on one is a scheduling risk, not just a quality risk.

Second, there are no open weights. SiliconANGLE notes DeepSeek “may release a free version later on,” but nothing is confirmed. That kills the self-hosting escape hatch that made Qwen3.8-Max interesting for teams with data-residency constraints.

Third, the wins are narrow. +1.6 on ALE and +1.0 on ZeroBench are real but slim, and DeepSeek loses ApexBench by a wider 2.9 points than either of its victories. The honest summary is parity, delivered at a fraction of the price — which is still a devastating result for Anthropic’s pricing power.

Frequently asked questions

What is DeepSeek V4-Flash-Vision-Exp?

An experimental multimodal model released on August 21, 2026, extending DeepSeek’s V4-Flash with image understanding. It handles up to 600 images per request with a 1-million-token context window, available only through DeepSeek’s paid API.

Is the DeepSeek vision model better than Claude Opus 4.8?

It splits 2-2. DeepSeek wins Agents’ Last Exam (27.3 vs 25.7) and ZeroBench Pass@5 (35.0 vs 34.0). Opus 4.8 wins ApexBench Pass@1 (39.4 vs 36.5) and Chartography (65.0 vs 64.3).

How much does the DeepSeek vision model cost per image?

A single image is capped at 384 tokens, costing $0.00008448 off-peak and $0.00016896 at peak. That works out to roughly $0.09 to $0.17 per 1,000 images.

What are DeepSeek’s peak and off-peak hours?

Peak hours run 01:00–04:00 and 06:00–10:00 UTC, when input and output rates double to $0.44 and $1.32 per million tokens. Everything outside those windows bills at $0.22 and $0.66.

Are the weights open?

No. V4-Flash-Vision-Exp is available only through DeepSeek’s paid developer platform. Reports suggest a free version may follow, but nothing has been confirmed.

Does it hurt text performance?

No. DeepSeek’s changelog states the model stays “on par with the official DeepSeek-V4-Flash” on agent reasoning, world knowledge, and other text-based tasks. The vision capability is additive.

Should I migrate my production vision pipeline?

Only if you process more than roughly 100,000 images per month and can tolerate an experimental endpoint. Below that volume, the absolute savings do not justify the migration and stability risk.

The bottom line

Move your high-volume image workloads to DeepSeek V4-Flash-Vision-Exp and keep your judgment-heavy visual work on Claude Opus 4.8. That is the split the benchmarks actually support, and it is where the money is.

The specific trigger: if you process more than 100,000 images a month and a wrong answer costs you less than a human review, switch, and schedule the batch off-peak to halve the bill again. Below that volume, or where a visual error creates a compliance event, the $4-per-1,000 Anthropic bill is cheap insurance.

The larger read is about pricing power, not vision. Anthropic charges $25 per million output tokens on Opus 4.8. DeepSeek charges $0.66 off-peak and just traded benchmark wins with it. The same compression already hit text and coding models, and multimodal was the last premium tier standing.

Sources

Comments

Leave a Reply

Discover more from Wealth Engine

Subscribe now to keep reading and get access to the full archive.

Continue reading