Almost every DeepSeek vs Claude comparison online prices DeepSeek at $0.14 per million input tokens and $0.28 per million output tokens. That rate no longer exists. DeepSeek retired it at 16:00 UTC on 16 August 2026, replacing flat pricing with peak and off-peak rates, and output prices roughly quadrupled at peak. The saving is still real, but it is closer to 6x than to the 97% figure that keeps getting copied from one comparison to the next.

This guide compares the two on what the vendors actually charge today, what one neutral leaderboard measures when it runs both models through the same harness, and what each one is actually better at. It also covers the part almost nobody writes about: how the two behave on a Mac, where the difference is larger than any benchmark.

The Key Takeaways

  • DeepSeek raised prices on 16 August 2026: V4-Pro output went from a flat $0.87 per million tokens to $1.98 off-peak and $3.96 at peak. Peak is 01:00 to 04:00 and 06:00 to 10:00 UTC, Monday to Friday.
  • Claude is measurably more capable: on the Artificial Analysis Intelligence Index v4.2, Claude Opus 5 scores 54 against 42 for DeepSeek V4-Pro and 41 for V4-Flash.
  • DeepSeek is dramatically faster to respond: first token arrives in 0.95 seconds on V4-Flash against 73.62 seconds for Opus 5 at max effort.
  • For individuals the price argument mostly collapses: Claude Pro is $20 a month flat, which beats API billing for almost any personal workload.
  • Claude has a native Mac app and DeepSeek has none, which decides the question for a lot of people before a single benchmark matters.

DeepSeek vs Claude at a Glance

De l'éditeur

Tous les modèles d'IA dans une seule app

Fello AI réunit GPT-5.6, Claude 5, Gemini 3.6, Grok 4.5 et plus dans une seule app native pour Mac et iPhone.

Téléchargez maintenant !
DimensionDeepSeekClaude
Flagship modelDeepSeek-V4-ProClaude Opus 5
Architecture1.6T parameter Mixture-of-Experts, 49B activatedNot disclosed
Context window1 million tokens1 million tokens (Opus 5, Sonnet 5)
Max output384K tokens128K tokens
WeightsOpen, MIT licenceClosed
BillingPeak and off-peak, since 16 Aug 2026Flat per token
Intelligence Index v4.242 (V4-Pro), 41 (V4-Flash)54 (Opus 5)
Time to first token0.95s to 1.70s73.62s at max effort
Consumer plansFree web chatFree, Pro $20, Max from $100
Native Mac appNoneYes
Best forHigh volume, open weights, speedHard problems, long writing, regulated work

The Price Gap Is Real, But It Is Not 97%

This is where nearly every ranking page is wrong, so it is worth being precise. DeepSeek announced the change on 13 August and it took effect three days later, with off-peak rates set at exactly half the peak rates. Here is what DeepSeek's own pricing page shows today, in US dollars per million tokens.

ModelInput, cache missOutput
V4-Flash, off-peak$0.22$0.66
V4-Flash, peak$0.44$1.32
V4-Pro, off-peak$0.66$1.98
V4-Pro, peak$1.32$3.96

One row in that table is worth pausing on. DeepSeek will write 384K tokens in a single response against Claude's 128K, so for anything that has to come out in one very long piece, the cheaper model is also the more capable one.

Claude, by contrast, has not moved.

Anthropic's rates, from its pricing page, stay flat: Opus 5 at $5 in and $25 out, Sonnet 5 at $2 and $10, Haiku 4.5 at $1 and $5, and Fable 5.1 at $10 and $50.

What the Real Multiple Looks Like

Compare like with like. Opus 5 output at $25 against V4-Pro at $3.96 during peak hours is a 6.3x gap. Against V4-Pro off-peak it is 12.6x. Against the cheaper V4-Flash it stretches to 19x at peak and 38x off-peak. Those are big numbers, and none of them is 97%, or the 28x that the coding blogs quote from the retired price list.

Set Claude Sonnet 5 against V4-Pro instead and the gap almost disappears: $10 output against $3.96 is 2.5x. If your comparison is a mid-tier Claude model rather than the flagship, the cost argument for switching gets thin quickly.

A Worked Monthly Example

