Instructions to use deepseek-ai/DeepSeek-V3.2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use deepseek-ai/DeepSeek-V3.2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="deepseek-ai/DeepSeek-V3.2") messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("deepseek-ai/DeepSeek-V3.2", dtype="auto") - Inference
- HuggingChat
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- vLLM
How to use deepseek-ai/DeepSeek-V3.2 with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "deepseek-ai/DeepSeek-V3.2" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "deepseek-ai/DeepSeek-V3.2", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/deepseek-ai/DeepSeek-V3.2
- SGLang
How to use deepseek-ai/DeepSeek-V3.2 with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "deepseek-ai/DeepSeek-V3.2" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "deepseek-ai/DeepSeek-V3.2", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "deepseek-ai/DeepSeek-V3.2" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "deepseek-ai/DeepSeek-V3.2", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }' - Docker Model Runner
How to use deepseek-ai/DeepSeek-V3.2 with Docker Model Runner:
docker model run hf.co/deepseek-ai/DeepSeek-V3.2
Add WildClawBench evaluation result
#62 opened 4 days ago
by
yuhangzang
Add Open Agent Leaderboard evaluation results
#61 opened 7 days ago
by
Elron
Add Claw-Eval evaluation results
#60 opened 21 days ago
by
SaylorTwift
Create .eval_results/apex-swe.yaml
#59 opened about 1 month ago
by
madhavan113
Create .eval_results/apex-agents.yaml
#58 opened about 1 month ago
by
madhavan113
Add YC-Bench benchmark result (avg $125,263)
#57 opened about 2 months ago
by
RiddleHe
Create test
#54 opened 2 months ago
by
ajrangan
How to make this model uncensored
#53 opened 3 months ago
by
RMxx1
Install & run deepseek-ai/DeepSeek-V3.2 easily using llmpm
#52 opened 3 months ago
by
sarthak-saxena
Add SWE-Bench Pro evaluation results
#51 opened 3 months ago
by
nielsr
Add GPQA evaluation results
#50 opened 3 months ago
by
nielsr
Add MMLU Pro evaluation results
#49 opened 3 months ago
by
nielsr
Add HLE evaluation results
#48 opened 3 months ago
by
nielsr
Add SWE-Bench Verified evaluation results
#47 opened 3 months ago
by
nielsr
Add MathArena evaluation result for hmmt/hmmt_feb_2026
#46 opened 3 months ago
by
JasperDekoninck
Add Terminal-Bench evaluation result (39.6%)
#45 opened 3 months ago
by
burtenshaw
Add MathArena evaluation result for aime/aime_2026
4
#44 opened 3 months ago
by
JasperDekoninck
Question about format of building search tool prompt
1
#43 opened 3 months ago
by
undefined-x
Add EvasionBench evaluation results
#42 opened 3 months ago
by
FutureMa
Request: DOI
#41 opened 4 months ago
by
Samyak20
为什么v3.2中没有modeling_deepseek.py文件?
#40 opened 4 months ago
by
Siyuanxy
Upload internal.py
#39 opened 4 months ago
by
Ananthusajeev190
Create depseek
#38 opened 4 months ago
by
kritik111
Reasoning and agentic AI deployment
#37 opened 5 months ago
by
Cagnicolas
Update README.md
#36 opened 5 months ago
by
Felipegenio
Running the model with a dense attention
4
#35 opened 5 months ago
by
sszymczyk
Error accessing the model
#34 opened 5 months ago
by
hahty
DSA Question
1
#33 opened 5 months ago
by
ghostplant
Function calling ability not stable after mutli-rounds conversations
1
#32 opened 5 months ago
by
xl2533
Default system prompt can hinder thinking-mode performance
#31 opened 6 months ago
by
ShengnanAn
In reasoning mode, the chain of thought (CoT) tends to leak the user's instructions.
1
#30 opened 6 months ago
by
YaKun9
Why doesn't the model generate |DSML|special tokens?
2
#29 opened 6 months ago
by
Zchu
A light version of DeepSeek around 100 gigabytes? Also DeepSeek Coder Lite?
#28 opened 6 months ago
by
Vahid-Rakhshan
May we please get a light-weight Deepseek model?
👍 2
4
#27 opened 6 months ago
by deleted
Upload bCNx4JhR_400x400.jpg
1
#26 opened 6 months ago
by
Dominic586
Consistent syntax error writing C++ code
#25 opened 6 months ago
by
ouyexie
Should the thinking mode in DS v3.2 use the default system prompt?
1
#24 opened 6 months ago
by
ShengnanAn
Inconsistent <think> and </think> tags
#23 opened 6 months ago
by
liwei1559
NVFP4 Checkpoint?
#22 opened 6 months ago
by
imagenaryjack
Add Artificial Analysis evaluations for deepseek-v3-2
#21 opened 6 months ago
by
mackenzietechdocs
which tool-call-parser we should use for deepseek-ai/DeepSeek-V3.2
➕ 5
#19 opened 6 months ago
by
xiaoheixiaohei
Got ModuleNotFoundError: No module named 'torch' when running `pip install fast_hadamard_transform`
#18 opened 6 months ago
by
xiaoheixiaohei
model type `deepseek_v32` not found
5
#16 opened 6 months ago
by
harryhan618
Humble request for a stable vLLM/SGLang deployment setup for DeepSeek-V3.2
👀❤️ 13
11
#15 opened 6 months ago
by
burrowswang
V3基座老当益壮哈
2
#13 opened 6 months ago
by
DUOWEN
Browsecomp/HLE Reproducibility | 结果复现
👍 10
#12 opened 6 months ago
by
pandemo
Reproducibility inquiry
1
#11 opened 6 months ago
by
andresnowak
Video of Step-by-Step Review and Testing
#10 opened 6 months ago
by
fahdmirzac