Blank white background with no objects or features visible.

TrueFoundry Named Frost & Sullivan's 2026 Global Transformational Innovation Leader. Read report

DeepSeek V4-Pro Is GA: What an MIT-Licensed Frontier Model Actually Changes

By Ashish Dubey

Published: September 22, 2026

⚡ TL;DR
  • What shipped. DeepSeek released DeepSeek-V4-Pro-0813 on 13 August 2026, graduating the V4-Pro preview that launched on 24 April 2026 (DeepSeek API docs, change log). It is a 1M-context mixture-of-experts model, and the weights are published on Hugging Face under the MIT licence.
  • What changed. The GA build keeps the preview’s model structure and bolts on a DSpark speculative decoding module, plus a retrained agent stack. The agentic benchmark jumps are the headline: Terminal Bench 2.1 went from 72.1 to 87.9, DeepSWE from 12.8 to 62.7 (model card).
  • Who should care. Teams that can self-host, and teams that want a second frontier-class option behind one API. If you cannot run a 1.7T-parameter MoE yourself, the open weights are a portability guarantee rather than an immediate cost saving.
  • What it costs. From 16:00 UTC on 16 August 2026: $0.66 per million input tokens off-peak and $1.32 at peak, $1.98 per million output tokens off-peak and $3.96 at peak (pricing).
  • All figures below are as of September 2026 and come from DeepSeek’s own documentation, model card or pricing page. Where a number is not in a primary source, it is marked.

What DeepSeek shipped

DeepSeek-V4-Pro entered preview on 24 April 2026 and went generally available on 13 August 2026 — just under four months. The API model name never changed: you still call deepseek-v4-pro, and the GA build simply replaced the preview behind it.

The specifications, from DeepSeek’s Models & Pricing page and the GA model card, as of September 2026:

Property DeepSeek-V4-Pro-0813
Context length 1M tokens
Max output 384K tokens
Parameters 1.7T total (preview: 1.6T total / 49B activated)
Precision FP4 + FP8 mixed
Licence MIT, repository and weights
Reasoning effort low / high / max
API formats OpenAI Chat Completions, OpenAI Responses, Anthropic
Vision Not supported on V4-Pro
Concurrency limit 500

Two details matter more than the parameter count.

First, the weights are genuinely open. The GA checkpoint is published at deepseek-ai/DeepSeek-V4-Pro-0813 under the MIT licence — not a bespoke community licence with a revenue ceiling or a field-of-use carve-out. MIT is about as permissive as it gets. That is the single fact that makes the rest of this post worth writing.

Second, the efficiency work is the architecture story. The preview model card describes a hybrid attention design combining Compressed Sparse Attention and Heavily Compressed Attention, and reports that at a 1M-token context V4-Pro needs roughly 27% of the single-token inference FLOPs and 10% of the KV cache of DeepSeek-V3.2. Long context is cheap to serve here in a way it was not in the V3 generation, which is precisely what makes self-hosting arithmetic interesting.

[SCREENSHOT: DeepSeek chat — the Expert Mode selector that routes to V4-Pro on app and web]

What changed versus the preview

DeepSeek is unusually direct about this. The GA model card states that V4-Pro-0813 “is built on the DeepSeek-V4-Pro (Preview) model structure, with a DSpark speculative decoding module attached” — the base model is the same; the post-training and the decoding path are not.

The deltas it publishes, preview to GA:

Benchmark V4-Pro Preview V4-Pro-0813
Terminal Bench 2.1 72.1 87.9
DeepSWE 12.8 62.7
NL2Repo 38.5 61.5
Cybergym 52.7 83.3
Toolathlon-Verified 55.9 74.1
AutomationBench (Public) 12.8 31.8
HLE (without / with tools) 37.7 / 48.2 42.7 / 60.0

Source: DeepSeek-V4-Pro-0813 model card, September 2026.

A word of caution on reading these. DeepSeek notes that code-agent scores were produced using its own DeepSeek Harness in minimal mode at max reasoning effort, temperature = 1.0, top_p = 0.95. A near-fivefold jump on DeepSWE is a post-training result measured under the vendor’s own harness, not an independent reproduction. The direction is clearly real; the magnitude deserves your own eval.

