Robots Atlas>ROBOTS ATLAS
DeepSeek-V4-Flash-Vision-Exp

DeepSeek-V4-Flash-Vision-Exp

V4 Flash Vision (Exp)ย ยทย Family: DeepSeek
Experimental multimodal (image+text-to-text) model from DeepSeek's V4 family, built on DeepSeek-V4-Flash with added vision modules. Open weights, MIT license.
โณ Previewโœ“ Public accessโš– Open sourceMultimodalVisionReasoning model๐Ÿ“ DeepSeek
Context window
1M
tokens
Access:DownloadDeployment:๐Ÿ’ป Localโ˜ Cloud

Overview

DeepSeek-V4-Flash-Vision-Exp is the first experimental multimodal model in the DeepSeek-V4 family. It builds on the DeepSeek-V4-Flash architecture by adding visual modules (a ViT vision encoder and aligner) and continued training to unlock visual understanding.

The model operates in an image-text-to-text mode: it takes image and text input and produces text output. Its architecture is a Mixture-of-Experts (256 routed experts, 6 active per token, 1 shared), with DFlash attention, Hyper-Connections, and a DSpark speculative-decoding path. Weights are FP8-quantized and the context window reaches 1,048,576 tokens (YaRN scaling).

Compared to DeepSeek-V4-Flash-0731, it achieves substantial gains on multimodal agent tasks while maintaining comparable text-only performance. Weights are released on Hugging Face under the MIT license; the model can be self-hosted via vLLM or SGLang.

Classification
MultimodalVisionReasoning model
Family: DeepSeek
Access & deployment
Download
LocalCloud
Weights: Open source
Key parameters
๐Ÿ“ Context: 1M
โœ“ Tools
๐Ÿ“ฅ Input: image, text

Technical specification

Context window
1M
tokens
License
MIT
Hardware requirements
Served via vLLM or SGLang; example config: a single 4ร—GB300 node (tensor-parallel-size 4), FP8/FP4 quantization.
Features:โœ“ Tool use
Modalities
โฌ‡ Input
imagetext
โฌ† Output
textcode

Capabilities and applications

Native model capabilities
Image understanding
Analysing and interpreting the content of images.
Category: vision
Multimodal understanding
Category: multimodal
Chart understanding
Reading and interpreting charts, tables and diagrams.
Category: vision
Reasoning
The model's ability to reason logically and solve complex problems.
Category: reasoning
Coding
Generating, analysing and modifying code in many programming languages. Covers writing functions, debugging, refactoring, code review, and creating tests. Measured by benchmarks such as HumanEval and SWE-bench.
Category: coding
Agentic coding
Multi-hour, multi-step programming tasks performed autonomously by the model: cloning a repository, running tests, iterating on fixes, integrating with CLI tools. Characteristic of Codex variants (GPT-5.1-Codex-Mini, Codex-Max).
Category: coding
Agentic capability
The model's ability to autonomously plan and execute multi-step tasks by sequentially using tools, maintaining context, and adapting to intermediate results.
Category: planning
Tool use
The model's ability to call external functions, APIs and tools during a conversation: calculator, search engine, code editor, database. The model decides when and how to use a tool and interprets its result.
Category: planning
Long context
Support for large context windows โ€” tens to hundreds of thousands (or millions) of input tokens. Enables analysis of entire codebases, long documents, and many parallel conversations without losing earlier information. GPT-5.1 supports 400,000 tokens.
Category: language
Vision encoder
The model's ability to encode images and video frames into dense representations (embeddings), used for downstream tasks or as a backbone for vision-language models.
Category: vision

Benchmark results

11 benchmarks
Terminal Bench 2.1
DeepSeek Harness minimal mode, max reasoning effort, temperature=1.0, top_p=0.95
83.9
๐Ÿ“„ technical_report
NL2Repo
57.7
๐Ÿ“„ technical_report
Cybergym
75.3
๐Ÿ“„ technical_report
DeepSWE
59.3
๐Ÿ“„ technical_report
Toolathlon-Verified
75.9
๐Ÿ“„ technical_report
DSBench-Hard
63.6
๐Ÿ“„ technical_report
AutomationBench (Public)
25.7
๐Ÿ“„ technical_report
ApexBench
Pass@1
36.5
๐Ÿ“„ technical_report
Agents' Last Exam
27.3
๐Ÿ“„ technical_report
Chartography
64.3
๐Ÿ“„ technical_report
ZeroBench
Pass@5
35.0
๐Ÿ“„ technical_report

Technical architecture