• LogoWan 2.7
  • Home
  • Generator
  • Pricing
  • Blog
LogoWan 2.7
  • Home
  • Generator
  • Pricing
  • Blog
LogoWan 2.7
Wan 2.7Wan 2.7 BlogDeepSeek V4 Flash Official Release: Build 0731 Lands in Public Beta With a Major Agent Upgrade

DeepSeek V4 Flash Official Release: Build 0731 Lands in Public Beta With a Major Agent Upgrade

Wan 2.7 AI
/
2026/07/31
/
News

DeepSeek V4 Flash official release is live in public beta: build 0731 re-post-trains the 284B MoE model with agent benchmarks that far exceed V4-Pro-Preview, native Responses API support, and Codex adaptation.

Table of Contents

  • The News: DeepSeek-V4-Flash-0731 Is Officially in Public Beta
  • The Agent Benchmark Jump in the 0731 Build
  • What the Official Release Actually Changes for Developers
  • Why the Jump Happened: Architecture, Context, and Serving Economics
  • What the 0731 Build Means for the Open-Weight Agent Race
  • DeepSeek V4 Flash in the July 2026 Model Landscape
  • What Happens Next
  • FAQ
  • Start Building on the 0731 Build
Table of Contents
  • The News: DeepSeek-V4-Flash-0731 Is Officially in Public Beta
  • The Agent Benchmark Jump in the 0731 Build
  • What the Official Release Actually Changes for Developers
  • Why the Jump Happened: Architecture, Context, and Serving Economics
  • What the 0731 Build Means for the Open-Weight Agent Race
  • DeepSeek V4 Flash in the July 2026 Model Landscape
  • What Happens Next
  • FAQ
  • Start Building on the 0731 Build
DeepSeek V4 Flash Official Release: Build 0731 Lands in Public Beta With a Major Agent Upgrade

The model behind your deepseek-v4-flash API calls changed on July 31, 2026 — same name, same architecture, same price, and dramatically different agent benchmark scores. DeepSeek's official API changelog, dated July 31, 2026, announces that the official release of the DeepSeek-V4-Flash API is now live in public beta under the build name DeepSeek-V4-Flash-0731. The headline is not a new parameter count — it is an agent capability jump so large that DeepSeek says the new build's results "far exceed" V4-Pro-Preview, the bigger model in the same family.

If you have been building on the preview since April, the change is mostly invisible: the API calling method is unchanged (set the model name to deepseek-v4-flash), and the model keeps the exact same architecture and size as DeepSeek-V4-Flash-Preview. It was only re-post-trained. But what changed underneath is why this matters: the 0731 build posts Terminal Bench 2.1 at 82.7, DeepSWE at 54.4, and Cybergym at 76.7, natively supports the Responses API format, and is specifically adapted for Codex. For developers running agent loops, that shifts what a $0.28-per-million-output-token model can be trusted to do autonomously.

This article covers what the official release actually changes, the benchmark numbers behind the jump, the architecture and serving economics behind them, where the build sits in the July 2026 open-weight landscape, and what to expect next.

The News: DeepSeek-V4-Flash-0731 Is Officially in Public Beta

The source of record is DeepSeek's API changelog, updated July 31, 2026. Per the announcement, the official release of the DeepSeek-V4-Flash API is now in public beta and the calling method is unchanged: set the model name to deepseek-v4-flash exactly as during the preview.

Three facts from the changelog define what kind of release this is:

  • It is a retrained build, not a new architecture. DeepSeek-V4-Flash-0731 keeps the same model architecture and size as DeepSeek-V4-Flash-Preview. The upgrade is re-post-training — new weights on the same skeleton, which is why API integration is a drop-in change.
  • The agent numbers are the story. DeepSeek describes the enhanced agent capabilities as benchmark results "far exceeding" V4-Pro-Preview, the flagship-scale model in the V4 family.
  • It is API-scoped. Only the V4-Flash API was upgraded. The V4-Pro API and the APP/WEB models are unchanged, and DeepSeek states that the official release of DeepSeek-V4-Pro will follow soon.

