DeepSeek-V4, reviewed

An MIT-licensed model that codes like a paid one and costs nothing to download. The real decision is how you run it.

By benchr Editorial Team · · View changelog · Current API model names and lifecycle rechecked against DeepSeek's official documentation, August 14, 2026

benchr rating: 4.5 / 5

DeepSeek-V4, reviewed: evidence layers and comparison routes.
Benchr editorial field plate DeepSeek-V4 Exposed routes · modular weights
Model researchThe visual for DeepSeek-V4, reviewed pairs evidence layers and comparison routes.
Weights license $0 MIT open weights, free to download and self-host
SWE-bench Verified 80.6% V4-Pro, DeepSeek-reported, not yet reproduced
Context window 1M 1,000,000 tokens, 384K max output
V4-Flash output / 1M $0.28 Hosted API, against dollars for closed frontier

Here's the pitch in one line: you can download DeepSeek-V4 for free, point it at your repository, and get coding output that DeepSeek says tops the open-source field. The weights ship under the MIT license. There's no per-seat fee, no API key required to start, no terms that say you can't use it commercially. For a model competing with closed frontier coders that bill by the token, "free to download" is the headline, and it's true.

DeepSeek announced V4 as a preview on April 24, 2026, per its official launch note, in two open-weight sizes: DeepSeek-V4-Pro, the large flagship, and DeepSeek-V4-Flash, the smaller default. Both are mixture-of-experts models with a 1M-token context and 384K max output. Both are on Hugging Face under MIT. So the interesting question stopped being "is it good" and became "what does it cost you to run," because that answer changes completely depending on which of three paths you pick.

This review treats that as the decision. Self-host the open weights, call DeepSeek's hosted API, or keep paying a closed frontier model. The facts below come from DeepSeek's official API docs, pricing page, and model cards, with one flag you should read first: V4 is a preview release, and the coding score everyone quotes is DeepSeek's own number, not yet independently reproduced.

Which version this is

The current DeepSeek to care about is V4, not the V3.x line. V3.1 shipped in August 2025 and V3.2 in December 2025; both are superseded by the V4 preview in the official API changelog. When you provision the API, the model IDs are deepseek-v4-pro and deepseek-v4-flash. The older deepseek-chat and deepseek-reasoner aliases retired on July 24, 2026. Read the DeepSeek alias migration checklist before replacing them in an existing deployment.

One honest caveat before the benchmarks: V4 is labeled a preview. Whether a non-preview stable build exists yet isn't confirmed in the official sources. If you're shipping to production, treat the preview tag as a reason to pin your version and watch the changelog, not as a blocker.

Codes like a paid model, on DeepSeek's own numbers

The headline coding result is 80.6% on SWE-bench Verified for DeepSeek-V4-Pro, which DeepSeek presents as open-source state of the art on agentic coding. That's the number doing the heavy lifting in the "competes with paid frontier" claim, and it's worth being precise about where it comes from. It's a vendor-reported figure, drawn from DeepSeek's technical report and model card. As of late May 2026 it had not been independently reproduced on a public leaderboard. So it's a strong signal, not a settled fact.

What's not in dispute is the shape of the lineup. V4-Pro is the large model (announced at 1.6T total parameters, around 49B active) for the hardest work; V4-Flash is the smaller default (announced at 284B total, around 13B active) for volume. Both carry the 1M-token context, which matters for coding because a million tokens is enough to hold a real codebase in the prompt instead of stitching it together with retrieval. benchr's survey of the open-weight tier right now covers how V4 stacks against the other free-to-download options, and the Qwen review is the natural cross-shop if you're choosing between open coding models.

Three cost paths, one model

This is the decision. The same model, run three ways, has wildly different economics. Below is what each path costs and what you trade for it.

Three ways to run DeepSeek-V4, May 2026. API rates from the official pricing page.
PathWhat you payWhat you trade
Self-host (open weights) $0 license + your hardware A multi-GPU server and the ops to keep it running; pays off only at high, steady volume or when data can't leave your network
Hosted DeepSeek API V4-Flash $0.14 in / $0.28 out; V4-Pro $0.435 in / $0.87 out (per 1M) No control over the infrastructure; data goes to DeepSeek; prices can change, so recheck the official rate card before committing a budget
Closed frontier model Dollars per 1M output, often $15–$25 The most money, for independently tested accuracy and vendor support you don't have to reproduce yourself

Look at the middle row first, because it's where most people should land. V4-Flash bills $0.28 per million output tokens on the hosted API. A closed frontier coder like Claude Opus 4.8 bills $25 per million output. Same kind of task, and the gap is not a few percent.

89× How much cheaper DeepSeek-V4-Flash's hosted output ($0.28/1M) is than a closed frontier model billing $25/1M. The price gap is the whole story.

Even the flagship widens, not closes, the gap: V4-Pro at $0.87 per million output is roughly 29 times cheaper than a $25 closed model. DeepSeek's official pricing page still listed $0.435 per million cache-miss input and $0.87 per million output when rechecked on July 23, 2026, after the earlier May promotion ended. This is a dated rate-card comparison, not a promise that the price will remain fixed; verify the live number before building a budget.

When self-hosting makes sense

"Free to download" is real, but free weights are not the same as free to run. Self-hosting V4-Pro means standing up a multi-GPU box big enough to hold a 1.6T-parameter mixture-of-experts model and the engineering to keep it serving. At low or bursty volume, the hosted API at cents per million tokens beats your own electricity bill before you've even paid for the hardware. benchr's guide to running models on your own machine walks through where that line sits for open weights this size, and the short version is that it sits a lot higher than people expect.

