Updated 23 Aug 2026: Adds DeepSeek-V4-Flash-Vision-Exp, the new multimodal API path released Aug 21, including image inputs, Files API reuse, billing behavior, and vendor-reported multimodal-agent performance. This is a material extension of the existing V4 Flash deployment story rather than a separate dossier.

Key details

  1. DeepSeek-V4-Flash-Vision-Exp went live on the DeepSeek API platform on August 21, 2026.
  2. The new model accepts mixed text and image input and supports Chat Completions, Messages and Responses APIs.
  3. Images can be supplied via base64, external URLs or the new Files API.
  4. DeepSeek says images are tokenized at up to 384 tokens each and billed at V4 Flash pricing.
  5. The Files API is free to use and lets builders reference an uploaded image repeatedly by file_id.
  6. DeepSeek says Vision-Exp matches V4 Flash text capabilities and materially improves multimodal-agent benchmark performance; those claims are vendor-reported.
  7. The downloadable DeepSeek-V4-Flash-0731 text checkpoint remains a separate 304B MIT-licensed model with a documented self-hosting path; DeepSeek has not announced Vision-Exp weights.

What builders should take away

  1. Treat V4 Flash text and Vision-Exp as two different deployment surfaces: validate data-governance and portability assumptions separately.
  2. For repeated image analysis, use file_id references rather than resending large base64 payloads and measure whether the Files API improves latency and bandwidth in your agent loop.
  3. Benchmark vision tasks with the same screenshots, PDFs or UI states your product actually sees; vendor multimodal-agent scores are not enough to predict production quality.
  4. Compare hosted Vision-Exp cost against specialist vision models using total task cost, including reasoning and output tokens, not just the image-token ceiling.
  5. If private inference is a requirement, keep the open 0731 text checkpoint in scope but do not assume the experimental vision model is self-hostable until DeepSeek publishes weights or an equivalent deployment path.

What changed

DeepSeek has added DeepSeek-V4-Flash-Vision-Exp to its API platform as an experimental multimodal companion to V4 Flash. The new model keeps DeepSeek’s claimed text capabilities at V4 Flash level while accepting mixed text-and-image input through Chat Completions, Messages and Responses. Images can be supplied as base64, external URLs or Files API references, are tokenized at up to 384 tokens each, and are billed at the same V4 Flash rates. DeepSeek also launched a free Files API so an image can be uploaded once and reused by file_id. Separately, the official DeepSeek-V4-Flash-0731 text weights remain MIT-licensed with the existing 1M context, 304B-parameter footprint and documented vLLM/SGLang self-hosting path.

Why it matters

The practical choice around V4 Flash is no longer just hosted-versus-self-hosted text inference. Builders with browser automation, document understanding, visual QA or multimodal agent workflows can now test a low-cost DeepSeek vision path without changing away from the V4 Flash family, while teams that need private text inference still retain the open-weight deployment option. The distinction matters because the Vision-Exp release is an API product, not an announced open-weight checkpoint, so portability and data-control assumptions differ between the two paths.

V4 Flash now splits into an open text model and a hosted vision path

DeepSeek-V4-Flash-0731 remains the official downloadable text model under MIT, with roughly 304B parameters and documented vLLM and SGLang serving. DeepSeek-V4-Flash-Vision-Exp is a separate experimental API model. DeepSeek has not announced downloadable Vision-Exp weights, so builders should not assume the self-hosting rights and deployment path of 0731 automatically extend to the multimodal variant.

The new API removes some integration friction for image-heavy agents

Vision-Exp supports mixed text and image input through OpenAI-style Chat Completions and Responses as well as DeepSeek’s Anthropic-compatible Messages path. Images can be passed inline, by external URL or through the new Files API. Uploading once and reusing a file_id can reduce repeated request payload size for agents that inspect the same screenshots, diagrams or documents across multiple turns.

Image billing inherits V4 Flash economics

DeepSeek says each image is tokenized at up to 384 tokens and billed at V4 Flash pricing. That keeps visual input costs predictable relative to the existing text model, although total task cost still depends on generated text, reasoning depth and repeated image use. Builders should measure end-to-end agent cost rather than comparing only the per-image token ceiling.

Multimodal-agent gains are vendor-reported

DeepSeek says Vision-Exp matches V4 Flash on text capabilities and makes a large jump on multimodal-agent benchmarks, approaching Opus-4.8 on its published comparisons. Those results use DeepSeek’s own harness and settings and include internal or harness-sensitive tests. They are useful as a reason to evaluate the model, not as a substitute for workload-specific testing.

Open deployment still matters, but only for the text checkpoint today

The existing V4 Flash 0731 weights preserve a private-inference path for coding and long-context text workloads. The new vision capability currently changes the hosted-service option instead. Teams with regulated images, proprietary screenshots or customer documents should therefore separate text-model openness from multimodal data-handling requirements when choosing an architecture.

What to watch next

  • Whether DeepSeek releases open weights or a technical report for V4 Flash Vision-Exp.
  • Independent multimodal-agent evaluations under fixed public harnesses.
  • Whether Vision-Exp graduates from experimental status or changes pricing, limits or context behavior.
  • Files API retention, governance and operational details that affect regulated or sensitive-image workloads.
  • Whether future V4 Flash checkpoints unify text and vision in one downloadable model.

Still unclear

  • DeepSeek’s multimodal benchmark gains are vendor-reported and harness-sensitive.
  • DeepSeek has not announced downloadable Vision-Exp weights, so self-hosting and licensing assumptions from V4 Flash 0731 should not be carried over.
  • The public pricing surface establishes that Vision-Exp uses V4 Flash rates, but effective cost still depends on reasoning mode, cache behavior and generated tokens.

Sources

Direct reading behind this dossier.

4 sources
DeepSeek-V4-Flash-0731 model card
DeepSeek / Hugging Face primary

Official text weights, MIT license, model size, benchmark claims and vLLM/SGLang deployment guidance.

Models & Pricing
DeepSeek primary

Current model lineup and token pricing for V4 Flash, V4 Pro and V4 Flash Vision-Exp.