Production model

DeepSeek R1

Architecture

Positional encoding RoPE (decoupled head for MLA)
Norm placement Pre-Norm
Norm type RMSNorm
QK-Norm no
Activation SwiGLU
Attention MLA
MoE DeepSeekMoE with aux-loss-free routing
Other Same base architecture as DeepSeek V3 (61 layers, 128 attention heads, 256 routed experts + 1 shared), Two-stage post-training: cold-start SFT, then RL with GRPO and rule-based reward, Distilled smaller variants (1.5B–70B) released alongside the 671B

DeepSeek R1 (January 2025) is the reasoning-trained variant of DeepSeek V3. Architecturally it is the V3 base model unchanged: 671B-parameter MoE with 37B active per token, 61 layers, MLA attention with a decoupled RoPE head, DeepSeekMoE with aux-loss-free routing, Pre-Norm RMSNorm, SwiGLU.

What R1 contributes is post-training, not architecture:

For the architecture details that R1 inherits unchanged from V3 — MLA’s KV-cache compression, DeepSeekMoE’s shared-expert routing, the aux-loss-free balance bias, RoPE+YaRN extension to 128K — see the DeepSeek V3 entry.

This page exists for navigability: R1 is the most-cited open reasoning model of early 2025, and readers arriving from “what architecture does R1 use?” should land somewhere useful. The architecture answer is “exactly V3.”

Sources

Export

BibTeX
@article{arxiv_2501_12948,
  title         = {DeepSeek R1},
  author        = {DeepSeek-AI},
  year          = {2025},
  eprint        = {2501.12948},
  archivePrefix = {arXiv},
  url           = {https://arxiv.org/abs/2501.12948}
}
CSL JSON
{
  "id": "arxiv_2501_12948",
  "type": "article-journal",
  "title": "DeepSeek R1",
  "author": [
    {
      "literal": "DeepSeek-AI"
    }
  ],
  "issued": {
    "date-parts": [
      [
        2025
      ]
    ]
  },
  "URL": "https://arxiv.org/abs/2501.12948",
  "number": "2501.12948",
  "source": "arXiv"
}
RIS
TY  - JOUR
TI  - DeepSeek R1
AU  - DeepSeek-AI
PY  - 2025
JO  - arXiv
AN  - arXiv:2501.12948
UR  - https://arxiv.org/abs/2501.12948
ER  -