Alongside the model, GA brought native OpenAI Responses API support with a one-click Codex configuration, and the three-level reasoning_effort control that replaces the binary thinking toggle.

The benchmarks, read honestly

The GA model card publishes a head-to-head table against both open and closed competitors. Here is the part everyone reproduces, and then the part most posts leave out.

Benchmark V4-Pro-0813 Opus-4.8 Fable-5 (w/ fallback) Kimi K3 GLM-5.2
Terminal Bench 2.1 87.9 85.0 88.0 88.3 81.0
DeepSWE 62.7 58.0 70.0 67.5 46.2
Cybergym 83.3 78.3 83.1 80.0 —
AutomationBench (Public) 31.8 27.2 29.1 30.8 12.9
NL2Repo 61.5 69.7 — — 48.9
DSBench-Hard 67.2 71.7 68.3 63.0 54.5
Toolathlon-Verified 74.1 76.2 77.9 76.5 59.9
HLE (without tools) 42.7 49.8 53.3 43.5 40.5

Source: DeepSeek-V4-Pro-0813 model card, September 2026.

Where V4-Pro leads. Terminal-style agentic work and security-flavoured coding. It clears Opus-4.8 on Terminal Bench 2.1, DeepSWE, Cybergym and AutomationBench. For a model you can download, that is a genuine result.

Where the closed models still win. Raw knowledge and the harder repository work. Opus-4.8 is ahead on NL2Repo by more than eight points, on DSBench-Hard, on Toolathlon-Verified and on HLE without tools. Fable-5 with fallback leads on most of the same. If your workload is dominated by hard multi-file repository changes or by breadth-of-knowledge questions, the frontier closed models remain the better answer, and no amount of licence enthusiasm changes that.

Where the other open models sit. Kimi K3 edges V4-Pro on Terminal Bench 2.1 and DeepSWE. “Best open-weight model” is contested, not settled. The interesting claim is narrower and more durable: a downloadable model is now close enough to the frontier that the deployment question is live.

What DeepSeek V4 pricing actually looks like

DeepSeek introduced peak and off-peak billing alongside GA, effective 16:00 UTC on 16 August 2026. Off-peak rates are exactly half of peak. Peak hours are 01:00-04:00 and 06:00-10:00 UTC, Monday to Friday, excluding Chinese public holidays; everything else, weekends included, is off-peak.

Per 1M tokens Off-peak Peak
Input, cache hit $0.022 $0.044
Input, cache miss $0.66 $1.32
Output $1.98 $3.96

Source: DeepSeek Models & Pricing, September 2026.

Three things to notice. The cache-hit price is 30x below cache-miss, so prompt structure matters enormously for anything with a stable system prompt. The peak/off-peak split is a scheduling lever, not a discount — batch work moved to off-peak halves its bill. And DeepSeek raised prices at GA relative to the preview, though the preview’s published rates are [VERIFY] — they are no longer on the pricing page and we will not source them from secondary coverage.

One operational note: the API concurrency limit for deepseek-v4-pro is 500. DeepSeek also confirmed on 10 September 2026 that it will continue serving the V4 Pro API beyond 14 September 2026 with billing unchanged (change log).

[SCREENSHOT: DeepSeek Platform — usage dashboard showing peak vs off-peak token spend]

Where teams hit trouble

Four failure modes come up repeatedly with open-weight frontier models, and V4-Pro has all four.

The self-hosting bill is a node, not a GPU. DeepSeek’s reference serving command in the model card targets a single 4-node GB300 configuration via vLLM, with FP8 KV cache, expert parallelism and DSpark speculative decoding enabled. A 1.7T-parameter MoE is not something you spin up on a spare A100. The open weights give you the option to self-host; whether the arithmetic beats $1.98 per million output tokens depends entirely on your utilisation. Below a fairly high steady-state load, the API wins.

There is no chat template. The GA release ships no Jinja chat template. DeepSeek instead provides an encoding folder of Python scripts for turning OpenAI-format messages into model input and parsing the output back. Anything in your stack that assumes tokenizer.apply_chat_template will need work.

