Justin McKelvey

Justin McKelvey

Fractional CTO · 15 years, 50+ products shipped

AI for Business 5 min read

Is DeepSeek Free? Yes — And That's the Part to Think About (2026)

Quick Answer

Is DeepSeek free? Yes — and more completely than any rival. The chat app and mobile apps are free with an account, and there is no paid consumer tier at all: no Plus, no Pro, nothing to upgrade to. The API is separate and paid (peak/off-peak billing since August 2026, with a one-time free token grant for new accounts), and the model weights ship under the MIT license, so self-hosting is free of licence cost. The catch isn't the price. It's that the hosted app stores your prompts on servers in China — which is why several governments have banned it internally.

Verified August 2026 · Author: Justin McKelvey, fractional CTO & AI consultant, 15 years in software, 50+ products shipped

TL;DR: It's Free Because You're Not the Customer

Every other assistant in this category is a funnel. Free tier meters you, you hit the wall mid-task, you pay $20. That's the business. DeepSeek doesn't run that play — there is no consumer subscription to sell you, which means the free chat isn't a trial for anything. It's the product.

Software that costs nothing and has no upgrade path is always worth one follow-up question: then what's the revenue? Here it's the API for developers, the strategic value of open weights, and — the part that decides whether your business can use it — a very large amount of conversation data landing on servers in China. None of that makes DeepSeek bad. It makes it a different kind of tool than the one most owners assume they're comparing.

What "free" actually covers (August 2026)

  • The chat app, fully — chat.deepseek.com plus the iOS and Android apps, with an account and no card.
  • No paid consumer tier — there is nothing above free to buy. No Plus, no Pro, no Max. This is the genuinely unusual bit.
  • A one-time API token grant — new API accounts get a starter allowance, no card, enough to actually evaluate it.
  • The weights, under MIT — the V4 generation ships downloadable and commercially usable, with no caps or revenue clauses.

The API is the paid product

For anyone building on top rather than chatting, DeepSeek's API is pay-per-token, and it changed shape recently: as of August 16, 2026 it bills on a peak/off-peak schedule, cheaper outside the peak windows, with cache-hit discounts stacking on top of the off-peak rate. Third-party trackers put the current workhorse model in the low tens of cents per million tokens — several times cheaper than the frontier Western APIs — but the published rates have moved more than once this year and the trackers disagree with each other, so read DeepSeek's own pricing page before you build a budget on a number you found in a blog post. Mine included.

The structural point survives the pricing churn: DeepSeek competes on cost per token, aggressively, and it is winning that comparison. If token cost is the constraint on something you're building, it belongs on your shortlist. If you're picking an assistant to think with, token cost is not your constraint and this is the wrong axis to shop on.

The part nobody puts in the comparison table

DeepSeek's privacy policy is not ambiguous: prompts, account details, device information, IP address and typing patterns are stored on servers in China, where the government can compel access. That's the actual price of the free chat.

The institutional response has been unusually consistent. Italy, Australia, Taiwan and South Korea have banned or restricted it in government use; several US federal agencies have done the same; a long list of large companies quietly blocked it on managed devices. You can argue about whether that's proportionate — plenty of American apps collect just as much — but as an owner you don't have to resolve that argument. You have to answer a narrower one: would I be comfortable if this specific paragraph I'm about to paste showed up somewhere I didn't choose? For a blog outline, obviously yes. For a client's contract terms, a payroll question, or anything with a customer's name in it, obviously no. That line is the entire business policy, and it's the same line I'd draw around any assistant — DeepSeek just makes it easy to see.

The version that's actually free AND private

Here's the option most "is DeepSeek free" articles skip. Because the weights are MIT-licensed, you can run DeepSeek on your own hardware and nothing ever reaches DeepSeek's servers. Download the weights, serve them with something like vLLM, and the model is yours — commercially, permanently, with no caps.

Then be honest about what you've bought. Free of licence cost is not free: you're now paying for GPUs and for someone to keep them running. That trade pays off when you have a repeated, high-volume, privacy-sensitive workload — document processing, internal search over your own files, classification at scale. It does not pay off for twenty questions a day, where a $20 subscription beats a graphics card by a wide margin. I've watched more than one business talk itself into a self-hosting project because "free" was in the sentence, then spend $30K of engineering time to avoid $240 a year of subscriptions. Do the arithmetic before the shopping.

So should your business use it?

