Written by Jakub Rusinowski · Last updated April 5, 2025
Model library → Llama 4 → Llama 4 Scout 17B
The most accessible Llama 4 model. 17B active parameters in a 109B MoE architecture with a massive 10M token context window. All 109B parameters must be resident in memory even though only 17B activate per token, so it needs roughly 67 GB at Q4_K_M — an 80 GB datacentre card, a 96 GB+ unified-memory machine, or multi-GPU. Meta states it fits a single H100 at int4.
Llama 4 Scout 17B needs about 67 GB of VRAM at Q4_K_M — quantized weights plus framework overhead, before any KV cache. On Apple Silicon that figure comes out of unified memory.
| Parameters | 109 Billion (17B active) |
| Context window | 10,000,000 |
| Architecture | MoE (16 experts) |
| Provider | Meta |
| Licence | Llama 4 Community |
| Specified at | Q4_K_M |
| System RAM | 16 GB |
| Record updated | 2025-04-05 |
Llama Community — commercial use permitted. Weights are downloadable and commercial use is permitted, subject to the licence’s acceptable-use terms.
Modelled on a reference NVIDIA RTX 4090 (24 GB), at 8K context. Speed figures are ESTIMATES from the memory-bandwidth roofline described on the methodology page, not benchmarks we ran — rows marked measured come from published or reader-submitted runs. VRAM here includes the KV cache, so it reads higher than the headline figure above, which does not.
| Quant | Weights | VRAM needed | Est. speed | Fit on 24 GB |
|---|---|---|---|---|
| Q2_K | 35.8 GB | 38.2 GB | ~14 tok/s (est.) | Offloads to system RAM (slow) |
| Q3_K_M | 46.5 GB | 48.9 GB | ~12 tok/s (est.) | Offloads to system RAM (slow) |
| Q4_K_M | 65.8 GB | 68.2 GB | — | Won't fit |
| Q5_K_M | 77.3 GB | 79.7 GB | — | Won't fit |
| Q6_K | 89.4 GB | 91.8 GB | — | Won't fit |
| Q8_0 | 115.8 GB | 118.2 GB | — | Won't fit |
| F16 | 218.0 GB | 220.4 GB | — | Won't fit |
Want the memory numbers alone, at every quantization level and your own context length? Use the Llama 4 Scout 17B VRAM calculator.
or compare on Vast.ai from $0.77/hr (typical low · varies)
As an Amazon Associate we earn from qualifying purchases. Cloud GPU links are referral links — we may earn a commission at no extra cost to you.
The cheapest catalogued GPU that runs Llama 4 Scout 17B is the AMD Ryzen AI Max+ 395 (96 GB).
Install Ollama, then run:
ollama run llama4:scout
Weights on Hugging Face: meta-llama/Llama-4-Scout-17B-16E-Instruct.
Best for: chat, rag, long context, reasoning.
← All Llama 4 models | VRAM calculator | Check your own hardware