V4-Pro has no vision. Vision lives on the Flash line, not Pro. A single-model strategy that assumed multimodality breaks here, which means you are routing across at least two models whether you planned to or not.

Residency and API are now separate decisions. Sending prompts to api.deepseek.com is a different data-flow question from running the same weights inside your own VPC. Teams frequently conflate “we can use DeepSeek V4” with “we can call the DeepSeek API”, and those get different answers from the same security review. Your own counsel decides what is acceptable; the point is only that the open weights make both paths technically available.

Run open and closed models behind one endpoint.
TrueFoundry’s AI Gateway routes across 1,000+ LLMs through a single OpenAI-compatible API, adding roughly 3-4 ms of latency and handling 350+ RPS on 1 vCPU.

Where TrueFoundry fits

An open-weight frontier model only changes your economics if you can actually put it somewhere. That is the part TrueFoundry does.

Self-host it in your own VPC. The AI Gateway registers self-hosted open-weight models alongside hosted providers: you deploy V4-Pro on your own Kubernetes with vLLM or SGLang, point the gateway at the endpoint, and it appears in the model catalogue with the same routing, rate limiting, cost tracking and observability as any API model (self-hosted models docs). Because vLLM and SGLang both serve an OpenAI-compatible API by default, the gateway does not need a DeepSeek-specific adapter.

Adding a self-hosted model to the TrueFoundry AI Gateway model catalogue
Adding a self-hosted model to the TrueFoundry AI Gateway model catalogue

Or call the API and keep the option open. If you are not ready to self-host, route to DeepSeek’s API through the gateway and keep the same call path you would use later for a self-hosted deployment. Switching from the hosted endpoint to your own cluster becomes a config change rather than an application rewrite.

Routing configuration in the TrueFoundry AI Gateway
Routing configuration in the TrueFoundry AI Gateway

Route by complexity, not by habit. The benchmark table above is an argument for a mixed fleet, not a migration, and cost- and quality-aware routing is how you run one. Hard repository work to Opus-4.8, terminal-shaped agent runs to V4-Pro, classification and extraction to something cheaper. In TrueFoundry’s own Auto Routing benchmark across 550 prompts, tiering requests cut cost 69% while retaining 98% of baseline quality, with mean latency dropping from 7.6s to 4.0s; on production-shaped traffic the reduction reached 80%.

Complexity-based routing tiers and their model targets
Complexity-based routing tiers and their model targets

Apply the same guardrails either way. A self-hosted model does not inherit a provider’s safety stack. Gateway-level guardrails run on the request and response path regardless of whether the model is DeepSeek’s endpoint or your own pod.

Guardrails applied on the request and response path through the AI Gateway
Guardrails applied on the request and response path through the AI Gateway

Measure before you commit. Per-request cost and latency per team is the only way to find out whether V4-Pro’s off-peak pricing or a self-hosted node actually beats what you run today.

Per-model cost, token and latency metrics in TrueFoundry
Per-model cost, token and latency metrics in TrueFoundry
Put DeepSeek V4-Pro next to your closed models and compare on your own traffic.
One endpoint, per-team cost attribution, and the freedom to move the model into your own cluster later.

How to run DeepSeek V4-Pro through the gateway

The short version, as of September 2026:

  1. Decide hosted or self-hosted. Hosted is api.deepseek.com, OpenAI or Anthropic format. Self-hosted is vLLM or SGLang on your own Kubernetes; DeepSeek publishes launch commands for both, and DSpark speculative decoding is a single flag (--speculative-config with method: dspark on vLLM, --speculative-algorithm DSPARK on SGLang).
  2. Register the model. For a self-hosted deployment, add it under AI Gateway > Models > Self Hosted Models with the endpoint URL, model ID, server type and auth (docs). For the hosted API, add DeepSeek as a provider account.
  3. Set the reasoning effort deliberately. low for simple calls, high for everyday agent work, max for the hard cases. This is the biggest single cost lever on the model, because max is what produces both the headline benchmarks and the headline token bills. DeepSeek recommends a 384K max output length at high and max.
  4. Route, do not migrate. Send a slice of real traffic, compare against your incumbent on your own tasks, and expand only where it wins.
