• LogoWan 2.7
  • Home
  • Generator
  • Pricing
  • Blog
LogoWan 2.7
  • Home
  • Generator
  • Pricing
  • Blog
LogoWan 2.7
Wan 2.7Wan 2.7 BlogDeepSeek V4 API: Specs, Pricing, and What the V4-Flash-0731 Release Means for Developers

DeepSeek V4 API: Specs, Pricing, and What the V4-Flash-0731 Release Means for Developers

MkSaaS
/
2026/08/02
/
News

The DeepSeek V4 API now serves deepseek-v4-flash and deepseek-v4-pro. Here is what the July 31, 2026 V4-Flash-0731 release changed: 1M-token context, per-token pricing, prompt caching, and peak-hour policy for developers.

Table of Contents

  • What the DeepSeek V4 API ships now
  • DeepSeek V4 API pricing: the numbers that matter
  • Background: from preview to production
  • Impact: what it means for developers and the market
  • What to watch next
Table of Contents
  • What the DeepSeek V4 API ships now
  • DeepSeek V4 API pricing: the numbers that matter
  • Background: from preview to production
  • Impact: what it means for developers and the market
  • What to watch next
DeepSeek V4 API: Specs, Pricing, and What the V4-Flash-0731 Release Means for Developers

On July 31, 2026, DeepSeek moved V4 Flash out of preview with an official release called DeepSeek-V4-Flash-0731, served through the API under the model ID deepseek-v4-flash. It is the first officially released V4 model — deepseek-v4-pro remains in preview — and brings a 1M-token context window, 384K max output, and per-token pricing that undercuts most frontier competitors.

This week's release is a pricing and efficiency event as much as a capability update. Here is what changed, what the DeepSeek V4 API costs, and what developers should watch next.

What the DeepSeek V4 API ships now

Both V4 models are live on the official DeepSeek API with OpenAI-compatible and Anthropic-compatible endpoints:

Capabilitydeepseek-v4-flashdeepseek-v4-pro
Build versionDeepSeek-V4-Flash-0731 (official release)DeepSeek-V4-Pro (preview)
Context window1M tokens1M tokens
Max output384K tokens384K tokens
Thinking modeNon-thinking and thinking (default)Non-thinking and thinking (default)
JSON output / tool callsYesYes
Responses APIYesComing early August 2026
Anthropic API formatYesYes
FIM completion (beta)Non-thinking onlyNon-thinking only

The most notable spec is the 1M-token context window with a 384K max output — enough to process entire codebases, long agent logs, or book-length documents in a single request. Thinking mode defaults to on, but can be switched off per request for latency-sensitive workloads. The official V4-Flash API also natively supports the Responses API format and is specifically adapted for Codex, according to DeepSeek's API changelog.

V4 Flash is an efficiency-optimized Mixture-of-Experts model with 284B total parameters and 13B activated per token, according to its OpenRouter model page. DeepSeek describes the architecture as combining hybrid attention for efficient long-context processing with fast inference and high throughput, making it a fit for coding assistants, chat systems, and agent workflows where responsiveness matters.

DeepSeek V4 API pricing: the numbers that matter

DeepSeek publishes V4 pricing in units of per 1M tokens on its official pricing page:

ModelInput (cache miss)Input (cache hit)Output
deepseek-v4-flash$0.14 / 1M$0.0028 / 1M$0.28 / 1M
deepseek-v4-pro$0.435 / 1M$0.003625 / 1M$0.87 / 1M

Three things stand out:

  • Flash is priced for scale. At $0.14 in / $0.28 out per million tokens, V4 Flash sits far below most frontier models, and the 2500-request concurrency limit on the official API supports high-throughput workloads (Pro is capped at 500).
  • Prompt caching is the real discount. Cache-hit input drops to $0.0028 per 1M tokens on Flash — 50x cheaper than a cache miss. Agent loops and RAG pipelines that resend the same system prompt and context see the biggest savings.
  • Peak-hour pricing is coming. DeepSeek announced a peak/off-peak policy: during peak hours (9:00–12:00 and 14:00–18:00 Beijing Time, UTC+8, daily) all billing items will be 2x the regular price. The effective date has not been announced yet, but teams with flexible scheduling should plan for it.

Background: from preview to production

