AI DevelopmentModel Analysis9 min readPublished September 9, 2026

DeepSeek V4.1 Flash: Benchmarks, Prices and Pro Cutoff

DeepSeek V4.1 Flash adds vision and lower prices. Compare 19 official benchmarks, agent frameworks and API costs before Pro changes on September 14.

DA
Digital Applied Team
AI research and implementation
PublishedSeptember 9, 2026
UpdatedSeptember 10, 2026

DeepSeek V4.1 Flash is now available with native image understanding, much cheaper API rates and a published 19-benchmark comparison. For teams replacing V4 Pro, the immediate deadline is September 14 at 04:00 UTC: Pro requests will then switch to Flash. Use the remaining window to compare your actual work, because the release results favor Flash on many agent tasks but still favor Pro on two reasoning tests.

This September 10 update incorporates DeepSeek’s official announcement, technical report, model repository and revised API documentation. It replaces the earlier notice-only analysis with confirmed launch details, complete vendor scores and the evaluation settings needed to interpret them. Earlier security and design tests remain separately identified.

Key takeaways
  1. 01
    Capture a Pro baseline before September 14.V4.1 Flash is live as deepseek-flash. The old Flash aliases already serve it; deepseek-v4-pro is scheduled to follow at 04:00 UTC on September 14.
  2. 02
    Agent gains are substantial, but uneven.DeepSeek reports 74.2 on DeepSWE and 90.6 on Terminal-Bench 2.1. Pro still scores higher on GPQA and the comparable text-only HLE subset.
  3. 03
    Compare cost at the effort you will use.Flash output costs $0.60 per million tokens off-peak and $1.20 at peak. Maximum reasoning effort and different agent frameworks can change both success rates and token use.

01Release and migrationWhich model your API request now reaches

The September 10 changelog confirms the production model name deepseek-flash. V4 Flash and V4 Flash Vision Exp have been retired. Their aliases, deepseek-v4-flash and deepseek-v4-flash-vision-exp, temporarily route to V4.1 Flash at Flash prices. Keeping an old alias therefore does not preserve the old model.

V4 Pro has a separate transition: deepseek-v4-pro remains available at its existing prices until noon Beijing time on September 14, equivalent to 04:00 UTC. From that point, requests will route to V4.1 Flash and receive Flash pricing until the future V4.1 Pro release. DeepSeek has not supplied a V4.1 Pro release date.

The current specification page lists a 1M-token context window and a maximum output allowance of 384K tokens. That maximum is not the default response length: the API reference sets lower defaults, and input plus generated output must fit within the context window. Thinking is enabled by default; the default reasoning effort is high.

Save Pro prompts, settings, tool versions and accepted outputs while the original service is available. Record the request time and returned version information where provided. Our V4 Pro release coverage explains the previous checkpoint.

02Architecture and visionWhy the new architecture matters for long agent runs

DeepSeek describes V4.1 Flash as a mixture-of-experts model with 552 billion backbone parameters. Its technical report, section 2.1 separately lists 196 billion Engram conditional-memory parameters. The headline backbone count therefore should not be treated as a complete inventory of every parameter in the system.

The Causal Encoder–Decoder design splits the backbone into 20 encoder and 20 decoder layers. It activates approximately 8 billion parameters while processing input and 16 billion while generating output. Most prompt tokens can bypass full decoder computation. This targets the repeated, input-heavy work of agents reading growing histories; active parameters describe computation, not the memory needed to store the whole model.

The official cache comparison reports 890 bytes of global KV cache per token, versus 3,514 for V4 Flash, about a 3.9-fold reduction. KV cache stores attention state reused during generation. Cross-layer sharing and FP4 compression reduce this global cache in high-bandwidth GPU memory; a separate sliding-window replay technique cuts persistent cache storage to roughly one-eighth of V4 Flash’s. These are cache measurements, not total GPU-memory requirements or promised reductions in every API bill.

Native vision accepts images alongside text and produces text. The vision guide confirms JPEG, PNG, GIF and WebP inputs, including screenshots and charts, through the current Flash API. Image tokens contribute to usage charges. This is visual understanding, not image generation, and the tool-assisted visual benchmarks below should not be read as unaided perception scores.

03Official launch resultsThe complete benchmark comparison, including the losses

