Download DeepSeek V3 Models
Choose between the base and chat-tuned versions of DeepSeek V3
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
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
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