Skip to content
AI Primer
release

DeepSeek reportedly adds V4 Flash Vision to its API

DeepSeek's experimental V4 Flash Vision model is reportedly live on its official API. In a screenshot-only form-filling test, it completed and checked fields in 5 minutes 48 seconds but misplaced check marks and drifted in longer boxes.

2 min read
DeepSeek reportedly adds V4 Flash Vision to its API
DeepSeek reportedly adds V4 Flash Vision to its API

TL;DR

DeepSeek’s launch note says the new vision model has out-of-the-box support in DeepSeek Harness 0.1.1. Its vision guide uses OpenAI-compatible content blocks for image input, putting screenshot-reading agents on a familiar API surface.

API model

The API slug is deepseek-v4-flash-vision-exp. DeepSeek labels it experimental and says it retains V4-Flash’s text capabilities for agents, reasoning, and world knowledge in its release note.

The vision documentation lists JPEG, PNG, GIF, and WebP input, and says the service detects a file’s actual content rather than trusting its filename or declared MIME type.

Screenshot-only form test

In stevibe’s FormSight run, the model received an image rather than a web page, with no DOM or coordinates. The reported result breaks down cleanly:

  • Every field was filled.
  • The agent performed a self-check before submit.
  • Check marks appeared next to their boxes rather than inside them.
  • Longer strings drifted across character boxes.
  • The run took 5 minutes 48 seconds, using 288,000 input and 38,000 output tokens.

FormSight Bench Pack

FormSight is available by downloading BenchLocal and installing the named Bench Pack, stevibe’s reply says. BenchLocal’s documentation describes Bench Packs as installable benchmarks that define their own scenarios, prompts, scoring, verifier lifecycle, and saved run history.

Share on X