What Is DeepSeek V4 Flash Vision Exp? Pricing, Features, Benchmarks, and Limits

DeepSeek V4 Flash Vision Exp explained: current pricing, 384-token image limits, Opus 4.8 benchmarks, use cases, and where it falls short.

What Is DeepSeek V4 Flash Vision Exp? Pricing, Features, Benchmarks, and Limits

Several pages published immediately after DeepSeek V4 Flash Vision Exp launched are already quoting the wrong price. That is how quickly this release is moving.

DeepSeek V4 Flash Vision Exp is an experimental version of V4 Flash that can accept images alongside text. It can inspect screenshots, read text in images, analyze charts, and pass the result to tools. DeepSeek released it on August 21, 2026 under the model ID deepseek-v4-flash-vision-exp.

The important distinction is what it is not. This is not a new image generator, and it is not a blanket upgrade for every V4 Flash workload. DeepSeek positions it as a vision-enabled experimental branch with roughly the same text capabilities as V4 Flash. If your application never sends an image, the standard text model remains the simpler choice.

One availability note before going further: GPTProto does not currently list Vision Exp in its DeepSeek model catalog. The model examples below therefore use DeepSeek's official endpoint. Later, I will show the V4 Flash and V4 Pro routes that are currently available through GPTProto for text workloads.

目錄

What Changed From DeepSeek V4 Flash?

The upgrade is narrow but useful: V4 Flash can now receive visual context. A request may contain text plus one or more JPEG, PNG, GIF, or WebP images. DeepSeek exposes that capability through its OpenAI-compatible Chat Completions and Responses APIs as well as its Anthropic-compatible Messages API.

Images can arrive in three ways:

  1. A Base64 data URL embedded in the request.

  2. A publicly accessible HTTP or HTTPS URL.

  3. A file_id created through the Files API.

The third option matters when an agent needs to inspect the same screenshot more than once. Upload it once, reuse the identifier, and avoid sending the entire file with every request. DeepSeek says Files API uploads are free, but inference is not: the image is still converted into input tokens and billed with the accompanying text.

Here is the practical split between the three current V4 routes:

Model Image input Official context / max output Peak cache-miss input / output Practical fit
DeepSeek V4 Flash Vision Exp Yes 1M / 384K $0.44 / $1.32 per 1M tokens Screenshot, chart, document-image, and GUI-agent experiments
DeepSeek V4 Flash No 1M / 384K $0.44 / $1.32 per 1M tokens High-volume text, extraction, chat, and routine agent subtasks
DeepSeek V4 Pro No 1M / 384K $1.32 / $3.96 per 1M tokens Harder coding, reasoning, and longer agent tasks

Those are the current official peak rates, not a promise that pricing will remain unchanged. DeepSeek explicitly reserves the right to adjust them.

My practical read is simple. Choose Vision Exp because you need image input, not because Vision sounds like a higher tier. Choose V4 Flash when the work is text-only and cost-sensitive. Move difficult text tasks to V4 Pro when the added reasoning quality is worth roughly three times the official token price.

DeepSeek V4 Flash Vision Exp Features—and Its Real Limits

The short feature list looks generous: mixed text and images, tool calls, JSON output, selectable thinking mode, three API formats, and the same 1M-token context shown for the other V4 models. The limits are what determine whether those features survive contact with a production workload.

Input method Limit Best use
Base64 or inline file_data Entire request body: 48 MiB Local images and single-use requests
External URL URL: 8,192 characters; image: 32 MiB; download: 60 seconds Public images that are already hosted
Files API file_id Image: 64 MiB Reused images or requests that would exceed the inline body limit

There are also message-level restrictions. Images are accepted only in user messages. Put one in a system or assistant message and the API returns a 400 error. Send an image to V4 Flash or V4 Pro and the API also returns 400 because those routes are text-only.

Vision Exp supports low, high, original, and auto detail settings for image_url inputs, but the model still applies its documented resizing process. Images below roughly 384×384 total-pixel scale are enlarged. Larger images are reduced while preserving aspect ratio until their total pixel count is roughly equivalent to 800×800.

That resizing produces a ceiling of 384 input tokens per image. It makes the cost predictable. The trade-off is resolution: tiny labels, dense spreadsheets, fine diagram annotations, and small UI text may not survive the reduction. A 5,000×5,000 source does not buy more image tokens than a 2,000×2,000 source.