The following values reproduce the numerical comparison in DeepSeek’s launch graphic and technical report, Table 3. All seven model columns are labeled Max reasoning effort in the report. These are DeepSeek-reported results. Digital Applied has not reproduced them, and the comparison is not a test at equal dollar or token budgets.

Pass@1 measures single-attempt success; Pass@5 uses a five-attempt allowance. DeepSWE reports resolved tasks, ProgramBench uses Almost@1 and NL2Repo has its own score. Codeforces is a rating, not a percentage. Scroll horizontally to compare all seven models.

DeepSeek launch comparison, September 10, 2026. All models at Max effort; metrics differ by row.
Benchmark / metricV4.1 FlashV4 Pro 0813V4 Flash 0731GLM 5.3Kimi K3GPT 5.6 SolClaude Opus 5
GPQA Diamond · Pass@190.992.489.988.192.994.193.4
HLE · Pass@136.8 (39.1*)42.7*37.8*42.0*43.544.556.3
Codeforces · rating347133483289
MathArena Apex · Pass@165.665.358.665.6
Terminal-Bench 2.1 · Pass@190.687.982.788.288.388.889.1
Terminal-Bench 3.0 · Pass@130.011.87.628.317.734.443.3
Terminal-Bench 4.0 · Pass@131.212.47.037.912.639.951.8
DeepSWE v1.1 · resolved74.262.754.466.967.573.074.0
ProgramBench · Almost@120.315.519.017.523.037.0
NL2Repo-Bench · score65.461.554.258.058.056.875.3
CyberGym · Pass@188.183.376.784.580.084.5
SEC-Bench Pro · Pass@162.856.430.974.3
ExploitGym · Pass@115.35.41.815.033.722.1
HLE with tools · Pass@163.960.051.562.559.863.6
Automation-Bench · Pass@154.843.237.748.846.745.850.3
Agents’ Last Exam · Pass@131.825.725.228.527.626.728.6
Chartography with tools · Pass@178.968.179.984.0
BabyVision with tools · Pass@189.685.788.994.1
ZeroBench-main with tools · Pass@549.041.053.052.0

* HLE text-only subset. Flash scores 36.8 on full HLE and 39.1 on the text-only subset. Compare its 39.1 with Pro’s 42.7, rather than comparing different subsets. An em dash means no result was supplied, not zero. Terminal-Bench 2.1, 3.0 and 4.0 are different evaluations; their scores are not a progression showing one model getting worse.

The clearest Pro replacement gains are in agent work: Flash improves DeepSWE by 11.5 percentage points and Automation-Bench by 11.6 points in this table. Terminal-Bench 3.0 and 4.0 improve by 18.2 and 18.8 points. But Pro remains ahead on GPQA and text-only HLE. The vendor’s broad superiority claim should not become a claim that Flash wins every row.

Against the other listed models, the pattern is also mixed. Flash leads several agent rows, while Opus 5 and GPT 5.6 Sol remain ahead on Terminal-Bench 3.0 and 4.0, ProgramBench and ExploitGym. A 0.2-point DeepSWE lead over Opus is a reported numerical difference, not evidence of a statistically reliable advantage. The table provides no confidence intervals.

These comparisons cover the named checkpoints. They do not establish a general lead over newer models such as Astra or Fable 5.1, which are absent from this official table.

Methodology
Code tasks
Report section 5.3 uses DeepSeek Harness Minimal, a 1M-token context, temperature 1.0 and top-p 0.95, with mini-SWE for DeepSWE and Claude Code for SEC-Bench Pro.
Other tasks
Visual agents use Claude Code with 512K context. AutomationBench v1.0.6 and Agents’ Last Exam use their official scaffolds. Tool access and task environment remain part of each result.
Limits
The report restricts internet access and removes Git histories and caches in coding evaluations, but still observes attempts to exploit evaluation environments. Scores need interpretation alongside the harness and scoring rules.

04API costsNew Flash prices and unchanged Pro prices

Flash’s new tariff took effect on September 10 at 04:00 UTC. DeepSeek’s pricing documentation now confirms both models’ rates below, in USD per million tokens. Pro keeps its existing tariff during the extension; it receives Flash pricing when routing changes on September 14.

Official DeepSeek API prices in USD per million tokens, checked September 10, 2026.
Token categoryFlash off-peakFlash peakPro off-peakPro peak
Cached input$0.003$0.006$0.022$0.044
Uncached input$0.15$0.30$0.66$1.32
Output$0.60$1.20$1.98$3.96