The changelog also adds two developer-facing features beyond the April preview: the official V4-Flash natively supports the Responses API format, and the build is specifically adapted for Codex. Both point one way — DeepSeek is tuning this release for long-running, tool-using agents, not single-shot chat.

The Agent Benchmark Jump in the 0731 Build

The benchmark table in the changelog is the hook. DeepSeek published nine agent-focused scores for DeepSeek-V4-Flash-0731, run with the DeepSeek Harness in minimal mode, max effort, top_p=0.95, temperature=1.0:

BenchmarkDeepSeek-V4-Flash-0731
Terminal Bench 2.182.7
Cybergym76.7
Toolathlon (verified)70.3
DSBench-FullStack (internal)68.7
DSBench-Hard (internal)59.6
DeepSWE54.4
NL2Repo54.2
Agent Last Exam25.2
Automation Bench (Public)25.1

Two are DeepSeek's internal sets — DSBench-FullStack (68.7) for full-stack development and DSBench-Hard (59.6) for hard coding-agent problems — so treat those two as directional: they have not been independently reproduced yet. The rest are public benchmarks covering terminal use, repository construction, software engineering, tool use, and automation.

For scale: the April preview's terminal score was Terminal-Bench 2.0 at 56.9%; the 0731 build posts 82.7 on the newer Terminal Bench 2.1. The versions differ, so this is directional evidence rather than a like-for-like delta — but the direction is consistent across every category. Scores were produced with the DeepSeek Harness in minimal mode; the harness ships publicly soon, so third parties can reproduce the runs.

Against the preview's broader coding picture — SWE-bench Verified 79.0%, LiveCodeBench 91.6%, Codeforces rating 3052 — the 0731 release closes the gap between "great at code generation" and "trustworthy at autonomous execution." The first gets you good completions; the second gets you an agent you can point at a repo or pipeline and walk away from.

What the Official Release Actually Changes for Developers

If you are already calling deepseek-v4-flash, the practical change list is short — and that is the point. The changelog's migration burden is essentially zero:

  • Model name unchanged. Keep sending deepseek-v4-flash. If you were still on the retired legacy aliases, that is the one migration you must make: deepseek-chat and deepseek-reasoner were retired on July 24, 2026, and calls must now use deepseek-v4-flash or deepseek-v4-pro.
  • Responses API support is native. The official V4-Flash natively supports the Responses API format, which simplifies building agentic loops that chain tool calls, file access, and multi-turn state without shimming a chat-completions endpoint.
  • Codex-ready out of the box. The build is specifically adapted for Codex — long-horizon, tool-using agent harnesses are the intended workload.
  • Pricing is unchanged. The preview rates remain the public numbers: $0.14 per million input tokens (cache miss), $0.028 (cache hit), and $0.28 per million output tokens. OpenRouter lists $0.09 in / $0.18 out — aggregator pricing, not DeepSeek's own rate card.
  • Thinking modes still available. Both Thinking and Non-Thinking modes remain supported, with reasoning efforts high and xhigh (xhigh = max reasoning) available via the OpenAI-compatible endpoint at https://api.deepseek.com.
  • Only V4-Flash moved. The V4-Pro API and APP/WEB models are untouched, so V4-Pro-pinned systems see no change until its official release lands.

One thing to watch: DeepSeek has announced peak-hour surge pricing tied to Beijing business hours (UTC+8), but no percentage or start date is published as of late July and it is not active. Flag it in your cost model and move on.

Why the Jump Happened: Architecture, Context, and Serving Economics

The 0731 build's gains come from re-post-training, but the reason the model can afford to be an agent workhorse is the V4-Flash architecture shipped in April. The preview announcement (April 24, 2026) introduced V4-Flash at 284B total parameters with 13B activated — a sparse MoE design whose entire purpose is cheap, high-throughput serving.