One more boundary is easy to miss. Vision Exp does not support FIM completion, while V4 Flash and V4 Pro support it in non-thinking mode. Developers building inline code-completion tools should not treat the vision route as a drop-in replacement.

DeepSeek V4 Flash Vision Exp Pricing

I checked DeepSeek's live pricing table on August 24, 2026. The rates are:

Token type Off-peak Peak
Cache-hit input $0.007 per 1M $0.014 per 1M
Cache-miss input $0.22 per 1M $0.44 per 1M
Output $0.66 per 1M $1.32 per 1M

Peak hours run from 01:00–04:00 and 06:00–10:00 UTC, Monday through Friday. Every other period, including weekends, uses the half-price off-peak rate.

Some recently indexed explainers still quote $0.14 per million input tokens and $0.28 per million output tokens. Do not build a budget around those figures. They no longer match the official table.

At the documented 384-token image ceiling, the image-only input calculation is:

Off-peak: 384 × $0.22 / 1,000,000 = $0.00008448 per image
Peak:     384 × $0.44 / 1,000,000 = $0.00016896 per image

That works out to approximately $0.08448–$0.16896 for 1,000 images before text and output. It is cheap, but the headline can be misleading. A 1,000-token answer costs $0.00132 at the peak output rate—nearly eight times the maximum input charge for one image. Concise responses and controlled max_tokens may matter more than squeezing a few tokens out of the picture.

The 384 figure is also a maximum, not a flat per-image charge. Actual token use depends on the dimensions after DeepSeek's resizing step.

DeepSeek V4 Flash Vision Exp vs Opus 4.8

DeepSeek says Vision Exp brings multimodal-agent performance close to Opus 4.8. Its own benchmark chart supports a narrower statement: the models trade wins across four selected multimodal-agent evaluations.

Multimodal-agent benchmark Vision Exp Opus 4.8 Higher score
ApexBench, Pass@1 36.5 39.4 Opus 4.8
Agents' Last Exam 27.3 25.7 Vision Exp
Chartography 64.3 65.0 Opus 4.8
ZeroBench, Pass@5 35.0 34.0 Vision Exp

Two wins each. That is competitive, but it is not proof that Vision Exp matches Opus 4.8 across OCR accuracy, visual hallucination rates, small-text reading, UI navigation, or long-running agents.

The text-agent results add more context. DeepSeek's chart contains seven text-based evaluations. Vision Exp leads Opus 4.8 only on DeepSWE, 59.3 to 58.0. It trails on Terminal Bench 2.1, NL2Repo, Cybergym, Toolathlon-Verified, DSBench-Hard, and AutomationBench.

These figures also come from DeepSeek, not an independent evaluator. The company ran its models in Minimal Mode with maximum output length, top_p=0.95, and temperature=1.0. As of August 24, I could not find Vision Exp in Artificial Analysis or LMArena results. My conclusion is therefore provisional: the launch data justifies testing the model, not declaring an overall winner.

DeepSeek V4 Flash Vision Exp Applications

Screenshot and GUI agents

A browser or desktop agent can inspect a screen, decide which tool to call, and review the next screenshot. The low image-token ceiling keeps repeated observations inexpensive. The cost is visual precision, so test small labels, error text, and dense menus before trusting autonomous clicks.

Chart and document-image analysis

The model can summarize charts, extract visible facts, and combine them with text instructions. It should work best on clean, legible pages. Scanned fine print and large spreadsheets are riskier because images are resized before inference.

Coding agents that review interfaces

A coding agent can generate a page, inspect the rendered result, then revise the code. That closes a gap left by text-only V4 Flash. Still, a screenshot is not a DOM tree: the model may notice a misplaced button without identifying the exact CSS rule that caused it.

Repeated-image workflows

The Files API suits product catalogs, document review, or any flow that refers to one image across several turns. Reusing a file_id saves request bandwidth. It does not remove image-token charges when the model processes that file again.

When not to use it

Vision Exp is a weak default for pure text, pixel-level inspection, or systems that require a stable model contract. The -exp suffix matters. Keep regression tests, log model behavior, and maintain a fallback route if a visual workflow affects money, permissions, or customer data.