Peak windows are 01:00–04:00 and 06:00–10:00 UTC, Monday through Friday; other hours are off-peak. The launch pricing graphic also mentions public holidays as off-peak, but the documentation does not identify a holiday calendar. Confirm holiday treatment before relying on it for scheduled workloads. Cached input means input actually billed as a cache hit.

Illustrative uncached workload: 10 million input tokens plus 1 million output tokens costs $2.10 on Flash versus $8.58 on Pro off-peak. At peak prices, the same volumes cost $4.20 and $17.16. The tariff difference is approximately 75.5%; this is arithmetic, not a measured saving from migrating an application.

If 9 million input tokens are cache hits and 1 million are misses, those off-peak totals become $0.777 and $2.838. That assumes identical output, a 90% input cache-hit share and no retries or extra fees. Longer reasoning traces can change the comparison. Our off-peak pricing analysis explains how scheduling affects the cost of completed work.

05External evidenceWhat the earlier security and design tests add

Security: better detection in a named preview

Aikido researcher Philippe Dourassov’s September 9 results identify deepseek-v4.1-flash-expires-on-0910. This is the preview endpoint he tested, not the production model name or proof that today’s released checkpoint is identical.

Researcher-reported Flash preview security results; calculated percentage-point changes.
MeasureEarlier FlashV4.1 Flash previewChange
Single-run vulnerability recall55.2%65.6%+10.4 points
Recall pooled across three runs75.0%84.4%+9.4 points
Finding precision73.8%78.9%+5.1 points

Recall measures how many target vulnerabilities were found; precision measures how many findings were accepted as valid. Pooled pass@3 combines discoveries from three runs. It does not give a single run an 84.4% success rate.

Aikido’s August 21 report, We burned 11.7bn tokens to find the best cyber AI model, updated September 1, describes 32 recently disclosed vulnerabilities, three passes, a 30-turn primary investigation limit and no internet. The short preview update does not republish every setting. The earlier report’s Pro result was 28 of 32 vulnerabilities across three runs, or 87.5%, above the preview’s reported 84.4%. This is a dated comparison, not a controlled retest of the two released models.

Design: a stronger average with a dashboard exception

OpenDesign Arena reports these prototype averages. Its model labels are useful external evidence, but the inspected methodology does not establish the exact final Flash checkpoint.

Selected OpenDesign Arena means, checked September 10, 2026; costs are estimates, not invoices.
Model labelScore /100Mean minutesEstimated cost / artifact
V4.1 Flash81.25.3$0.023
V4 Pro72.917.7$0.061
GPT-6 Astra82.711.1$1.61
Claude Fable 5.180.312.8$3.66

The overall result hides a relevant reversal: Flash scores 76.1 for dashboards versus Pro’s 83.0. Requirements contribute 30 points and design 70; non-rendering artifacts score zero without replacement retests. Costs use token counts and list prices, timing excludes queueing, and per-model sample counts and uncertainty intervals are unspecified. These are prototype results, not proof of production readiness or measured bills under today’s tariff.

06Deployment decisionsYour agent framework and reasoning effort change the result

The report goes beyond a leaderboard. In Table 4, DeepSeek holds the Flash checkpoint, tasks and decoding settings fixed while changing the surrounding agent framework: its prompts, tools and conversation management. The resulting spread is large enough to affect a deployment decision.

DeepSeek technical report Table 4: the same V4.1 Flash checkpoint across eight agent configurations at Max effort.
Agent frameworkDeepSWE v1.1 resolvedTerminal-Bench 2.1 Pass@1
Claude Code 2.1.25169.888.0
Codex65.684.1
OpenCode65.585.0
Pi66.286.1
mini-SWE74.290.3
DeepSeek Harness Minimal72.690.6
DeepSeek Harness Standard70.585.8
DeepSeek Harness PTC67.685.8

These runs use eight samples per DeepSWE task and three per Terminal-Bench task, with 1M context, temperature 1.0, top-p 0.95 and a 500-generation-round limit. Sampling counts describe the evaluation protocol; the reported Terminal-Bench metric remains Pass@1. The 8.7-point DeepSWE spread shows why swapping a model into your existing tools is a separate test from reproducing the headline score.

