r/DeepSeek • u/Correct_Tomato1871 • 2h ago
Other Benchmark notes: DeepSeek V4 Flash Vision Exp
I ran DeepSeek V4 Flash Vision Exp on the current 98-task MindTrial set with the same Python executor available as in the other runs.
The model is interesting because it is an experimental vision-enabled version of the V4 Flash-0731 branch, while the current stable V4 Pro is the newer Pro-0813 build.
The text result surprised me:
- V4 Flash Vision Exp: 38/39, ~25m44s, 70 Python calls
- V4 Pro-0813: 37/39, ~39m24s, 28 Python calls
The Vision model’s one failed text task is basically a formatting miss: all five multiple-choice selections were correct, but it returned 1) b rather than the exact accepted punctuation/format.
So I would not interpret 38 vs 37 as evidence that Flash is actually better than Pro, but there is at least no obvious text-capability regression from adding vision. The Vision/Flash run was also faster on these 39 tasks despite using considerably more Python, although the two models were served through different paths so I would not treat that as a controlled inference-speed comparison.
The visual side was much more mixed:
- Visual1: 21/33
- Visual2: 12/26
- Total visual: 33/59
That discrepancy was one of the more interesting findings. On the older Visual1 set, DeepSeek actually edged Claude 4.8 Opus 21/33 to 20/33. On Visual2, though, Opus was well ahead at 18/26 versus 12/26.
Overall that gives:
- DeepSeek Vision Exp: 71/98 overall, 33/59 visual
- Sonnet 5: 72/98 overall, 34/59 visual
- Claude 4.8 Opus: 73/98 overall, 38/59 visual
So in this workload the experimental DeepSeek vision model lands surprisingly close to Sonnet 5 overall, while the Opus 4.8 comparison depends quite a lot on which visual set you look at. It is still well behind the strongest current multimodal results such as Gemini 3.7 Flash, GPT-5.6, Kimi K3 and Opus 5.
There was also a fairly strong long-tail/tool-use pattern. The complete DeepSeek run took about 6h10m and made 537 Python calls. 46 of 98 tasks reached the 10-call limit, including 25 of the 27 tasks that did not pass.
On visual tasks specifically, capped trajectories passed only 18/43, while tasks that stopped below the cap passed 15/16. That does not mean tool use caused the failures—the difficult tasks naturally need more work—but once this model starts repeatedly experimenting with Python, it seems to be a good sign that it is stuck rather than converging.
Failed/error tasks ended up consuming about 67% of the total runtime. Two hard visual errors went all the way past 133k reasoning tokens before hitting the length limit without producing an actionable final answer.
The strict score is still 71/98; I did not repair the formatting miss or any other answers after the fact.
Results/data: http://www.petmal.net/shared/mindtrial/results/2026-08-31/mindtrial-eval-all-models-03-2026_29.html