DeepSeek V4 was first introduced as a preview release on April 24, 2026, when the company announced the new model generation with a smaller parameter size, faster response times, and lower API pricing. The preview period also included a transition: the legacy model aliases deepseek-chat and deepseek-reasoner were discontinued on July 24, 2026, with calls migrated to the V4 models.

The July 31 production release of V4-Flash-0731 ends that preview chapter. DeepSeek's API changelog and third-party coverage, including this breakdown of the 0731 build, describe it as the official Flash release — same model ID, re-post-trained weights, and substantially stronger agent benchmarks — with the official V4-Flash API itself now in public beta. The weights are open under an MIT license on Hugging Face, continuing DeepSeek's open-source pattern.

Impact: what it means for developers and the market

The V4-Flash-0731 launch arrives in the middle of an aggressive AI pricing cycle. Analysts have framed the $0.28 output floor on Flash as a deliberate move in the pricing war around agentic workloads — long-horizon agents that burn large amounts of tokens need cheap per-token economics to be commercially viable (Yahoo Finance).

For developers, the practical takeaways are:

  • Agent and coding workloads get cheaper. The combination of 1M context, thinking mode, tool calls, and $0.28/1M output makes Flash a natural default for coding assistants, automated QA, and multi-step agents — the exact workloads that dominated frontier API bills in 2026.
  • Long-context RAG is finally affordable. With cache-hit input at $0.0028/1M, repeatedly sending a large knowledge base into the prompt becomes cost-effective instead of prohibitive.
  • Multi-provider availability is a safety net. Beyond the official API, V4 Flash is served by over 20 providers through OpenRouter at a discounted blended rate ($0.0882 in / $0.1764 out per 1M at the time of writing), which gives teams redundancy and pricing leverage.

The main uncertainty is operational, not technical: peak-hour pricing at 2x could materially change monthly bills for teams with China-daytime traffic patterns, so the effective date is worth tracking closely.

What to watch next

Three items are on the near-term roadmap:

  1. Responses API support for deepseek-v4-pro — DeepSeek says it will add Responses API support for Pro in early August 2026; it currently supports Flash only.
  2. The peak/off-peak pricing effective date — officially announced but not yet scheduled; the current announcement is on the pricing docs page.
  3. V4 Pro production status — while Flash has reached its official release, Pro remains in preview, and DeepSeek says the official V4-Pro release will follow soon. Its $0.87/1M output price already undercuts most top-tier rivals.

For teams evaluating the switch, the DeepSeek API quick start documents the OpenAI-compatible base URL (https://api.deepseek.com), thinking-mode switching, and the Anthropic-format endpoint — most existing SDKs work by swapping the model name.

The DeepSeek V4 API has effectively reset expectations for what a frontier-class model should cost. With Flash now in production, cheap 1M-token context, and cache pricing that makes agents viable, the next few months will show whether competitors match the price or the performance.

This article is part of our AI industry news coverage. For AI video generation tools and workflows, visit wan27.org.

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

How to Remove Nano Banana Watermarks: 5 Methods That Actually Work in 2026
AI ImageTutorial

How to Remove Nano Banana Watermarks: 5 Methods That Actually Work in 2026

5 tested methods to remove Gemini watermarks from Nano Banana images — reverse alpha blending, free online tools, API workaround, manual editing, and browser extensions.

avatar for Wan 2.7 AI
Wan 2.7 AI
2026/07/21
How to Use Wan 2.7 Image-to-Video (I2V): Source Images, Motion, and Settings
AI VideoTutorial

How to Use Wan 2.7 Image-to-Video (I2V): Source Images, Motion, and Settings

A practical Wan 2.7 image-to-video guide: how to choose a source image, how to describe motion (not appearance), camera vocabulary, and an iteration workflow that keeps identity stable.

avatar for MkSaaS
MkSaaS
2026/04/20
What Is Hunyuan 3? Tencent's 295B Open-Source Agentic Model Explained (2026)
News

What Is Hunyuan 3? Tencent's 295B Open-Source Agentic Model Explained (2026)

Hunyuan 3 (Hy3) is Tencent's 295B MoE model with 21B active parameters, Apache 2.0 license, and single-GPU GGUF support. Architecture, benchmarks, pricing, how to run it, and honest limitations.

avatar for Wan 2.7 AI
Wan 2.7 AI
2026/07/16

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