How to Use DeepSeek V4 Flash Vision Exp via API

The official DeepSeek endpoint accepts an OpenAI-style image block. This Python example analyzes a public image URL:

import os
from openai import OpenAI

client = OpenAI(
    api_key=os.environ["DEEPSEEK_API_KEY"],
    base_url="https://api.deepseek.com",
)

response = client.chat.completions.create(
    model="deepseek-v4-flash-vision-exp",
    messages=[
        {
            "role": "user",
            "content": [
                {
                    "type": "text",
                    "text": "Read the chart and list the three most important findings.",
                },
                {
                    "type": "image_url",
                    "image_url": {
                        "url": "https://api-docs.deepseek.com/img/v4_260821_benchmark_en.png",
                        "detail": "high",
                    },
                },
            ],
        }
    ],
)

print(response.choices[0].message.content)

The example uses DeepSeek's public benchmark image, so it can be run without preparing an image first. For a local file, encode it as a Base64 data URL; for a large or repeatedly used file, upload it first and send its file_id. DeepSeek's Vision API guide documents all three formats.

What GPT Proto offers today

Vision Exp is not currently available through GPT Proto, so changing only the base URL in the previous example would be incorrect. For text-only work, GPT Proto currently exposes V4 Flash and V4 Pro through its OpenAI-compatible endpoint.

This documented cURL shape calls the available V4 Flash route:

curl --request POST "https://gptproto.com/v1/chat/completions" \
  --header "Authorization: Bearer $GPTPROTO_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{
    "model": "deepseek-v4-flash",
    "messages": [
      {
        "role": "user",
        "content": "Summarize the main risks in this deployment plan."
      }
    ]
  }'

Use V4 Flash for routine, high-volume text work. Switch to V4 Pro when a difficult coding or reasoning task justifies the higher rate. Neither GPT Proto route in this paragraph accepts images today.

Is DeepSeek V4 Flash Vision Exp Worth Using?

Yes—for testing image-aware agents where input cost and repeated screenshots matter. No—as an automatic upgrade for a text-only application.

The confirmed strengths are broad API compatibility, predictable image-token usage, a 1M-token context, and vendor-reported results that are at least competitive with Opus 4.8 on four multimodal-agent tests. The costs are an experimental contract, aggressive image resizing, no independent benchmark result yet, and mixed performance against Opus rather than a clean win.

If your production workload is text-only, start with V4 Flash and escalate harder requests to V4 Pro. If images are essential, test Vision Exp against your own screenshots and documents before making a routing decision. Averages from four benchmarks cannot tell you whether it can read the 10-pixel label your application depends on.

Frequently Asked Questions

What is DeepSeek V4 Flash Vision Exp?

It is an experimental, vision-enabled version of DeepSeek V4 Flash released on August 21, 2026. It accepts text plus images and uses the model ID `deepseek-v4-flash-vision-exp`.

Is Vision Exp an upgrade over DeepSeek V4 Flash?

It adds image understanding, but DeepSeek describes its text capabilities as matching V4 Flash rather than replacing it. For text-only requests, the standard V4 Flash route remains the more direct choice.

How much does DeepSeek V4 Flash Vision Exp cost?

At the time checked, cache-miss input costs $0.22 off-peak or $0.44 peak per million tokens. Output costs $0.66 off-peak or $1.32 peak. Prices may change.

How many tokens does one image use?

Up to 384 input tokens after automatic resizing. This is a ceiling, not a fixed charge, and each image in a multi-image request is counted separately.

Is DeepSeek V4 Flash Vision Exp better than Opus 4.8?

Not conclusively. In DeepSeek's four published multimodal-agent tests, Vision Exp wins two and Opus 4.8 wins two. Independent results were not available when this article was checked.

How does it compare with other DeepSeek models?

Vision Exp is the current V4 option for image input. V4 Flash targets economical text workloads, while V4 Pro charges more for harder coding and reasoning. All three list a 1M-token context and 384K maximum output in DeepSeek's current pricing table.

Is DeepSeek V4 Flash Vision Exp open source?

DeepSeek's current release and API documentation do not confirm an open-weight release for Vision Exp. Do not assume the status of other DeepSeek models applies to this experimental endpoint.

Is DeepSeek V4 Flash Vision Exp available on GPTProto?

