DeepSeek R1 puts a reasoning model under an MIT license
Open weights, a published training recipe, and API pricing that reads like a typo. The reasoning-model moat just got a lot shallower.
DeepSeek released R1 yesterday: a reasoning model with published weights under an MIT license, a technical report describing how it was trained, and six distilled variants ranging from 1.5B to 70B parameters based on Qwen and Llama backbones.
This is the most consequential open model release since Llama 2, and possibly since Llama 1.
what it is#
R1 is a chain-of-thought model in the same family as OpenAI's o1 — it produces a long internal reasoning trace before answering, and it spends more compute at inference time on harder problems. On the standard reasoning benchmarks (competition math, coding, graduate-level science questions) it lands in o1's neighborhood.
The training story is the part worth reading. The report describes R1-Zero, trained with reinforcement learning directly on the base model with no supervised fine-tuning stage at all, using rule-based rewards for verifiable domains — did the math answer match, did the code pass the tests. R1-Zero developed reasoning behavior spontaneously, including a documented moment where the model's trace reconsiders its own approach mid-solution.
R1-Zero's output was unreadable — language mixing, poor formatting — so R1 proper adds a cold-start supervised stage and a second RL pass to fix presentation. But the core finding stands: you can get reasoning to emerge from RL against verifiable rewards without a large human-labeled reasoning corpus.
why the license matters more than the benchmark#
MIT. Not a bespoke community license with a monthly-active-user carve-out. Not "research only." MIT, on the weights and the distilled variants.
That means anybody can fine-tune it, run it on their own hardware, ship it in a product, and never send a token to anyone's API. For regulated industries that have spent two years unable to get legal approval for a hosted frontier model, this is a door opening.
The distilled models are the practical story for most developers. The 32B distill runs on a single high-memory consumer GPU and is genuinely useful. The 7B and 14B variants run on a laptop.
the pricing#
DeepSeek's own API is priced at roughly a small fraction of comparable reasoning-model pricing from US labs. Whether that reflects genuinely lower serving costs, an architecture advantage from their mixture-of-experts design with a small number of active parameters, or a decision to buy market share, the effect on the market is the same.
what to actually watch#
Not the benchmark table. Watch these three things:
- How fast the recipe gets reproduced. If RL-on-verifiable-rewards is as generalizable as the paper suggests, expect a wave of reasoning fine-tunes on other base models within weeks.
- Whether the distills hold up outside benchmarks. Distilled reasoning traces can look right and be right for the wrong reasons.
- The regulatory reaction. A capable open reasoning model trained outside US export-control jurisdiction is going to generate a policy conversation whether or not that conversation is technically coherent.
Download the weights. Whatever else happens, they exist now and cannot be un-released.
— Dom, January 21, 2025