MODEL · GPU GUIDE

DeepSeek-V3.2 GPU Requirements: VRAM & Cheapest GPU

DeepSeek-V3.2 has about 685B parameters. See exactly how much GPU memory it needs at FP16, INT8, and INT4, and the cheapest GPU to run it, with live hourly pricing from 5+ data center partners.

685BParameters
374 GBMin VRAM
$3.36/hrCheapest
< 2 minDeploy
deepseek-ai/DeepSeek-V3.2
VIEW ON HUGGINGFACE ↗
685B paramstext-generationdeepseek_v324.3M downloads1.4K likesupdated Dec 1, 2025

To run DeepSeek-V3.2 for inference at FP16, you need roughly 1494 GB of VRAM. The cheapest fit on Spheron is 8x B200 192GB at about $21.92/hr. Quantize to INT4 to run it on a smaller, cheaper GPU.

GB VRAM REQUIRED
FP16INFERENCEBATCH 1CTX 4k

Estimated peak VRAM including weights, activations, and KV cache. Add 10% headroom for production traffic.

RANKCONFIGURATIONPER GPUTOTAL $/HR
  • 01
    8× B200 192GBCHEAPEST
    Blackwell · HBM3e
    $2.74/hr$21.92/hr
  • 02
    8× B300 288GB
    Blackwell Ultra · HBM3e
    $3.35/hr$26.80/hr

Live pricing aggregated from 5+ data center partners. Per-minute billing, no commitments.

VRAM required to run DeepSeek-V3.2

Estimated peak VRAM at context length 4,096 and batch size 1, including weights, activations, and KV cache. Quantizing to INT8 (Q8) or INT4 (Q4) cuts memory roughly in half and in quarter.

PrecisionInferenceLoRA fine-tuneFull fine-tune
FP161494 GB2241 GB5977 GB
INT8747 GB1121 GB2988 GB
INT4374 GB560 GB1494 GB

Cheapest GPU to run DeepSeek-V3.2 by precision

FP16
VRAM required1494GB

Full precision. Best quality, highest memory.

Cheapest GPU
8x B200 192GB
Blackwell · HBM3e
$21.92/hr · $2.74/hr/gpu
8x B200 192GB on Spheron
INT8
VRAM required747GB

8-bit quantized. ~2x smaller, minimal quality loss.

Cheapest GPU
8x RTX PRO 6000 96GB
Blackwell · GDDR7
$6.72/hr · $0.84/hr/gpu
8x RTX PRO 6000 96GB on Spheron
INT4
VRAM required374GB

4-bit quantized. ~4x smaller, runs on smaller GPUs.

Cheapest GPU
4x RTX PRO 6000 96GB
Blackwell · GDDR7
$3.36/hr · $0.84/hr/gpu
4x RTX PRO 6000 96GB on Spheron

Inference vs fine-tuning DeepSeek-V3.2

InferenceWeights + KV cache
LoRA fine-tune~1.5×+ low-rank adapter
Full fine-tune~4×+ gradients + optimizer state

Inference only holds the model weights plus a KV cache, so it is the cheapest setup. LoRA fine-tuning adds a small adapter and roughly 50% more memory. Full fine-tuning holds gradients and optimizer state on top of the weights, which is about 4x the inference footprint, so it often needs multiple GPUs even when inference fits on one. For DeepSeek-V3.2, an on-demand B200 192GB instance covers inference and LoRA, while a full fine-tune needs several times that memory and often spans multiple GPUs. Check the live GPU pricing for current rates.

Deployment guideDeploy DeepSeek V3.2 step by stepHands-on production setup, GPU configs, and benchmarks for DeepSeek-V3.2.Read guide

Similar models

Compare GPU requirements for models in the same class.

FAQ / 05

DeepSeek-V3.2 GPU questions