My honest read, after helping owners pick these stacks all year:

  • Public-facing, non-sensitive work — drafts, brainstorms, reformatting, code you'd publish anyway: fine, and free is free.
  • Anything with a customer, an employee, or a dollar figure in it — use a hosted assistant whose jurisdiction you're comfortable with. Claude and ChatGPT both have real free tiers for this.
  • A high-volume, private, repeated workload — self-hosted DeepSeek is a legitimately strong answer, and the MIT licence makes it a safer bet than most.

The bigger pattern: the owners who ask me "is DeepSeek free" are almost never actually asking about DeepSeek. They're asking whether they're overpaying for AI, and the answer is usually no — the subscription is the cheapest line in the whole stack. What costs real money is having nobody decide which tasks the AI is allowed to touch. That decision is free too, and almost nobody makes it. Pick one workflow this week, write down what data it's allowed to see, and you've done more than the subscription switch would ever have done. I go through the full which-assistant-for-which-job version in ChatGPT for small business, and the same framework applies whichever vendor wins.

If you'd rather not run that decision yourself: the done-with-you version is the CFSB Playbook ($397), the full which-workflows-in-what-order answer is the AI Readiness Assessment ($2,500 flat — two weeks, a written roadmap, fee credited against a build within 90 days), and "your model choice matters less than your data policy" is a thing I say free on strategy calls most weeks.

Free Resource Justin McKelvey

Get the Free AI Content Toolkit

The exact system I use to turn one idea into a month of content — atomization framework, voice template, prompt library, weekly system.

Frequently Asked Questions

Is DeepSeek free?
Yes, completely. The chat at chat.deepseek.com and the iOS/Android apps are free to use with an account and no credit card, and — unusually for this category — there is no paid consumer tier to upgrade into. There's no DeepSeek Plus, no DeepSeek Pro, no $20/month step. Where every other frontier assistant meters you toward a subscription, DeepSeek's consumer product simply has no subscription to sell. The costs are elsewhere: the API is paid, and the free chat is paid for with your data.
Is the DeepSeek API free?
No, but new accounts get a one-time free token grant on sign-up with no card required, which is enough to evaluate it properly. After that it's pay-per-token, and as of August 16, 2026 DeepSeek bills on a peak/off-peak schedule — cheaper outside the peak windows — with cache-hit discounts that stack on top. Third-party trackers report the current V4-Flash rates in the low tens of cents per million tokens, several times cheaper than comparable frontier APIs; DeepSeek changes them often enough that you should read the live pricing page before budgeting, not a blog post.
Is DeepSeek free to use for commercial purposes?
The model weights are, genuinely. DeepSeek publishes its V4-generation weights under the MIT license, which means you can download them, run them on your own hardware, modify them, and deploy them commercially with no usage caps, no revenue thresholds and no special clauses. That is a materially different offer from "free tier" — it's free software, not a metered trial. The hosted chat app is a separate thing, governed by DeepSeek's own terms and privacy policy.
Is DeepSeek safe for business use?
The hosted app, for anything sensitive: no. DeepSeek's privacy policy places prompts, account details, device information, IP address and typing patterns on servers in China, where local law can compel access. That's why Italy, Australia, Taiwan, South Korea and several US federal agencies have banned or restricted it in government settings, and why plenty of enterprises have done the same. It is not a claim about model quality — the models are good. It's a claim about where your text goes.
How can I use DeepSeek for free without sending data to China?
Self-host the open weights. Because the V4 weights are MIT-licensed, you can run them on your own infrastructure with an inference server like vLLM, and prompts never leave systems you control. "Free" then means free of licence cost, not free of cost — you're paying for GPUs, whether that's a machine under your desk or rented hours. For most small businesses that trade only makes sense once you have a repeated, high-volume workload; for a handful of daily questions, a paid Western assistant is cheaper than the hardware.
Is DeepSeek better than free ChatGPT or free Claude?
On reasoning-heavy tasks it's genuinely competitive, and it's the least metered of the three — no message caps pushing you to upgrade, because there's nothing to upgrade to. Free ChatGPT is generous on limits but shows ads; free Claude runs roughly 30 messages per three hours and is the writing-quality pick. The differentiator isn't capability at this point, it's governance. If the work is a marketing draft, use whichever you like. If the prompt contains a customer name, the hosting jurisdiction is the whole decision.
Justin McKelvey, Fractional CTO and AI consultant in Austin, TX

Written by

Justin McKelvey

Fractional CTO & AI consultant in Austin, TX. 15 years building software, 50+ products shipped, $53M+ in client revenue generated. I help $1M–$50M founders ship production software and automate operations with AI — without hiring a full-time executive team.

Work with me

If this was useful, here are two ways I can help: