Llama 4 Scout (109B MoE) has 109 billion parameters. At standard 4-bit quantization with 8K context, it needs roughly 75.0 GB of VRAM — weights plus cache and runtime overhead.
VRAM by quantization
| Precision | Weights | Cache/Buffer | Total VRAM |
|---|---|---|---|
| 2-bit (IQ2_XXS) | 34.9 GB | 13.1 GB | 50.0 GB |
| 4-bit (Q4_K_M) | 60.0 GB | 13.1 GB | 75.0 GB |
| 8-bit (Q8_0) | 114.5 GB | 13.1 GB | 129.5 GB |
| 16-bit (FP16) | 218.0 GB | 13.1 GB | 233.1 GB |
Which GPU can run Llama 4 Scout (109B MoE) (at 4-bit)?
| GPU class | VRAM | Llama 4 Scout (109B MoE) (75.0 GB) |
|---|---|---|
| 8 GB · RTX 5060 / 4060 | 8 GB | Won’t fit |
| 12 GB · RTX 5070 / 3060 | 12 GB | Won’t fit |
| 16 GB · RTX 5070 Ti / 4080 | 16 GB | Won’t fit |
| 24 GB · RTX 4090 / 3090 | 24 GB | Won’t fit |
| 32 GB · RTX 5090 | 32 GB | Won’t fit |
| 48 GB · 2×24 / RTX 6000 Ada | 48 GB | Won’t fit |
| 128 GB · M-series / RTX Spark | 128 GB | Fits |
Meta's MoE model (17B active) with native multimodality and 10M context.
Get the exact number for your setup
Pick your model, quantization, and context length — the calculator shows the full VRAM math and tells you precisely which hardware fits.
Open the Local AI Calculator →
VRAM figures are reproducible estimates (weights + KV cache + overhead) and vary by runtime and quant format. Data current as of 2026-06-15.