Is DeepSeek Free? The Honest Three-Layer Answer
Two Reddit posts, same month, same subreddit. The first: a developer holding up an API bill of $4.12 for 11,500 requests and declaring DeepSeek "basically free." The second: a user staring at a monthly statement of ¥227 — about $31 — and complaining that prices had quietly climbed. Both people were right. "Is DeepSeek free?" has a real answer, but the answer has three layers, and most of the confusion on the internet comes from people who've only seen one of them.
Here's the honest version, with numbers attached.
The 30-Second Answer
The chat app is free. The API is not. The model weights are free to download — running them is not.
If you're typing into chat.deepseek.com or the mobile app, you pay nothing: no subscription, no credit card, no message cap to upgrade out of. If you're calling the API from code, every token goes through a meter, though a new account's granted balance and a $2 minimum top-up keep the entry fee absurdly low. And if you're downloading the open weights to run on your own hardware, the download costs nothing but the GPU underneath it certainly doesn't.
Three doors into the same building. The front door is free, the side door has a turnstile, and the loading dock hands you the blueprints and wishes you luck. Which door you should use depends entirely on what you're there to do — and the rest of this guide walks through each one.
Layer 1: The Chat App Really Is Free
Start with the layer most people mean when they ask the question. The web app at chat.deepseek.com and the official iOS and Android apps are free for personal use, full stop. You register an account, you type, V4 answers — including the thinking-mode variants that competitors increasingly lock behind paywalls. There is no $20-a-month Plus tier, no "free users get the small model" bait-and-switch, no ads wedged between messages. That's rarer than it should be in 2026: ChatGPT's comparable experience now nudges you toward a subscription at every turn.
"Free" still has a non-monetary price tag, and pretending otherwise would be dishonest. At peak hours the chat service can queue you — the infamous "server busy" waits of the V3 era are mostly history, but rush hour is rush hour — I've refreshed through enough morning queues myself to know that part never really left. And the free tier plays by the standard consumer-AI terms: conversations may be used for service improvement per the official policy, which matters if you're pasting in anything sensitive. The bus is free; at rush hour you might stand, and the driver can see what you're carrying.
For everyday use — questions, drafting, homework help, coding assistance in the chat window — this layer is genuinely, sustainably free. DeepSeek has run it that way through the entire V3-to-V4 arc, and there's no announced plan to change it.
Layer 2: The API Is Not Free (but It Starts Free-ish)
Developers don't ride the bus; they hail the taxi. The API — the thing you plug into via API key — bills per token, with a rate card that, since August 16, 2026, splits into peak and off-peak pricing across three lanes. The full breakdown lives in our pricing guide; the free-relevant facts are these:
There is no subscription-style free tier. Nobody at DeepSeek will hand you "100K free tokens per month forever." Every token eventually passes a meter.
New accounts do get a granted balance — a small pool of credit that spends down before any money you've topped up. Its size is platform policy, varies by region and over time, and is worth checking on your own balance page rather than trusting a blog's number (one August 2026 first-hand walkthrough found none visible for its author's region; third-party sites claim amounts that are probably someone else's snapshot). Treat it as a welcome coffee, not a meal plan.
The entry fee is $2. That's the minimum top-up, payable via PayPal, Visa, or Google Pay. Two dollars buys a shockingly large amount of DeepSeek at current Flash rates — more on that in a moment.
So the accurate phrasing is: the API is not free, but it is cheap to start, and the first stretch may run on house credit. My own account history fits the pattern: two top-ups since I signed up, and the second $2 is still mostly sitting there. If a tutorial told you the API is "completely free," it was conflating this layer with the chat layer — the single most common mix-up in the genre.
What "Almost Free" Actually Costs
The Reddit post above called $4.12 "basically free," and the receipts back the vibe. Here are real anchor points, all first-hand accounts from 2026:
| Scenario | Volume | Cost |
|---|---|---|
| RL judging batch run | 11,500 API requests | $4.12 |
| Bulk inference session | 1.6 billion tokens | ≈$10 |
| Hobbyist's typical month | one month of mixed use | ≈$10 |
| Heavy terminal-agent day | one day, agentic coding | $5 |
| Chinese developer's month | 2.04 billion tokens | ¥227 (≈$31) |
The pattern to notice: casual and even semi-serious use lands in milk-tea territory. The $31 month came from an agent running through a terminal coding assistant all day, every day, on the pre-August flat rates — a workload that would cost multiples more on most Western providers. One user's rule of thumb: "$10 lasts basically a month."
None of these numbers are promises. They're single users' bills, shaped by cache-hit rates, off-peak scheduling, and model mix. But they bracket the honest answer: the API's cost floor for a human being is closer to zero than to any subscription you've ever paid — it's just not at zero, and a runaway agent loop can find that out fast.
The Genuinely Free Routes, and Their Catch
Suppose $0 is the hard requirement. Three routes exist that don't require lying to yourself, each with a catch worth knowing in advance.
Route 1: the granted balance. Covered above — it's real, it spends first, and it's small. Catch: it's one coffee, and the size isn't published as a permanent number.
Route 2: OpenRouter's free variant. OpenRouter, the model aggregator, lists a deepseek-v4-flash:free variant — the same 284-billion-parameter MoE model with the 1M-token context window, served at a listed price of Free on its model page. This is a real, legitimate free API route, not a scam. The catch is baked into the colon: :free variants are capacity-limited, rate-limited, and can rotate or disappear as capacity shifts. It's the mall shuttle bus — it really is free, it really goes to the mall, and it really has fourteen seats. Fine for experiments and light polling; nothing you'd build a product on.
Route 3: run the weights yourself. DeepSeek publishes open weights — the V4 preview weights are downloadable, though the July 31 update's weights hadn't been released as of that date, per the trackers watching this space. Downloading costs nothing; the model is open for research and many commercial uses under its license. The catch is physics: a model this size wants serious GPU memory, and GPUs consume electricity at a rate your utility company will notice. Owning the blueprints doesn't make the factory free. For most individuals the verdict from the self-hosting community has stayed consistent since the V3 days: unless you have privacy requirements, existing hardware, or a research agenda, the hosted options are so cheap that self-hosting is the expensive route.
A fourth route — "unlimited free DeepSeek" websites — doesn't belong on this list. That's the next section, because it's not a route, it's a trap.
The Fake Free Sites
Search "free DeepSeek" in any language and the results are polluted with sites that are not DeepSeek. Our SERP sweep turned up at least four impersonator domains promising unlimited free access, and the count grows if you include app-store clones. Some are ad farms wearing a chat UI. The worse ones harvest whatever you type into them — which, if you came for "free API access," may include an API key you typed hopefully into the wrong box.
The defense is boring and effective: memorize the real doors. DeepSeek's official presence is chat.deepseek.com (chat), platform.deepseek.com (accounts, billing, API keys), and api-docs.deepseek.com (documentation). Anything else — different domain, extra words, "unofficial," a .co where you expected a .com — assume impersonation. And a rule with no exceptions: you create API keys only on the official platform, and you never paste a key into a site to "activate free usage." The unlicensed cab driver who promises the meter is broken is not offering you a deal.
Why the Internet Can't Agree
Ask four sources whether DeepSeek is free and you'll collect four confident answers. The timeline explains all of them:
| When | What happened | What the internet decided |
|---|---|---|
| Early 2025 | V3/R1 go viral; chat is free, service overloads | "Free unlimited AI" posts spread like spilled water |
| Feb 2025 | Chinese answer sites standardize on "just use the web, it's free" | Consumer advice freezes in the V3 era |
| Apr 2026 | V4 launches; chat stays free, API runs promotional rates | "Free AND cheap — best of both" |
| Aug 16, 2026 | API moves to peak/off-peak billing; some lanes 3–4.5× | "DeepSeek got expensive" takes over |
Every take in that table was true on the day it was written. The viral "free unlimited" posts from 2025 were describing the chat layer during a window when even the API ran on generous promotional pricing. The "it got expensive" posts of August 2026 are describing the API layer after real billing arrived. Nobody updated their worldview; the layers and the prices both shifted underneath them.
So apply the pricing-research meta-rule to free claims too: check the page's date before its conclusion — my own reading list holds three bookmarked takes on this question that flatly contradict each other, each confident, each right for exactly the week it was written. A "DeepSeek is free!" article from 2025 and a "DeepSeek prices doubled!" post from last August can both be sitting on page one, both wrong for you, today. The official pricing page is the only source that both updates and stamps its own currency.
Which Door Should You Walk Through
Fold the three layers into a decision:
| You want to… | Use | Cost reality |
|---|---|---|
| Chat, ask, draft, learn | The web/mobile app | Free, with queueing at peak |
| Script, automate, build a product | The official API | Granted balance, then $2 minimum, then metered tokens |
| Experiment at $0 via API | OpenRouter :free variant | Free but rate-limited and rotatable |
| Privacy, offline, research | Self-hosted open weights | Download free, hardware and electricity not |
| "Unlimited free" via random site | — | Don't. It's not a door, it's a wall with a door painted on it |
Two upgrade moments worth naming. When you catch yourself copy-pasting between a chat window and an editor all day, that's the signal the API is worth $2 of exploration — the key setup takes minutes. And when your API bill crosses coffee-money territory, that's the signal to read the pricing guide and learn where the meter's cheap lanes are: off-peak hours and cache hits cut the same token's price by more than half the menu.
For the model behind all three doors — what V4 actually is and why people care — the model guide is the next stop.
FAQ
Is DeepSeek chat free to use?Yes. The web app and official mobile apps are free for personal use, with no subscription tier. The trade-offs are non-monetary: possible queueing at peak times and consumer-grade data terms. No credit card, ever.
Does the DeepSeek API have a free tier?No subscription-style free tier exists — every token is billed under the current peak/off-peak rate card. What exists instead: a small granted balance on new accounts (size set by platform policy, visible on your balance page) that spends before your top-ups, and a $2 minimum top-up via PayPal, Visa, or Google Pay.
Is downloading DeepSeek free?The model weights are free to download under DeepSeek's open-weight license — the V4 preview weights are available, though the July 31 update's weights hadn't been published as of that date. Running them is the expensive part: expect serious GPU requirements and the electricity to match.
How long does $10 last on the API?Real 2026 reports: one user ran 1.6 billion tokens for about $10; another describes $10 as "basically a month" of hobbyist use; a heavy terminal-agent workload ran $5 a day. Your mileage depends on model choice, cache-hit rate, and how much of your traffic lands in peak hours.
Why do some sites say DeepSeek is free and others say it got expensive?They're describing different layers at different times. Chat has been free throughout; the API went from promotional rates to peak/off-peak billing on August 16, 2026, raising some lanes 3–4.5×. Check any article's date before trusting its "free" or "expensive" verdict — the official pricing page is the source that stays current.
Is the OpenRouter free variant safe?The deepseek-v4-flash:free listing on OpenRouter is a legitimate offering from an established aggregator — not an impersonation risk. The catches are availability and limits: free variants are rate-limited and can rotate out as capacity changes. Treat it as a sandbox, not a foundation.
Three doors, one building. The front door stays free, the turnstile takes pocket change, and the blueprints are handed out at the dock — knowing which one you're walking through is the entire trick. This week, that means: use the chat for whatever you were about to pay $20 a month elsewhere for, and if you write code, drop $2 at the official turnstile and watch how slowly the meter actually spins.