Pick any model to see how much GPU VRAM it needs at each quantization level — from aggressive Q2 up to full FP16. Estimates are weights + KV cache + framework overhead from the same memory-bandwidth model that powers the rest of the site, so they line up with our GPU checker and model pages.
VRAM ≈ quantized weight size (parameters × bits-per-weight ÷ 8) + KV cache for your context length + ~0.8 GB of CUDA/framework overhead. Q4_K_M is the usual quality/VRAM sweet spot.