Take a steady workload of 10 million input tokens and 2 million output tokens a month. On V4-Pro at peak that is $21.12. Off-peak it is $10.56. On Opus 5 it is $100, and on Sonnet 5 it is $40. So DeepSeek saves you between $19 and $89 a month at that volume, which matters at scale and is close to irrelevant for one person.

That last point deserves saying plainly, because the comparison articles all miss it. Claude Pro costs $20 a month flat and covers far more than 2 million output tokens of ordinary use. For an individual, the API price gap is mostly theoretical. What you are really choosing between is a $20 subscription and a free web chat. Our guide to how Claude's usage limits actually work explains what that $20 does and does not buy, because Anthropic runs two meters at once and no longer publishes message counts.

Which Is Better, DeepSeek or Claude?

Neither wins outright, and anyone who tells you otherwise is selling something. The honest split is by task shape rather than by brand.

Choose Claude When

Pick Claude for work where a single wrong answer is expensive. That means repo-scale code changes, long client-facing writing, anything touching regulated or personal data, and any brief complicated enough that a model might drift halfway through it. It is also the better choice if you want the work to happen inside a finished product rather than through an API key.

Choose DeepSeek When

Pick DeepSeek when volume is the constraint, when you want weights you can download and run yourself, or when latency matters more than the last few points of quality. The MIT licence is not a detail. It means you can run DeepSeek V4 on your own hardware with no vendor in the middle, which is something Claude structurally cannot offer.

DeepSeek vs Claude for Coding

This is the most searched part of the comparison, and it is also where the published numbers are least trustworthy. The reason is simple and almost nobody states it: the two vendors do not run the same benchmarks.

Why the Two Benchmark Tables Do Not Line Up

DeepSeek's technical report benchmarks V4-Pro-Max against Claude Opus 4.6-Max, a model Anthropic has since superseded twice. Anthropic's own launch material for Claude Opus 5 reports an entirely different set: Frontier-Bench, CursorBench, ARC-AGI 3, OSWorld and Zapier AutomationBench. There is no row where both vendors report the same model on the same harness. Every comparison table you have seen that puts DeepSeek and Claude side by side on coding is stitching together two different experiments.

What DeepSeek Actually Reports

BenchmarkV4-Pro-MaxOpus 4.6-MaxSource
LiveCodeBench93.588.8DeepSeek, vendor run
Codeforces rating3,206Not reportedDeepSeek, vendor run
SWE-bench Verified80.680.8DeepSeek, vendor run
SWE-bench Pro55.457.3DeepSeek, vendor run

That table says something more interesting than a winner.

DeepSeek leads on competitive-programming style work, where problems are self-contained and the answer is a single file. On SWE-bench, which uses real repository issues, it trails a Claude model that is now two generations old. Single-file brilliance and repo-scale reliability are different skills, and the split is consistent across every independent write-up.

The Practical Answer for Coding

If you write algorithms, solve self-contained problems, or generate a lot of throwaway code, DeepSeek is competitive and costs a fraction as much. If you point a model at an existing codebase and ask it to change something without breaking three other things, Claude is still the safer instrument. Most people do both, which is the argument for not committing to either exclusively.

Speed, Latency and the 73-Second Wait

One neutral source does run both models through the same harness. Artificial Analysis publishes a head-to-head on its Intelligence Index, and the version matters because scores move between versions. On v4.2, the current board, the numbers are these.

MetricV4-Flash 0731V4-Pro 0813Opus 5
Intelligence Index v4.2414254
Output speed132 tokens/s63.6 tokens/s56.8 tokens/s
Time to first token0.95s1.70s73.62s
Blended price per 1M$0.23$0.69$3.85

Two things stand out. Claude is 12 to 13 points ahead on measured capability, which is a wide margin on this index. And DeepSeek answers almost immediately while Opus 5 at maximum effort spends over a minute thinking before it says anything. That 73-second figure is not a fault, it is the reasoning setting doing its job, but it changes what each model feels like to use. One is a fast conversational partner, the other is closer to submitting a job.

A useful detail hides in that price column. Those blended figures reconcile exactly with DeepSeek's peak-hour rates, which independently confirms that the post-August prices are the ones now in force everywhere.