Not currently. GPTProto lists DeepSeek V4 Flash and V4 Pro, but not `deepseek-v4-flash-vision-exp`. Check the live DeepSeek catalog before integrating.

What applications suit the model?

The clearest candidates are screenshot agents, chart and document-image analysis, UI review, and other workflows that combine images with tool calls. Applications that depend on very small text or original-resolution detail require extra testing.

相關文章

更多部落格
DeepSeek V4 Pro vs DeepSeek V4 Flash: Which Is Better for Coding, Agents, and Your Budget?

DeepSeek V4 Pro vs DeepSeek V4 Flash: Which Is Better for Coding, Agents, and Your Budget?

Quick answer: For most everyday API workloads — chat, content generation, simple coding, and high-volume batch tasks — DeepSeek V4 Flash is the better choice because it delivers near-Pro quality at roughly one-third the price with 5× the concurrency limit. DeepSeek V4 Pro is worth the premium only when you need frontier-level agentic coding, complex multi-step reasoning, or repo-scale refactors where a failed first attempt costs more than the 3× token price difference. If you are a developer building coding agents or frontend tools, start with Flash and upgrade to Pro for the hardest 10–20% of tasks.

Tiffany Layne | 2026-08-19

DeepSeek V4 Pro vs GLM 5.2: Which Is Better in 2026?

DeepSeek V4 Pro vs GLM 5.2: Which Is Better in 2026?

Two Chinese open-weight flagships now sit within a rounding error of the Western frontier — at a fraction of the price. DeepSeek V4 Pro and GLM 5.2 (from Z.ai, formerly Zhipu) are the two models developers keep pitting against each other in 2026, and for good reason: both ship a 1M-token context window, both are open-weight, and both undercut Claude and GPT by 5–10x. But "which is better" has no single answer — it depends on whether you care about frontend coding , algorithmic reasoning , agentic reliability , or raw cost per task . Most comparisons stop at the sticker price. This one goes further: we look at real per-task spend , DeepSeek's newly activated surge pricing , token efficiency, and the failure modes each model hides. If you want to test either model directly, you can run them side by side here: DeepSeek V4 Pro → gptproto.com/model/deepseek/deepseek-v4-pro GLM 5.2 → gptproto.com/model/z-ai/glm-5.2

Michael Johnson | 2026-08-17

DeepSeek Peak Pricing Is Now Live: When Does the API Cost More?

DeepSeek Peak Pricing Is Now Live: When Does the API Cost More?

If you woke up on August 17 and your DeepSeek API bill suddenly looked different, you are not imagining it. DeepSeek has officially rolled out Peak Pricing — a time-based, peak/off-peak billing model that changes how much you pay per token depending on when your requests hit the API. The short version: run your workloads during busy hours and you pay full price. Shift them to quieter hours and you pay half . This guide breaks down exactly what DeepSeek Peak Pricing is, when the API costs more, how much it costs across every tier, and what you should watch out for.

Michael Johnson | 2026-08-17

Grok 4.6 vs DeepSeek V4 Pro: Coding, Pricing, and Which Is Better?

Grok 4.6 vs DeepSeek V4 Pro: Coding, Pricing, and Which Is Better?

rok 4.6 and DeepSeek V4 Pro are both designed for difficult reasoning and coding work, but they are not interchangeable. Grok 4.6 is the stronger choice when a task involves screenshots, interface mockups, visual debugging, or the hardest agentic coding problems. DeepSeek V4 Pro is more attractive when cost, long context, and large-volume text-based coding matter most. The short answer is simple: Grok 4.6 is the better all-round model, while DeepSeek V4 Pro is the more cost-effective coding model. This Grok 4.6 vs DeepSeek V4 Pro comparison covers coding, frontend development, context windows, public benchmark evidence, API pricing, and the latest DeepSeek V4 Pro upgrade. It also explains which model makes more sense for different developer workloads. Quick verdict: Choose Grok 4.6 for visual frontend work, difficult debugging, and high-stakes coding tasks. Choose DeepSeek V4 Pro for long repositories, text-heavy workflows, and lower API costs. For production routing, DeepSeek V4 Pro can handle the default workload while Grok 4.6 handles visual or difficult escalations.

Tiffany Layne | 2026-08-13