VRAM Calculator

How much GPU memory a model needs at FP16, FP8 and INT4, and the cheapest live GPU that actually fits it. Pick a popular model or enter your own parameter count.

PrecisionRequired VRAMCheapest live fit$/hr
BF161.7 GBRTX 3070 (1× on simplepod)$0.050/hr
FP8 (quantized)0.8 GBRTX 4070 (1× on simplepod)$0.080/hr
INT4 (quantized)0.4 GBRTX 3070 (1× on simplepod)$0.050/hr

Required VRAM = weight size at that precision × 1.2 (KV-cache/activation overhead). A GPU is only matched if its hardware supports the row's compute dtype (see the GPU recommender's methodology).

How this is calculated

Required VRAM = parameter count × bytes-per-parameter at the chosen precision (FP32 = 4 bytes, BF16/FP16 = 2 bytes, FP8/ INT4-quantized = 1 or 0.5 bytes), × 1.2 to account for KV-cache, activation memory and allocator fragmentation during inference. That 1.2× is a documented rule-of-thumb for single-request serving at a moderate context length, not a simulator; see the full methodology on the GPU recommender. A GPU is only matched to a precision row if its hardware actually supports that compute dtype (FP8 and INT4-serving kernels require specific tensor-core generations), same rule used everywhere else on the site.

Ready when you are

Your next GPU already
has your environment on it.

Sign up in 60 seconds. Pay for the GPU minutes you actually use.

© 2026 Aquanode. All rights reserved.

All trademarks, logos and brand names are the property of their respective owners.