Model routing configuration across providers
Model routing configuration across providers

Related reading

Conclusion

DeepSeek V4-Pro’s GA release is not a benchmark story. On the numbers DeepSeek itself publishes, it beats Opus-4.8 on some agentic tasks and loses to it on harder repository work and on knowledge, and Kimi K3 contests its lead among open models. Taken as a leaderboard entry, it is a good model with an uneven scorecard.

Taken as a licence, it is something else. A 1M-context model close enough to the frontier to be a real option, published under MIT, means the deployment question stops being rhetorical. You can run it in your own VPC, keep prompts on infrastructure you control, and pay for compute instead of tokens — if your utilisation justifies a serious node, and if you are prepared to own the serving stack. For most teams today it will not, and the right move is to route to the API while keeping the self-hosted path open.

That is the honest close: this comes down to what you want to own. If you want someone else to run the model, the closed frontier is still the shortest path and still the best on the hardest work. If you want the option to move the model inside your perimeter without rewriting the application, an open-weight model behind a gateway is how you buy that option cheaply — and you should buy it before you need it.

Route DeepSeek V4-Pro alongside your existing models

Try now.

One gateway for all your models, MCP servers, and agents.
No credit card needed.

Start free
Table of Contents

One Gateway for Every LLM, Agent and MCP Server

Book a 30-min with our AI expert

Book a Demo

The fastest way to build, govern and scale your AI

Book Demo
Summarize with
ChatGPT logo by OpenAI
Perplexity AI logo
Blurry red snowflake on white background, symmetrical frosty design with soft edges and abstract shape.

Discover More

No items found.
LLM capabilities comparison
September 22, 2026
|
5 min read

LLM Capabilities Comparison: A Practical Guide for Developers

No items found.
Envoy proxy alternatives
September 22, 2026
|
5 min read

5 Best Envoy Proxy Alternatives for Enterprise AI

No items found.
Generative AI gateway
September 22, 2026
|
5 min read

What Is Generative AI Gateway?

No items found.
AI guardrails in enterprise
September 22, 2026
|
5 min read

AI Guardrails in Enterprise: Ensuring Safe Innovation

LLM Tools
No items found.

Recent Blogs

Black left pointing arrow symbol on white background, directional indicator.
Black left pointing arrow symbol on white background, directional indicator.

Frequently asked questions

What is DeepSeek V4 and when was it released?

DeepSeek V4 is DeepSeek’s mixture-of-experts model family. The V4 preview, covering V4-Pro and V4-Flash, launched on 24 April 2026. DeepSeek-V4-Pro reached general availability as DeepSeek-V4-Pro-0813 on 13 August 2026.

Is DeepSeek V4-Pro open source?

The weights and repository are published under the MIT licence on Hugging Face at deepseek-ai/DeepSeek-V4-Pro-0813. That covers the weights and code, not the training data, so “open weight” is the more precise term than “open source”.

How much does the DeepSeek V4 API cost?

As of September 2026: $0.66 per million input tokens off-peak and $1.32 at peak on a cache miss, $0.022 and $0.044 on a cache hit, and $1.98 and $3.96 per million output tokens. Peak hours are 01:00-04:00 and 06:00-10:00 UTC on weekdays.

Can I self-host DeepSeek V4-Pro?

Yes, and DeepSeek publishes vLLM and SGLang serving recipes. Be realistic about scale: it is a 1.7T-parameter model and the reference configuration in the model card is a multi-GPU GB300 node.

Does an AI gateway add meaningful latency?

TrueFoundry’s AI Gateway adds roughly 3-4 ms and sustains 350+ RPS on 1 vCPU, which is immaterial next to multi-second generation times.

Do I have to pick one model?

No, and the benchmark spread above is the argument against it. Routing by task type across open and closed models is usually cheaper and better than standardising on one.

Take a quick product tour
Start Product Tour
Product Tour