✓ Reviewed by The Future Signal
✓ Reviewed by The Future Signal
DeepSeek is two products with very different risk profiles. The open weights, released under an MIT licence, let businesses self-host frontier-class AI with full data control and no per-token cost — genuinely one of the best value propositions available. The hosted app and API are cheap and capable but store data on servers in China and have been restricted by governments across several continents. Prices also rose substantially on 16 August 2026. Use the weights, not the service.
DeepSeek’s business impact depends entirely on deployment model. Self-hosted open weights let organisations run capable AI on high-volume workloads — document classification, data extraction, code generation, internal search — at fixed infrastructure cost rather than per-token billing, while keeping all data inside their own boundary. That combination is difficult to obtain elsewhere at this capability level.
The hosted API delivers similar capability at very low cost but transfers prompt data to servers in China, which for many organisations converts a cost saving into a compliance liability. The practical impact is therefore architectural: DeepSeek makes credible self-hosted AI viable for mid-sized businesses.
Compare plans and pricing to find the best option for your needs.
Compare plans and pricing to find the best option for your needs.
Last Updated: 28 August 2026
DeepSeek is two products wearing one name, and confusing them is the most expensive mistake a business can make here. The hosted app and API send your data to servers in China and have been banned by governments across several continents. The open weights, released under an MIT licence, can run on your own infrastructure where prompts never leave your control. The models are genuinely excellent and still among the cheapest serious AI available — though prices rose sharply on 16 August 2026. For most Western businesses the honest answer is: use the weights, not the service.
Estimated reading time: 10 minutes
DeepSeek is a Chinese AI lab, spun out of the quantitative hedge fund High-Flyer and led by founder Liang Wenfeng. It became globally famous in January 2025 when R1, a reasoning model trained at a fraction of Western costs, briefly topped the App Store and knocked hundreds of billions off US tech valuations.
Its defining choice is openness. DeepSeek publishes model weights under permissive licences — MIT for the current V4 family — which means anyone can download, inspect, modify and run them on their own hardware. That is a genuinely different proposition from OpenAI, Anthropic or Google, none of which release their frontier weights.
The 2026 lineup is the V4 family, previewed on 24 April and reaching general availability in stages: V4-Flash on 31 July and V4-Pro on 13 August. Both carry a 1 million token context window and a 384,000 token maximum output. An experimental vision model handles images.
Two persistent misconceptions are worth correcting. R2 has not been released. Despite enormous search interest and widely circulated “leaked specs,” there is no R2 in DeepSeek’s API and no official announcement, with reporting suggesting Liang held it back over performance. Anything you read about R2 benchmarks is speculation. And DeepSeek is no longer a shoestring operation — a reported $7.5 billion raise in June 2026 valued it near $58.9 billion.
Why this matters for your business: Every other tool in this series is one product. DeepSeek is two, with completely different risk profiles. The hosted API is cheap and legally fraught. The open weights are free and, self-hosted, carry none of the data-transfer risk. Deciding which one you mean is the entire evaluation.
DeepSeek is a strong fit for:
DeepSeek is probably not the right choice for:
V4-Flash and V4-Pro. Flash is the cost-optimised workhorse; Pro is the higher-capability flagship. Both support thinking and non-thinking modes, so one model covers routine and reasoning-heavy tasks.
1 million token context. Included at standard pricing across all V4 models, with output capped at 384,000 tokens per request. Large-document work carries no context surcharge.
Open weights under MIT. The genuinely distinctive feature. You can download V4 and run it on your own infrastructure, fine-tune it, or embed it in a product with minimal licence restrictions.
Automatic context caching. Repeated prompt prefixes are billed at a cache-hit rate roughly 30 times lower than a cache miss. For applications with a fixed system prompt, this is the single largest cost lever.
Dual API compatibility. DeepSeek exposes both an OpenAI ChatCompletions interface and an Anthropic-compatible interface, which makes swapping providers unusually straightforward in either direction.
Vision model (experimental). An image-capable variant shares Flash’s token rates, with image inputs billed as input tokens.
Mixture-of-experts efficiency. DeepSeek’s architectural work — including efficiency research published in 2026 — is a real contribution to the field, and part of why its costs are structurally lower rather than merely subsidised.
DEEPSEEK
│
┌───────────────┴───────────────┐
▼ ▼
HOSTED SERVICE OPEN WEIGHTS
app · web · API MIT licence
│ │
Data → servers in China Runs on your hardware
Chinese data law applies Prompts never leave
Banned by multiple govts No per-token cost
Cheapest managed option Needs GPU infrastructure
│ │
▼ ▼
Non-sensitive work only Safe for most business use
[Illustration placeholder: DeepSeek hosted vs self-hosted risk split]
For developers, DeepSeek is among the easiest APIs to adopt. It mirrors OpenAI’s interface, so an existing integration usually needs only a new base URL, API key and model name. There is a free web chat for evaluation and, for new developer accounts, a modest free token grant.
The awkwardness is administrative rather than technical. Legacy model names deepseek-chat and deepseek-reasoner were retired in 2026, so older code needs updating to the explicit deepseek-v4-flash and deepseek-v4-pro names. And since 16 August, costs vary by time of day, which means scheduling has become a cost decision rather than an operational one.
Self-hosting is a different proposition entirely. Running a 685-billion-parameter mixture-of-experts model requires serious GPU capacity, and most businesses will use a hosting provider rather than their own hardware. That is still meaningfully safer than DeepSeek’s own endpoints, because you choose the jurisdiction.
Future Signal Tip: If you use the hosted API, schedule batch work outside 01:00–04:00 and 06:00–10:00 UTC on weekdays. Off-peak rates are half of peak. For a business running overnight document processing, that scheduling decision alone halves the bill.
The models are genuinely good. DeepSeek’s mixture-of-experts approach delivers frontier-adjacent quality at a fraction of the compute, and the V4 family is competitive on coding and reasoning workloads against models costing many times more. For high-volume tasks where “good enough, very cheap” beats “best, expensive,” DeepSeek is often the rational choice.
Two performance caveats matter for business use.
The first is censorship. DeepSeek’s hosted models decline or reshape answers on topics sensitive to the Chinese state. For most commercial work this is irrelevant; for research, journalism, policy analysis or anything touching Chinese politics, it is disqualifying.
The second is that the public safety record is thinner than it looks. Widely cited studies from Cisco, Qualys and CrowdStrike tested R1 or distilled R1 variants, not V4. As of the sources reviewed here, V4 has not been independently red-teamed for jailbreak resistance or censorship behaviour. That is not evidence V4 is unsafe — it means nobody has published the test.
| Model | Off-peak input / output per 1M | Peak input / output | Context |
|---|---|---|---|
| V4-Flash | $0.22 / $0.66 | $0.44 / $1.32 | 1M tokens |
| V4-Pro | $0.66 / $1.98 | $1.32 / $3.96 | 1M tokens |
| Cache hit (Flash) | $0.007 | $0.014 | — |
DeepSeek’s integration story is compatibility rather than ecosystem. There is no marketplace, no connector library and no native CRM integration. What there is instead is a drop-in API that speaks both OpenAI’s and Anthropic’s formats, which means most existing tooling works with a configuration change.
The open weights extend this further: DeepSeek models are available through most major inference hosts and model-serving platforms, so businesses can run them via a provider in a jurisdiction they choose rather than through DeepSeek directly. For Western businesses, that is usually the correct architecture.
What you do not get is the surrounding platform — no governance layer, no audit tooling, no enterprise admin console. Everything beyond the model is your responsibility.
DeepSeek’s pricing changed materially on 16 August 2026 at 16:00 UTC, and much of the published guidance online still quotes the old rates. The current structure charges by time of day.
Peak hours run 01:00–04:00 and 06:00–10:00 UTC, on weekdays only; all other hours, including weekends, are off-peak. Off-peak V4-Flash costs $0.22 per million input tokens and $0.66 per million output, with cache hits at $0.007. Peak rates are exactly double. V4-Pro runs $0.66 and $1.98 off-peak, doubling at peak.
⚠️ This was a price rise, not a discount scheme. Before 16 August, V4-Flash was a flat $0.14 input and $0.28 output. The new off-peak rate is roughly 57% higher, and peak input is over three times the old price. Any cost model built before mid-August is now wrong.
Even so, DeepSeek remains among the cheapest serious APIs available — output on V4-Flash still undercuts most Western equivalents by a wide margin, and cache hits are close to free. A free web chat exists for evaluation, and new developer accounts have received a small token grant.
The more interesting economics are self-hosted. Open weights mean no per-token cost at all, trading a variable API bill for fixed infrastructure. For sustained high-volume workloads, that maths often favours self-hosting — and it resolves the data question at the same time.
What is your actual constraint here: cost, or where your data ends up? For most businesses the honest answer determines the deployment model more than the price does.
Qwen or other open-weight models — the closest like-for-like if you want open weights and self-hosting. Worth comparing directly on your own workloads.
Llama or Mistral — open-weight families from US and European labs, which sidesteps the jurisdictional question entirely for buyers where that matters.
Google Gemini Flash tiers — the cheapest credible Western managed option, and the sensible comparison if you want low cost without self-hosting.
Claude Haiku or GPT’s smaller tiers — more expensive per token but with enterprise contracts, support and compliance documentation that DeepSeek does not offer.
DeepSeek’s real contribution was never a product. It was a proof that frontier-class AI could be built and run far more cheaply than the industry assumed, and that the weights could be given away. That pressure is why cheap tiers from every major lab exist today.
The 2026 story is that DeepSeek is becoming a normal company. It raised billions at a large valuation, moved from flat pricing to time-of-day surge pricing, and quietly raised rates while most coverage still quoted the old numbers. The insurgent that made AI cheap is now optimising revenue like everyone else.
For business buyers, the durable lesson is architectural rather than political. DeepSeek made open weights a credible enterprise option, and open weights change the question you ask a vendor. Instead of “can I trust where your servers are?”, you can ask “can I run this where I choose?” That is a better question, and it is now available from several labs.
Watch two things: whether R2 ever ships, and whether peak pricing spreads to other providers. Surge pricing for AI inference would be a meaningful shift in how businesses budget.
Overall Rating: 6.8 / 10
This score reflects DeepSeek as a business purchase, and it is pulled in two directions. The models are excellent and the open weights are genuinely valuable — that alone would score well above eight. The hosted service’s data path, the government bans, and the absence of any enterprise governance layer pull it down hard.
For technical teams that self-host, DeepSeek is one of the best value propositions in AI. For businesses that would use the hosted API with anything sensitive, it is difficult to recommend at any price.
Future Signal recommends DeepSeek’s open weights, self-hosted or run through a provider in your own jurisdiction. We do not recommend the hosted app or API for confidential, personal or client data, and organisations in regulated or government-adjacent sectors should check their obligations before using it at all.
deepseek-chat and deepseek-reasoner model namesIs DeepSeek safe for business use? It depends entirely on which DeepSeek. The hosted app and API store data on servers in China under Chinese law, and are banned by multiple governments — avoid them for anything sensitive. The open weights, self-hosted on your own infrastructure, carry none of that data-path risk.
Has DeepSeek R2 been released? No. As of August 2026 there is no R2 in DeepSeek’s API and no official announcement, with reporting suggesting the founder held it back over performance. Any R2 benchmarks or specifications circulating are unverified speculation.
How much does DeepSeek cost now? Since 16 August 2026, pricing varies by time of day. V4-Flash is $0.22 input and $0.66 output per million tokens off-peak, doubling during peak hours. V4-Pro is $0.66 and $1.98 off-peak. Peak runs 01:00–04:00 and 06:00–10:00 UTC on weekdays.
Did DeepSeek get more expensive? Yes. V4-Flash was previously a flat $0.14 input and $0.28 output. The new off-peak rate is roughly 57% higher and peak input is more than triple the old price. Many published guides still quote the old figures.
Which governments have banned DeepSeek? Restrictions have been reported across Italy, South Korea, Taiwan, Australia and India, alongside multiple US federal agencies and states including New York, Texas and Virginia. Bans generally cover government devices and networks rather than private citizens.
Can I use DeepSeek without sending data to China? Yes, by self-hosting the open weights or running them through an inference provider in a jurisdiction you choose. This is the route most Western businesses should take, and it is the reason the open weights matter.
Does DeepSeek censor its answers? Yes, on topics sensitive to the Chinese state. For most commercial work this is irrelevant, but for research, journalism or policy analysis it is a genuine limitation worth testing before you commit.
Is the security research about DeepSeek still accurate? Partly. Widely cited studies from Cisco, Qualys and CrowdStrike examined R1 or distilled R1 variants rather than the current V4 family, and the underlying privacy findings concern the hosted consumer service. V4 has not been independently red-teamed publicly, so treat the record as incomplete rather than reassuring.
DeepSeek’s strength is that it broke the assumption that frontier AI has to be expensive and closed. The V4 models are genuinely capable, the pricing is still among the lowest available, and publishing the weights under an MIT licence gives businesses an option no Western frontier lab offers.
Its weakness is jurisdiction. The hosted service sends data to servers in China under laws that permit state access, and enough governments have acted on that to make its use a compliance question rather than a technical one. August’s price rise also removed some of the cost advantage that justified taking risks.
The practical conclusion is unusually clear. Treat DeepSeek as a model provider, not a service provider. Download the weights, run them where you control the data, and get most of the benefit with none of the exposure. If you must use the hosted API, restrict it to non-sensitive work, reprice your cost model against the August rates, and schedule around peak hours. That combination is genuinely worth having. The default hosted route, for most Western businesses, is not.
Our final assessment after evaluating features, performance, value, and business impact:
DeepSeek earns a qualified recommendation, and the qualification is the whole point. Its open weights under an MIT licence are genuinely valuable, giving businesses frontier-class capability they can run on their own infrastructure with complete data control — a proposition no Western frontier lab offers. Its models are strong and its pricing, even after August’s increase, remains among the lowest available. The hosted service is a different matter.
Data stored on servers in China under Chinese law, restrictions imposed by multiple governments, documented censorship, and the absence of any enterprise governance layer make it unsuitable for confidential, personal or client data. Businesses should treat DeepSeek as a model provider rather than a service provider, and self-host accordingly.
We may earn a commission if you purchase through our links, at no extra cost to you. This helps support independent reviews.
Explore other highly rated AI tools we’ve reviewed in this category.
We use cookies and similar technologies to improve your browsing experience, analyze website traffic, and remember your preferences. With your consent, we may also use cookies to measure the performance of our content and affiliate partnerships. You can accept all cookies, reject non-essential cookies, or customize your preferences at any time. For more information, please see our Cookie Policy and Privacy Policy.