Privacy, Censorship and Where Your Data Goes

This is the part of the DeepSeek vs Claude question that benchmarks cannot answer, and for a lot of people it settles the matter.

Jurisdiction and Data Location

Claude is operated by a US company with the compliance paperwork that implies. DeepSeek's hosted service runs in China under Chinese law. If you handle client data, health data, or anything you would have to explain to a regulator, that difference is not a preference, it is a requirement. Our full breakdown of whether DeepSeek is safe for US and EU users covers what the terms actually say.

Content Filtering

DeepSeek's hosted model declines or deflects on politically sensitive topics defined by Chinese law. This is well documented and easy to reproduce. It matters less than people assume for coding and everyday work, and more than people assume for research, journalism and history. The open weights are the escape hatch: run the model yourself and the hosted filtering does not travel with it.

DeepSeek vs Claude on a Mac

Here the comparison stops being close. Claude has a native Mac app. DeepSeek has none. There is a web interface and there are third-party clients, but no first-party desktop application, no global hotkey, no proper file handling.

Running DeepSeek Locally

The one thing DeepSeek can do that Claude cannot is run on your own machine. The weights are MIT licensed and downloadable. In practice a 1.6 trillion parameter model is far beyond any laptop, so local use on Apple silicon means smaller distilled variants rather than V4-Pro itself. Treat local inference as a real option, but not as a way to get flagship performance for free.

The Obvious Workaround

The honest recommendation from this comparison is the one every vendor-adjacent article buries.

Use both. Send the volume to DeepSeek, send the hard problems to Claude, and stop paying for the model you are not currently using. Fello AI exists for exactly that, putting Claude, DeepSeek and the rest behind one hotkey in a single native Mac app, so switching between them costs a keystroke instead of a subscription.

Where ChatGPT Fits

Most people asking this question are really choosing between three models rather than two. ChatGPT sits between them on price and above DeepSeek on polish, and the comparison has its own shape and its own numbers. We cover that pairing in detail in DeepSeek vs ChatGPT, including where each tier lands once you account for what OpenAI now gives away for free.

The Verdict

Claude is the better model and DeepSeek is the better deal, and after 16 August the deal is roughly four times less good than the internet still believes. If you are one person deciding where $20 goes, take Claude Pro: the API saving that makes DeepSeek famous does not apply to you, and the native Mac app does. If you are running volume through an API, DeepSeek V4-Pro at off-peak rates is very hard to argue with, and the open weights mean you are never locked in.

And if you find yourself reaching for both, that is not indecision. It is the correct answer, and the only question left is whether you pay two subscriptions to act on it.

Frequently Asked Questions

Is DeepSeek better than Claude?

Not on measured capability. On the Artificial Analysis Intelligence Index v4.2, Claude Opus 5 scores 54 against 42 for DeepSeek V4-Pro. DeepSeek is better on price, speed and openness, and it is competitive on self-contained coding tasks. Claude is better on repo-scale code, long writing and anything involving regulated data.

How much cheaper is DeepSeek than Claude?

On output tokens, DeepSeek V4-Pro is about 6.3 times cheaper than Claude Opus 5 during peak hours and 12.6 times cheaper off-peak. Against Claude Sonnet 5 the gap narrows to about 2.5 times. The widely repeated 97% saving used DeepSeek's pre-August prices and is no longer accurate.

What are DeepSeek's peak and off-peak hours?

DeepSeek's pricing page lists peak hours as 01:00 to 04:00 and 06:00 to 10:00 UTC, Monday to Friday. Off-peak rates are exactly half the peak rates. The structure took effect at 16:00 UTC on 16 August 2026, alongside the V4 lineup release.

Is DeepSeek free to use?

The DeepSeek web chat is free. The API is not, and there is no zero-priced API tier despite what several comparison sites claim. Claude also has a free tier, with paid plans starting at $20 a month for Pro and $100 a month for Max.

Can I run DeepSeek on my Mac?

There is no official DeepSeek Mac app. The weights are MIT licensed and downloadable, but V4-Pro has 1.6 trillion parameters and sits far beyond a laptop, so local use means smaller distilled variants. A multi-model Mac client is the practical route to using DeepSeek and Claude side by side.