Self-hosting wins in two cases. The first is data that legally can't leave your network, where the hosted API is off the table regardless of price. The second is very high, very steady volume, where amortizing fixed hardware beats per-token billing. Outside those, the MIT license is best understood as insurance: it means you can take the weights and run, so you're never locked in, even if you never exercise the option.

When to keep paying for closed frontier

The case for a paid closed model is narrower than it was a year ago, but it isn't gone. You're paying for accuracy that's been independently tested rather than vendor-reported, for support when something breaks, and for the smaller variance that comes with a heavily-exercised production model. If a missed bug on your codebase is expensive, that premium can be worth it, and the 80.6% being DeepSeek's own number is exactly the kind of thing that argues for caution on the most critical work.

For sizing that decision by workload rather than sticker price, benchr's price-per-use-case breakdown is the right tool: it maps which model wins once you account for how much you call it, which is where an 89× per-token gap either dominates or barely registers.

The verdict

DeepSeek-V4 is a strong argument that a free, open-weight model can sit in the same coding conversation as the paid frontier. The 4.5 editorial rating reflects the published value and price gap, with an important limitation: the headline coding score is DeepSeek's own reported result rather than an independently reproduced benchr measurement.

Go with the hosted API if you want DeepSeek's listed token rates without operating its model servers yourself. Do not treat a familiar request format as a drop-in migration: validate authentication, model IDs, message and tool schemas, streaming, structured output, errors, retries, quotas, and data-handling terms against your integration. Self-host the open weights when an approved deployment must keep data inside your environment or when steady volume can justify the serving stack. Stick with a closed frontier model when you need accuracy tested by someone other than the vendor and a vendor-reported benchmark is not enough for a production codebase.

Frequently asked

Is DeepSeek-V4 free?

The weights are free. DeepSeek-V4-Pro and DeepSeek-V4-Flash are published under the MIT license on Hugging Face, so you can download them and self-host at no licensing cost. The free web and app chat at chat.deepseek.com also lets you use V4 without paying. What is not free is the hosted API, billed per token, and the hardware you need to run the open weights yourself.

How good is DeepSeek-V4 at coding?

DeepSeek reports DeepSeek-V4-Pro scores 80.6% on SWE-bench Verified, which it presents as open-source state of the art on agentic coding. Treat that as a vendor-reported figure: it comes from DeepSeek's own technical report and model card and had not been independently reproduced as of late May 2026. It puts V4-Pro in the conversation with closed frontier coding models, but you should benchmark it on your own repository before committing.

What does the DeepSeek API cost?

As rechecked on DeepSeek's official pricing page on July 23, 2026, V4-Flash costs $0.14 per million cache-miss input and $0.28 per million output; V4-Pro costs $0.435 per million cache-miss input and $0.87 per million output. The earlier May promotion has ended and these are the rates currently listed. Confirm the live page before committing a budget because DeepSeek reserves the right to change prices.

What is the difference between DeepSeek-V4-Pro and V4-Flash?

Both are open-weight mixture-of-experts models with a 1M-token context and 384K max output. V4-Pro is the large flagship (announced at 1.6T total parameters, around 49B active) aimed at the hardest coding and reasoning work. V4-Flash is the smaller, cheaper default (announced at 284B total, around 13B active) for high-volume work where latency and price matter more than topping a benchmark. The legacy deepseek-chat and deepseek-reasoner API names retired July 24, 2026; use the explicit V4 IDs.

Should I self-host DeepSeek-V4 or use the API?

Use the hosted API unless you have a specific reason not to. It avoids operating the model servers yourself, but it does not remove integration or production work: validate authentication, request and response schemas, tool calls, streaming, errors, retries, quotas, data handling, and monitoring. Self-hosting a 1.6T-parameter model adds a multi-GPU serving stack and usually makes sense only at very high, steady volume or when an approved deployment must keep data inside your environment.

Changelog

  • August 14, 2026 — Corrected the lifecycle guidance for deepseek-chat and deepseek-reasoner. The aliases are retired, not still operating during a transition. Added a linked migration checklist after checking DeepSeek's current API model documentation.
  • July 24, 2026 — Removed unsupported “drop-in” compatibility and zero-operations language. The migration guidance now requires validation of API schemas, tools, streaming, errors, quotas, data handling, and monitoring.
  • July 23, 2026 — Rechecked the live official price table after the May promotion ended. DeepSeek still lists V4-Flash at $0.14/$0.28 and V4-Pro at $0.435/$0.87 per million cache-miss input/output tokens. Removed expired promotional language and retained the vendor-reported label on the coding score.
  • May 30, 2026 — Originally published and corrected same day. Version, pricing, context window, and vendor-reported coding score verified against DeepSeek's official API changelog, pricing page, launch note, and model cards.

References

  1. DeepSeek, "API updates / changelog," api-docs.deepseek.com/updates, accessed August 14, 2026.
  2. DeepSeek, "Models & pricing," api-docs.deepseek.com/quick_start/pricing, accessed July 23, 2026.
  3. DeepSeek, "DeepSeek-V4 announcement," api-docs.deepseek.com/news/news260424, April 24, 2026.
  4. DeepSeek, home, deepseek.com, accessed May 2026.
  5. DeepSeek, "DeepSeek-V4-Pro model card," huggingface.co/deepseek-ai/DeepSeek-V4-Pro, accessed May 2026.
  6. DeepSeek, "DeepSeek-V4-Flash model card," huggingface.co/deepseek-ai/DeepSeek-V4-Flash, accessed May 2026.