Effort also has a cost. In section 5.3.3 and Figure 9, increasing the experimental effort value from 25 to 100 raises DeepSWE from 66.0 to 74.2 and Terminal-Bench 2.1 from 82.4 to 90.6, with roughly 2.5 times as many output tokens. The API exposes named tiers: low, high and max map to 50, 75 and 100. The experimental value 25 is not an advertised API tier.

The official weight repository includes the checkpoints and MIT license. Its inference README describes reference code, not a production serving engine. DeepSeek’s deployment announcement says community inference support and further deployment options are being developed.

There are preliminary multi-agent results too: on a filtered 172-task ProgramBench subset, the report compares 30.04% Almost@1 for an agent team with 20.39% for a single agent at an eight-hour deadline. That experiment uses selected configurations and a different task subset. It should not replace the main table’s 20.3 or be presented as a controlled dollar-for-dollar improvement.

Before the Pro cutoff, select representative tasks with clear acceptance tests and run both released models with the same files, tools and settings. Count failed attempts, billed tokens, elapsed time and human corrections. Add a long-history retrieval task and a resumed-cache task: the report’s limitations specifically identify sparse retrieval and cache-state reconstruction as areas where untested boundary cases may degrade performance.

Our search did not establish an independent Artificial Analysis Intelligence Index score for the released V4.1 checkpoint. Do not relabel an older V4 score, or convert these specialist tests into a general intelligence ranking. The practical comparison remains the cost and reliability of an accepted result, as in our Astra and Fable comparison.

Evidence checked September 10, 2026: DeepSeek’s launch thread, technical report, model repository and API documentation; the supplied customer notices; Dourassov’s preview report and methodology background; and OpenDesign Arena. Vendor results and external preview tests are distinguished throughout. No paid model tests or independent benchmark reproduction were performed by Digital Applied.

07Today’s decisionTest the released Flash model before Pro is replaced

Recommendation

Evaluate Flash now, before Pro’s scheduled replacement.

The official evidence now supports a serious evaluation: stronger agent scores, native vision and lower rates, alongside specific reasoning losses and sensitivity to the surrounding tools. Preserve a Pro baseline before September 14, then choose Flash’s effort and framework using the quality, cost and review work your team actually observes.

Our AI transformation team helps define acceptance tests and compare completed workflows before a wider rollout.

Evaluate the work

Make your model comparison useful.

Define what an acceptable result looks like, then measure quality, cost and the review work that remains.

Representative tasksClear acceptance testsMeasured outcomes
Practical support

From evaluation to implementation

  • Choose a bounded workflow
  • Measure accepted results
  • Plan the rollout
Questions and answers

The questions we get about DeepSeek V4.1 Flash.

These are the rates for DeepSeek’s direct API. They do not establish another provider’s prices, routing or launch schedule. Check the provider that handles and bills your requests before using these rates in a budget.
Related dispatches

Continue reading

AI Development

DeepSeek V4 Flash 0731: Official Release, Agent Benchmarks

DeepSeek V4 Flash exits preview into public beta as the 0731 checkpoint: same 284B architecture, vendor-stated agent benchmarks, no weights posted yet.

July 31, 2026 · 10 minRead
AI Development

GPT-6 Astra vs Claude Fable 5.1: Which Model Fits Best

Compare Astra and Fable 5.1 pricing, cache costs, context limits and access rules, then choose a model for coding, document work or long agent runs.

September 8, 2026 · 6 minRead
AI Development

ChatGPT Images 2.5: Flare, Sunburst and API Pricing

ChatGPT Images 2.5 adds new creative controls and two API models. Compare Flare and Sunburst, verified token prices, and a practical rollout plan.

September 8, 2026 · 8 minRead
AI Development

A Cheaper AI Model Can Leave You With More Review Work

Compare AI models using the review work needed for an accepted result. Track inspection, corrections and rechecks before treating a lower bill as savings.

September 6, 2026 · 4 minRead
AI Development

Deleting AI Agent Memory: Where Stored Copies Survive

Deleting AI agent memory takes more than clearing a chat. Map stored copies, retrieval indexes and backups, then verify what your system can still recover.

September 4, 2026 · 6 minRead
AI Development

Preview, Beta, GA: What Vendors Said vs What Coverage Said

Thirty-six AI vendor announcements from 17-22 August 2026, each scored on the vendor's own status word against the word its coverage used, where located.

August 22, 2026 · 27 minRead