GPUs tracked45Price history8 dayssince Sep 3, 2026Price points (24h)6,955 pointsBiggest 24h dropGeForce RTX 5070 Ti-6.3%Biggest 24h riseRTX PRO 4000 Blackwell+7.7%Data updated

How to Deploy DeepSeek V3.2 Locally

DeepSeek V3.2 is a MoE model with 671B total parameters and 37B active per token. At Q4 it needs 376GB of VRAM to sit entirely on the GPU; with experts offloaded to system RAM it needs only 12GB of VRAM plus 365GB of RAM. The cheapest card that runs it today is the Mac Studio M3 Ultra 512GB at about $22,000, at roughly 19.4 tokens/s. In offload mode the cheapest card that runs it is the Tesla V100 16GB, at roughly 4 tokens/s.

DeepSeek V3.2 details

Launch dateDec 1, 2025
Hugging Face repodeepseek-ai/DeepSeek-V3.2
Revision
LicenseMIT
ArchitectureMoE
GGUF repo
Ollama tag
Min VRAM at Q4376 GB · Q4_K_M · 8K
Experts offloaded12 GB VRAM + 365 GB RAM
Parameters671B
MoE37B
Layers61
Hidden size7,168
KV heads128
Head dim192
Max context160K
VendorDeepSeek

How much VRAM does DeepSeek V3.2 need for local deployment?

MoE: all 671B parameters must stay resident in memory, while speed is set by the 37B active per token.

QuantizationWeightsGBTotal at 8KGBTotal at 32KGBTotal at 128KGB
1-bit157.5est.159160.6167.1
2-bit249.3est.250.9252.5258.9
3-bit321.5est.323.1324.7331.1
4-bit374est.375.5377.2383.6
5-bit452.8est.454.3455.9462.3
8-bit695.5est.697.1698.7705.1
FP161,312.3est.1,313.91,315.51,321.9

Total = weights + KV cache (FP16) + 1GB runtime overhead. Weights marked GGUF are measured file sizes from the repository; the rest are estimated from bytes per parameter. Contexts beyond this model's 160K limit show a dash. Each tier takes whichever file of that bit width the repository has, preferring unsloth dynamic quants, so the exact file name varies by model.

Which GPUs can run DeepSeek V3.2?

eBay
DeviceVRAMGBPriceEst. t/sSuggested context
Mac Studio M3 Ultra 512GB512$22,00011 listings19.4128K

Fits when weights + KV cache + runtime overhead is at or below usable memory, single card. "Offload" on MoE models means it runs with expert weights in system RAM (only attention layers and KV cache stay in VRAM); that speed assumes 70 GB/s RAM bandwidth. The context column is the largest tier that fits.

Recommended GPUs for DeepSeek V3.2 with CPU/GPU offloading

eBay

Expert weights live in system RAM (needs at least 365 GB); VRAM holds only attention layers, shared experts and the KV cache, at least 12 GB at Q4. Speed is bound by RAM bandwidth (estimated at 70 GB/s) and is far slower than a full-VRAM setup.

DeviceVRAMGBPriceRAM neededGBEst. t/s
Tesla V100 16GB16$3053653.9
Radeon RX 6950 XT16$5003653.6
GeForce RTX 2080 Ti 22GB22$5513653.8
Radeon RX 7800 XT16$5683653.7
GeForce RTX 5060 Ti 16GB16$7003653.7
Radeon RX 7900 XT20$7003653.8
Tesla V100 32GB32$7203653.9
Instinct MI50 32GB32$7683653.8
GeForce RTX 507012$7753653.8
Radeon RX 9070 XT16$7953653.7
Radeon RX 7900 XTX24$9993653.8
Instinct MI10032$9993653.9
GeForce RTX 5070 Ti16$1,2003653.9
GeForce RTX 408016$1,2633653.8
GeForce RTX 309024$1,5503653.9
GeForce RTX 508016$1,8003653.9
RTX PRO 4000 Blackwell24$2,9503653.8
GeForce RTX 409024$3,1993653.9
Radeon PRO W790048$3,4953653.8
RTX PRO 4500 Blackwell32$4,3003653.9
A100 40GB PCIe40$4,8993654
Instinct MI21064$5,0463653.9
MacBook Pro M4 Max 128GB128$5,5493653.6
GeForce RTX 509032$6,5003654
Mac Studio M4 Max 128GB128$6,5473653.6
MacBook Pro M5 Max 128GB128$7,2503653.7
RTX PRO 6000 Blackwell96$16,9853654
Arc Pro B60243653.5
GeForce RTX 5090 D V2243654
Arc Pro B65323653.6
Arc Pro B70323653.6
GeForce RTX 4080 SUPER 32GB323653.8
GeForce RTX 5090 D323654
Radeon AI PRO R9700323653.7
Radeon PRO W7800323653.6
CMP 170HX 40GB403654
GeForce RTX 4090 48GB483653.9
RTX PRO 5000 Blackwell 48GB483654
CMP 170HX 64GB643654
RTX PRO 5000 Blackwell 72GB723654
RTX PRO 6000D843654
DGX Spark 128GB1283653.4
Mac Studio M5 Max 128GB1283653.7
Ryzen AI Max+ 395 128GB1283653.1

Deploy DeepSeek V3.2 locally with Ollama, llama.cpp or vLLM

Ollama

The Ollama library has no official tag for it yet.

vLLM

vLLM serves the original-precision weights, which needs far more memory than GGUF and usually more than one GPU.

vllm serve deepseek-ai/DeepSeek-V3.2

File names follow that week's model-library snapshot; the definitions are in the methodology. Methodology

FAQ

How much VRAM does DeepSeek V3.2 need?

At Q4_K_M with an 8K context DeepSeek V3.2 needs about 376GB of VRAM; 452GB leaves comfortable headroom.

What is the cheapest GPU that runs DeepSeek V3.2?

The Mac Studio M3 Ultra 512GB: 512GB of VRAM, currently about $22,000, at roughly 19.4 tokens/s.

Can you run DeepSeek V3.2 with Ollama?

Not yet: there is no official Ollama tag and no public GGUF build for it.