Last updated: December 2025

In January 2025, a Chinese AI lab most people had never heard of released a model that appeared competitive with frontier Western models on several major benchmarks. Then they released the weights for free. Then they published a paper arguing they had done it for a fraction of OpenAI’s training cost. And then they open-sourced the training recipe.
The AI industry collectively lost its mind. Here’s why DeepSeek matters.
What DeepSeek Is
DeepSeek is an AI research lab based in Hangzhou, China, founded by Liang Wenfeng (also the founder of High-Flyer, a quantitative hedge fund). They’ve released several models, but two matter most:
DeepSeek V3
A 671-billion parameter mixture-of-experts (MoE) model that only activates 37 billion parameters per token. This architecture means it’s as capable as models 10x its active size while being dramatically cheaper to run.
Benchmarks: Reported as competitive with older frontier paid models on several standard benchmarks (MMLU, HumanEval, MATH, GSM8K), with especially strong math and coding results.
Training cost: Reportedly $5.6 million. For context, GPT-4’s training cost is estimated at $100+ million. DeepSeek achieved comparable performance at 1/20th the cost.
DeepSeek R1
A reasoning model (similar to OpenAI’s o1) that shows its chain-of-thought process. Excels at complex math, coding, and multi-step reasoning problems.
Benchmarks: Competitive with OpenAI o1 on math and coding benchmarks. The open-source version lets researchers study how AI reasoning works.
Why It Matters
DeepSeek didn’t just release a good model. It challenged several assumptions the AI industry had been operating on.
1. The Cost Myth Is Dead
The AI industry narrative was: training frontier models requires billions of dollars and massive GPU clusters. Only a handful of companies (OpenAI, Google, Anthropic, Meta) could compete. DeepSeek proved that smart architecture and efficient training can achieve comparable results at a fraction of the cost.
This has implications for everyone:
- Startups can build competitive models without billion-dollar funding rounds
- Countries without massive GPU stockpiles can still develop frontier AI
- Universities and research labs can actually participate in frontier AI research again
- Open source becomes more viable when training costs are manageable
2. Open Source Gets a Boost
DeepSeek released model weights under permissive licenses. Anyone can download, run, and modify DeepSeek V3. At the time, it looked like one of the most capable fully open models available, more capable than Llama 3.1 70B and at least directionally competitive with several proprietary models.
For developers and companies that want to run AI locally (whether for privacy, cost control, regulatory compliance, or deep customization), DeepSeek changes the equation entirely.
3. The Geopolitical Dimension
A Chinese lab matching American AI capabilities despite US export controls on advanced chips raises questions about the effectiveness of those controls. DeepSeek achieved their results using older NVIDIA A100 GPUs (not the restricted H100s), suggesting that chip restrictions may slow but not prevent Chinese AI development.
This is a sensitive topic with legitimate perspectives on all sides. What’s clear: the assumption that AI leadership is guaranteed by hardware access alone is wrong.
Using DeepSeek
You have several ways to access DeepSeek, depending on whether you prioritize cost, privacy, or convenience.
Via API
DeepSeek offers API access at prices that undercut many premium proprietary APIs by a wide margin:
- DeepSeek V3: ~$0.14 per million input tokens (well below typical premium proprietary API pricing)
- DeepSeek R1: ~$0.55 per million input tokens (well below premium reasoning-model pricing)
For high-volume applications, the cost savings are enormous.
Locally via Ollama
ollama run deepseek-r1:32b
The 32B distilled version runs on consumer hardware (24GB VRAM) and retains much of the full model’s capability.
Via Chat Interface
chat.deepseek.com offers a free chat interface similar to ChatGPT. No subscription required for basic use.
DeepSeek vs Paid Frontier Models: Honest Comparison
| Capability | DeepSeek V3 | Current paid ChatGPT models | Current paid Claude tier |
|---|---|---|---|
| Coding | ⭐⭐⭐⭐⭐ | ⭐⭐⭐⭐ | ⭐⭐⭐⭐⭐ |
| Math/reasoning | ⭐⭐⭐⭐⭐ | ⭐⭐⭐⭐ | ⭐⭐⭐⭐ |
| Creative writing | ⭐⭐⭐ | ⭐⭐⭐⭐ | ⭐⭐⭐⭐⭐ |
| Instruction following | ⭐⭐⭐⭐ | ⭐⭐⭐⭐⭐ | ⭐⭐⭐⭐⭐ |
| Multilingual | ⭐⭐⭐⭐⭐ | ⭐⭐⭐⭐ | ⭐⭐⭐⭐ |
| Chinese language | ⭐⭐⭐⭐⭐ | ⭐⭐⭐ | ⭐⭐⭐ |
| Cost | ⭐⭐⭐⭐⭐ | ⭐⭐ | ⭐⭐⭐ |
| Privacy (local) | ⭐⭐⭐⭐⭐ | ❌ | ❌ |
DeepSeek’s strengths: Coding, math, cost, Chinese language, local deployment.
DeepSeek’s weaknesses: Creative writing is less polished than Claude. Instruction following can still be less reliable than the strongest paid proprietary models on complex multi-step tasks. The chat interface is less refined.
The Concerns
Data privacy: DeepSeek is a Chinese company subject to Chinese data laws. If you use their API or chat interface, your data goes to Chinese servers. For sensitive business data, run the model locally instead.
Content filtering: DeepSeek’s models have content restrictions aligned with Chinese regulations. Political topics, certain historical events, and some social issues may receive filtered or evasive responses.
Sustainability: DeepSeek is funded by a hedge fund, not traditional VC. The long-term business model and commitment to open source are uncertain.
Documentation and support: Compared to OpenAI or Anthropic, DeepSeek’s developer documentation is thinner and community support is still maturing. If you hit an edge case, you’re more likely to be on your own.
The Bottom Line
DeepSeek proved that frontier AI doesn’t require frontier budgets. That’s significant regardless of your opinion on the geopolitics. For developers and businesses, it means more options, lower costs, a more competitive AI landscape, and real pressure on incumbents to justify their pricing.
Use DeepSeek where it excels (coding, math, high-volume API calls, cost-sensitive applications) and where data privacy isn’t a concern (or run it locally). Use Claude or current paid ChatGPT options where you need more polished writing quality or where data must stay in Western jurisdictions.
Competition is good for everyone. DeepSeek made the AI market more competitive overnight.
For more on open source AI, see our Open Source AI Models and Best local LLMs in 2026.
Related guide: Best local LLMs in 2026. Related guide: DeepSeek’s DualPath inference update. Related guide: Kimi by Moonshot AI review.