Summary

DeepSeek released DeepSeek-V4-Flash-Vision-Exp weights on Hugging Face under MIT: its first experimental multimodal model in the V4 family, built on the DeepSeek-V4-Flash architecture with added visual modules and continued training. The model card benchmarks it against V4-Flash-0731 and Opus-4.8: Terminal Bench 2.1 83.9 (V4-Flash 82.7, Opus-4.8 85.0), DeepSWE 59.3 (54.4 / 58.0), and a jump on multimodal agent benchmarks — ApexBench 36.5 vs 26.2 for the text-only sibling (which ignores multimodal input). The API had been live on the DeepSeek platform since ~8/21 (set model to deepseek-v4-flash-vision-exp); the 8/31 release adds the weights and a minimal PyTorch reference implementation.

Why it matters
This is the Chinese open-weight wave extending from text-only coding agents into multimodal agents: open MIT weights that hold near-frontier text-agent numbers while adding vision, at Flash-tier serving cost. Teams already self-hosting V4-Flash get a drop-in path to screenshot/OCR/chart agent workflows without switching model families — though the -Exp label, vendor-only benchmarks, and early vLLM friction mean it is a preview to evaluate, not a default to deploy.
Technical details
License MIT
Architecture builds on DeepSeek-V4-Flash; adds vision encoder + aligner; repo ships tokenizer, prompt-encoding reference, and a minimal PyTorch inference implementation covering vision encoder, aligner, DFlash attention, MoE, Hyper-Connections and the DSpark forward path
Text Agent Benchmarks Terminal Bench 2.1: 83.9 (V4-Flash-0731 82.7, Opus-4.8 85.0); NL2Repo 57.7 (54.2 / 69.7); CyberGym 75.3 (76.7 / 78.3); DeepSWE 59.3 (54.4 / 58.0); Toolathlon-Verified 75.9 (70.3 / 76.2); DSBench-Hard 63.6 (59.6 / 71.7); AutomationBench (Public) 25.7 (25.1 / 27.2)
Multimodal Agent Benchmarks ApexBench Pass@1: 36.5 (V4-Flash-0731 26.2 ignoring multimodal input, Opus-4.8 39.4); Agents' Last Exam 27.3 (25.2 / 25.7); Chartography 64.3 (Opus-4.8 65.0); ZeroBench Pass@5 35.0 (Opus-4.8 34.0)
Eval Setup text agent benchmarks evaluated with the minimal mode of DeepSeek Harness as agent framework, max reasoning effort, temperature 1.0, top_p 0.95
API live on the DeepSeek API platform since ~2026-08-21 (official news item news260821); model name deepseek-v4-flash-vision-exp; image + text input
Adoption 17,893 downloads + 452 likes as of 2026-09-02T00:07Z (~1 day after weights landed)
Updates
2026-09-05 Adoption check @2026-09-05: 133,024 downloads (from ~17.9k at 8/31-9/1) + 595 likes — the steepest relative pull-rate of this window's open-weight cohort; independent runs and vLLM/transformers support status still to verify next cycle. Stays WATCH
Tags
open-weightsmultimodalvisionagentmoemit-licensedeepseek