Download DeepSeek Models

Download DeepSeek R1 and V3 Models through Ollama or HuggingFace

DeepSeek-R1 Models

Download via Ollama

Installation Instructions

First, download and install Ollama from the official website. Then, you can run any of the following commands to use different versions of DeepSeek-R1:

# Base Model (67.1B)
ollama run deepseek-r1:671b

# Distilled Models
# 1.5B Parameters
ollama run deepseek-r1:1.5b

# 7B Parameters
ollama run deepseek-r1:7b

# 8B Parameters
ollama run deepseek-r1:8b

# 14B Parameters
ollama run deepseek-r1:14b

# 32B Parameters
ollama run deepseek-r1:32b

# 70B Parameters
ollama run deepseek-r1:70b

Download via HuggingFace

DeepSeek-R1 Base Model

Pure reinforcement learning trained foundation model

Size: Full Model
  • Natural reasoning development
  • Self-verification capability
  • Extended chain of thought
  • Multi-step problem solving
Download Base Model

DeepSeek-R1 Distilled Models

Efficient models with preserved reasoning capabilities

Size: Various Sizes
  • Preserved reasoning abilities
  • Resource efficient
  • Multiple size options
  • Deployment flexibility
Download Distilled Model

Installation Instructions

Choose your preferred model version:

# For Base Model
git lfs install
git clone https://huggingface.co/deepseek-ai/DeepSeek-R1

# For Zero Model
git lfs install
git clone https://huggingface.co/deepseek-ai/DeepSeek-R1-Zero

DeepSeek V3 Models

Download via Ollama

Installation Instructions

First, download and install Ollama from the official website. Then, you can run any of the following commands to use different versions of DeepSeek-V3:

# Available Variants
# Latest (404GB)
ollama run deepseek-v3:latest

# Base 671B (404GB)
ollama run deepseek-v3:671b

# FP16 (1.3TB)
ollama run deepseek-v3:671b-fp16

# Q4_K_M (404GB)
ollama run deepseek-v3:671b-q4_K_M

# Q8_0 (713GB)
ollama run deepseek-v3:671b-q8_0

Download via HuggingFace

DeepSeek V3 Base Model

The foundation model with 671B parameters (37B activated)

Size: 685GB
  • Pre-trained on 14.8T tokens
  • 128K context length
  • FP8 weights
  • 671B total parameters
Download Base Model

DeepSeek V3 Chat Model

Fine-tuned model optimized for dialogue and interaction

Size: 685GB
  • Enhanced reasoning
  • 128K context length
  • Improved instruction following
  • 671B total parameters
Download Chat Model

Installation Instructions

Download using Git LFS (recommended method):

# For Base Model
git lfs install
git clone https://huggingface.co/deepseek-ai/DeepSeek-V3-Base

# For Chat Model
git lfs install
git clone https://huggingface.co/deepseek-ai/DeepSeek-V3