DeepSeek

DeepSeek V4

the open-weight price disruptor

3 min readLarge Language Models

Key facts

1.6Ttotal, 49B active
Parameters
284Btotal, 13B active
Flash tier
1Mtokens
Context
$0.87per M output
Price
24 Apr 2026open-sourced
Released
Open weightPro & Flash
Licence

The open-weight price disruptor. V4 Preview released and open-sourced 24 April 2026.

What it is

DeepSeek V4 is the open-weight release that has done most to push down the price of frontier-grade AI in 2026. DeepSeek released the V4 Preview and open-sourced it on 24 April 2026, in two sizes: deepseek v4 Pro, with 1.6 trillion total parameters and 49 billion active at any one time, and V4-Flash, at 284 billion total and 13 billion active. Both carry a one-million-token context window, putting long-document work within reach even at the lower end of the range.

How the mixture-of-experts design works

The gap between total and active parameters is the key to how deepseek v4 keeps costs down. Like other modern large models, V4 is a mixture-of-experts design: only a fraction of its parameters fire for any given token, so V4-Pro runs with 49 billion of its 1.6 trillion parameters active at a time. That is what lets a very large model be served cheaply, because the compute per query tracks the active count rather than the full total.

The two-model split is itself a statement of intent. V4-Pro is the capability play, a very large system meant to compete near the top of the field, while V4-Flash, at 284 billion total and 13 billion active parameters, is the smaller sibling built to run faster and cheaper for high-volume work. Offering both, and open-sourcing them together, lets DeepSeek cover everything from demanding reasoning down to routine, cost-sensitive tasks from a single release. The “Preview” label on V4 also signals that a more polished version is expected to follow.

Efficiency engineering

DeepSeek has pushed that efficiency further with a set of new techniques. The model uses a hybrid attention scheme combining what it calls Compressed Sparse Attention and Heavily Compressed Attention, alongside Manifold-Constrained Hyper-Connections. The pay-off shows up at long context: at one million tokens, DeepSeek says V4-Pro needs only 27% of the inference compute and 10% of the memory cache of the previous V3.2. Cutting the cost of long-context inference so sharply is the sort of engineering that makes cheap pricing sustainable rather than a loss-leading stunt.

Capability and price

On capability, DeepSeek positions V4 as open-source state of the art for agentic coding at launch, the multi-step, tool-using work that has become this year’s competitive front line. On world knowledge, the company says V4 trails only Gemini 3.1 Pro across all the models it compared, open or closed. Those are DeepSeek’s own claims and await independent confirmation, but they place deepseek v4 unusually close to the closed flagships for a freely available model. Agentic coding is a demanding test in particular, because it asks a model to plan, call tools and correct itself over many steps rather than answer in a single shot, so leading the open-source field there is a claim with real weight behind it.

Price is where the release bites. Output is reported at around $0.87 per million tokens, which makes deepseek v4 the cheapest of the frontier-adjacent set by a wide margin. For developers, that changes the arithmetic of building on a capable model, and it puts pressure on the premium labs to justify charging many times more. Because the weights are open, users can also run the model on their own hardware rather than pay per token at all, an appealing option for anyone with data they would rather not send to a third party.

What to watch

Where deepseek v4 sits in the wider field is as the clearest expression of the open-weight, low-price challenge to the closed US labs. The combination of near-flagship claims, genuine efficiency engineering and pricing far below the incumbents is what makes the release significant. The tests to watch are independent benchmarks and how quickly the premium labs respond on price. For the wider picture, see our large language models hub and broader AI coverage.