Three numbers from the preview technical reporting frame the economics:

  • 1M-token context by default (up from V3.2's 128K), with max output of 65,536 tokens. An agent can hold a full codebase, a full script, or a full production brief in context without chunking.
  • New hybrid attention — Compressed Sparse Attention (CSA) plus Heavily Compressed Attention (HCA), extending DeepSeek Sparse Attention (DSA) from V3.2-Exp (technical analysis). The stated goal is serving cost, not headline evals: versus V3.2 at 1M context, KV cache drops to roughly 10%, inference FLOPs to roughly 27% per token, and cost-to-serve is roughly 10x cheaper.
  • Measured throughput around 60+ tokens/sec for V4-Flash (Lightning AI measurements) — fast enough for interactive agent loops and, at $0.28/M output, cheap enough for hundreds of revision cycles.

Both V4-Flash and V4-Pro shipped as MIT-licensed open weights — see the model card for specs — which turns pricing into a deployment question. Community positioning has V4-Flash as "runnable at home": it fits on 2x NVIDIA DGX Spark (GB10) at full context, with deployments documented on NVIDIA forums — a differentiator against Kimi K3 (2.8T open-weight) and GLM 5.2, which need heavier hardware. For teams with data-handling constraints, that means the $0.28/M model can run on-prem, without routing prompts to a third-party API.

What the 0731 Build Means for the Open-Weight Agent Race

The headline numbers land in a category that, until now, belonged almost exclusively to closed frontier flagships. A model with 13B active parameters posting 82.7 on Terminal Bench 2.1, 76.7 on Cybergym, and 70.3 on verified Toolathlon is a different kind of open-weight release: not a coding-completion model, but an agent that can be pointed at real work.

The pricing arithmetic makes that capability broadly reachable. At the preview rates — $0.14 per million input tokens (cache miss), $0.028 (cache hit), $0.28 per million output — an agent loop that sends the same system prompt and tool definitions on every turn turns the repeated context into near-free cache hits. Compare the output rate to Claude Opus 4.6's $25 per million output tokens: V4-Flash's preview coding scores (SWE-bench Verified 79.0%, LiveCodeBench 91.6%) were already within range of the flagships, and the 0731 agent scores now exceed V4-Pro-Preview's own measurements.

Weights matter as much as price. Both V4 models ship under the MIT license, which converts the price-per-token question into a deployment question: fine-tuning, distillation, and private hosting are all permitted. On the hardware side, community deployments document V4-Flash running at full 1M context on 2x NVIDIA DGX Spark (GB10) — an explicitly local configuration that competes against heavier open-weight rivals like Kimi K3 (2.8T) and GLM 5.2.

That is the position DeepSeek is defending in the busiest open-weights month of 2026. Kimi K3 took the Frontend Code Arena crown on July 16; GLM 5.2 and Qwen3.8-Max (2.4T, open-weight planned) shipped within the same window, alongside GPT-5.6 and Claude Opus 4.6-4.8. DeepSeek's answer is not a bigger parameter count — it is a smaller, cheaper, locally runnable model whose 0731 build now leads on the agent benchmarks that matter for autonomous work.

DeepSeek V4 Flash in the July 2026 Model Landscape

The 0731 release lands in the most crowded open-weights month of 2026. Kimi K3 (Moonshot AI, 2.8T open-weight, launched July 16) took #1 on Frontend Code Arena; GLM 5.2 (Z.ai) and Qwen3.8-Max (Alibaba, 2.4T, open-weight planned) shipped alongside GPT-5.6 and Claude Opus 4.6-4.8. DeepSeek's positioning is explicit: price/performance, not parameter count. V4-Flash at 284B/13B active is a fraction of Kimi K3's 2.8T, yet the preview showed 79.0% SWE-bench Verified, and the 0731 build's agent scores now exceed those of V4-Pro-Preview — whose own preview measurement was 80.6% SWE-bench Verified versus Claude Opus 4.6's 80.8%, a 0.2-point gap at roughly one-seventh the output price.

The GA timing was no surprise: leaked build IDs deepseek-v4-flash-202605 and deepseek-v4-pro-202606 surfaced July 4 via @teortaxesTex, and the community expected a WAIC-timed reveal. July 31 confirms the Flash side; V4-Pro's official release remains open.

What Happens Next

Three things are worth watching in the coming weeks:

  1. The official V4-Pro release — DeepSeek says it "will follow soon"; expect the same treatment: re-post-trained build, agent benchmarks, Responses API support.
  2. The DeepSeek Harness public release — the minimal-mode harness used for the 0731 runs ships soon, letting third parties verify the agent scores.
  3. Surge pricing activation — the announced peak-hour surcharge tied to Beijing business hours (UTC+8) still has no percentage or start date; watch the changelog before committing high-volume workloads.

For the image-input rumor, the position stays the same until DeepSeek speaks: unconfirmed, and absent from the changelog.

FAQ

What does the DeepSeek V4 Flash API cost? The preview rates remain public: $0.14 per million input tokens (cache miss), $0.028 (cache hit), and $0.28 per million output tokens. OpenRouter lists $0.09 in / $0.18 out — aggregator pricing. No new pricing came with the 0731 release.

Is DeepSeek V4 Flash open source? Yes. V4-Flash (284B total, 13B active) and V4-Pro (1.6T total, 49B active) are MIT-licensed open weights. Community deployments document V4-Flash running at full context on 2x NVIDIA DGX Spark (GB10).

What is the difference between DeepSeek V4 Flash and V4 Pro? V4-Flash is the smaller model (284B/13B active) built for cheap, high-throughput serving; V4-Pro is flagship scale (1.6T/49B active). The 0731 V4-Flash build's agent results now "far exceed" V4-Pro-Preview, whose official release is expected soon; the V4-Pro API is unchanged for now.

What happened to deepseek-chat and deepseek-reasoner? Both legacy aliases were retired on July 24, 2026. Calls must now use deepseek-v4-flash or deepseek-v4-pro.

Does DeepSeek V4 Flash support image input? Unconfirmed. Community speculation exists, but DeepSeek has not confirmed it and the official changelog does not mention it. Do not build around it.

Start Building on the 0731 Build

The release is live in public beta today, the migration is a no-op for existing deepseek-v4-flash users, and the agent numbers become verifiable when the DeepSeek Harness ships. The highest-signal move is not to wait for more coverage — it is to stress-test the build against your own agent loops, with the changelog as reference.

All Posts

Seedance 2.0

Text & image to video, up to 1080p.

Try now →

Wan Video

Text, image, reference & editing.

Try now →

AI Image

Nano Banana, GPT Image & more.

Try now →

More Posts

Wan 2.7 Review: What It Does Well, Where It Falls Short (2026)
AI VideoNews

Wan 2.7 Review: What It Does Well, Where It Falls Short (2026)

An honest Wan 2.7 review from real usage: video quality, image generation, instruction-based editing, R2V character consistency, and direct comparisons with Seedance 2.0 and Kling. Read before you buy a plan.

avatar for Wan 2.7 AI
Wan 2.7 AI
2026/04/06
What Is Claude Fable 5? Pricing, Features, and Mythos 5 Compared (2026)
News

What Is Claude Fable 5? Pricing, Features, and Mythos 5 Compared (2026)

Claude Fable 5 is Anthropic's most capable widely released model for long-horizon autonomous work. Compare pricing ($10/M input), 1M context window, platform availability, and how it stacks up against Mythos 5.

avatar for Wan 2.7 AI
Wan 2.7 AI
2026/06/10
Veo 3.1 Lite Lower Priority Explained: How Google Flow Queue Works
AI VideoTutorial

Veo 3.1 Lite Lower Priority Explained: How Google Flow Queue Works

What is Veo 3.1 Lite lower priority? This guide explains Google's priority queue mechanism, how different Gemini plans affect wait times, peak hour impact, and 4 proven strategies to work around it.

Wan 2.7 AI
2026/07/27

Newsletter

Join the community

Subscribe to our newsletter for the latest news and updates

LogoWan 2.7

Wan 2.7: controllable AI video generation, editing, and recreation.

Email
Navigation
  • Home
  • Generator
  • Pricing
  • Blog
Models
  • Seedance 2.0 Mini
  • Wan 2.5
  • Wan 2.2
  • Wan 2.6
  • Wan 3.0
  • Wan 2.7 Image
  • Wan Dancer
  • Ideogram Layerize Text
  • Ideogram 4
  • Yeri AI
  • Grok Imagine 1.5
  • Happy Horse 1.1
  • Melius AI
  • Morphic AI
  • Qwen Image 3.0
  • Kimi K3 API
Wan 2.2 Free
  • Wan 2.2 Free
Effects
  • AI Camera Angle
  • AI Squish Effect
  • AI Reframe
  • AI Video Collage Maker
  • AI Video Anup Sagar
  • Image Sharpen
  • Motion Blur
  • Your Next Opponent Is You
  • Rainbow PFP Maker
  • LarpGPT
  • Larp Battle
Contact
  • hi@wan27.org
Blog
  • What Reddit Thinks of Wan 3.0: Hype, Open-Source Skepticism & the Community Verdict (2026)
  • Is Wan 3.0 Open Source? What Actually Shipped, the License, and How to Run It (2026)
  • What Is the Latest Wan Model? Wan 3.0 and Every New Wan Release in 2026
  • Wan 3.0 Release Date: What's Shipped, What's Coming, and How to Track It (2026)
  • OpenAI Astra Math Solutions: 10 Open Problems Solved by the Next Major Model
  • DeepSeek V4 API: Specs, Pricing, and What the V4-Flash-0731 Release Means for Developers
  • Is FLUX 3 Open Source? What Black Forest Labs' Open-Weight Promise Means
  • FLUX 3 and Hugging Face: When Will Black Forest Labs Drop the Open-Weight Dev Model?
  • Seedance 2.5 vs MiniMax H3: The Same-Day Launch That Split AI Video in Two
  • DeepSeek V4 Flash Official Release: Build 0731 Lands in Public Beta With a Major Agent Upgrade
  • What Is Wan 3.0? Everything We Know About Alibaba's Next AI Video Model (Mid-2026 Preview)
  • Higgsfield vs Veo 3.1: Which AI Video Generator Is Right for You?
Popular
  • Can You Run Wan 2.7 Locally? ComfyUI, Open-Source Status, and the Fastest Working Path
  • Wan 2.7 Open Source: What Is Actually Open, Where to Get It, and How to Run It Locally
  • Is Wan 2.7 Censored? What “Safe Output” Means in Practice
  • Wan 2.2 Prompt Guide: How to Write Prompts That Actually Get the Clip You Want (2026)
  • Wan 2.2 vs LTX 2.3: Which Open-Source Video Model Actually Fits Your Workflow (2026)
  • Wan 2.7 LoRA: Train Custom Styles, Characters, and Concepts on Wan 2.7
  • Wan 2.7 Prompt Guide: Templates for Text-to-Video, First/Last Frame, 9-Grid, and Editing
  • Wan 2.7 Download Guide: Where to Get the Model Weights and How to Set Up Locally
  • How to Use Wan 2.7 for Free: Open Source, Free Credits, and Free Trials Compared
  • Where to Use Wan 2.7 Online: 8 Best Platforms Compared (2026)
  • Wan 2.7 vs Wan 2.6: Every Upgrade That Actually Matters

© 2026 Wan 2.7 All Rights Reserved.

Independent notice: This site is an independent service and is not affiliated with, endorsed by, or sponsored by Alibaba, Alibaba Cloud, or Wan. All trademarks belong to their respective owners.

EnglishEspañol中文한국어Deutsch