AI/TLDR

DeepSeek-V4-Flash-Vision-Exp

DeepSeek's experimental multimodal V4 tier, released 21 August 2026: mixed text-and-image input on top of V4-Flash's text quality, served API-only at V4-Flash prices.

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.

Released2026-08-21
LicenseProprietary (API-only)
WeightsAPI only
Context1M
Max output384K
ModalitiesText, Vision
StatusExperimental preview on the DeepSeek API Platform (model id `deepseek-v4-flash-vision-exp`); no weights published.

Benchmarks

DeepSeek's launch benchmark table comparing DeepSeek V4-Flash-Vision-Exp with DeepSeek V4-Flash-0731 and Opus-4.8 on text-based agent evaluations (Terminal Bench 2.1, NL2Repo, Cybergym, DeepSWE, Toolathlon-Verified, DSBench-Hard, AutomationBench) and multimodal agent evaluations (ApexBench, Agents' Last Exam, Chartography, ZeroBench).
DeepSeek's published comparison for the V4-Flash-Vision-Exp release (21 August 2026). — DeepSeek

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.

BenchmarkDeepSeek V4-Flash-Vision-ExpDeepSeek V4-Flash-0731Opus-4.8
Terminal Bench 2.183.982.785
NL2Repo57.754.269.7
Cybergym75.376.778.3
DeepSWE59.354.458
Toolathlon-Verified75.970.376.2
DSBench-Hard63.659.671.7
AutomationBench (public)25.725.127.2
ApexBench (Pass@1)36.526.239.4
Agents' Last Exam27.325.225.7
Chartography64.365
ZeroBench (Pass@5)3534

Comparison source ↗

This model's scores

  1. Terminal Bench 2.183.9%
  2. Toolathlon-Verified75.9%
  3. Cybergym75.3%
  4. DSBench-Hard63.6%
  5. DeepSWE59.3%
  6. NL2Repo57.7%
  7. Chartography (multimodal)64.3%
  8. ApexBench Pass@1 (multimodal)36.5%
  9. ZeroBench Pass@5 (multimodal)35%
  10. Agents' Last Exam (multimodal)27.3%
  11. 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.

Pricing source ↗

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

ProviderModel 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.

VersionReleasedContextLicense
DeepSeek-V4-Flash-Vision-Exp2026-08-211MProprietary (API-only)
DeepSeek-V4-Procurrent2026-08-131MMIT
DeepSeek-V4-Flash2026-07-31MIT

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.