DeepSeek R1 is one of those releases that made the usual open-versus-closed argument less philosophical and more irritatingly concrete. The model was presented as performing on par with OpenAI o1, but the more useful detail was the packaging around it.

DeepSeek says R1 is fully open source with a technical report, model code and weights under the MIT License, and permission to use outputs for fine-tuning and distillation. That is the part that changes what builders can actually do, not just what they can admire in a benchmark chart.

Source credit: DeepSeek API Docs's original source material.

Distillation is the quiet plot twist

The source also points to six open-sourced distilled models, with 32B and 70B variants described as on par with OpenAI o1-mini. That matters because most teams do not wake up needing the largest reasoning model on earth. They need something they can test, host, specialize, and afford.

The open ecosystem wins when the big model becomes a factory for smaller useful models. Closed labs can keep selling the oracle. Builders need parts.

  • R1 is described by DeepSeek as MIT licensed for open access
  • distilled models give teams smaller checkpoints to evaluate
  • outputs can be used for fine-tuning and distillation
  • the release pairs weights with API access instead of making builders choose one lane

The API pricing is also part of the story. DeepSeek lists R1 at $0.14 per million input tokens on cache hits, $0.55 on cache misses, and $2.19 per million output tokens. Reasoning models are expensive enough that this kind of pricing changes experimentation habits fast.

No, this does not mean every workload should immediately move to R1. You still need evals, latency checks, safety review, and a hard look at deployment constraints. But it does mean open reasoning stopped being a side quest for people with too many GPUs and not enough meetings.

The real lesson is simple: openness is strongest when it includes permission, weights, smaller derivatives, and usable economics. DeepSeek R1 hit all four. That is why the release still matters well after the launch-day chart confetti settled.

In short

DeepSeek R1 was not just another reasoning-model trophy case. MIT licensing, distilled checkpoints, and aggressive API pricing made the open side of the market harder to wave away.