Loading lesson…
R1 was the open-weights reasoning shock of early 2025. A year later it is still the default for anyone who needs o-series reasoning without paying o-series prices.
DeepSeek R1 showed that an open-weights team could ship o1-class reasoning on a shoestring. The weights are downloadable, the quality is genuine, and the pricing on DeepSeek's own API is roughly 1/20th of OpenAI o-series.
| Option | DeepSeek R1 | OpenAI high-effort reasoning | GPT-5.5 |
|---|---|---|---|
| Cost per M output | Very low | High | High |
| Latency | Slow (thinks) | Slow to moderate | Moderate |
| Open weights | Yes | No | No |
| Quality | Near-frontier on selected reasoning tasks | Frontier | Frontier |
resp = client.chat.completions.create( model="deepseek-reasoner", messages=[{"role": "user", "content": hard_problem}], ) # response includes reasoning_content + contentThe API returns thinking and final answer separately.Frontier competition math, novel scientific reasoning, and any benchmark where the last 3 points of accuracy matter. For everyday hard problems, R1 is enough.
8 questions · take it digitally for instant feedback at tendril.neural-forge.io/learn/quiz/end-modelx-deepseek-r1-reasoning-builders
What is the main idea of "DeepSeek R1 reasoning open-weights"?
Which concept is most central to "DeepSeek R1 reasoning open-weights"?
Which use of AI fits this topic best?
What should a careful learner remember about "Distills are enough for many tasks"?
You want to use AI after this lesson. What is the safest next step?
How should AI output about DeepSeek R1 be treated?
Name one way to verify an AI answer about DeepSeek R1.
Which action would help you apply "DeepSeek R1 reasoning open-weights" responsibly?