Meta's Llama line is the reference point for local LLMs: 3.1 (8B/70B), 3.2 (3B), 3.3 (70B) and the Llama 4 Scout 109B MoE. Community licenses (llama3.1/3.2/3.3, llama4-community) rather than OSI licenses; context is 128K, with Scout listed at a vendor-claimed 10M.
Meta's Llama family is the reference point for local LLMs. Almost every GGUF build, inference engine, and fine-tune in the community supports Llama first, so "what GPU do I need for Llama?" is usually the first question a new buyer asks. The line covered here spans five sizes: Llama 3.2 3B, Llama 3.1 8B, Llama 3.1 70B, Llama 3.3 70B, and the Llama 4 Scout 109B MoE with 17B active parameters. All of them use Meta's community licenses (llama3.1 / llama3.2 / llama3.3 / llama4-community) rather than OSI licenses, and all ship with a 128K context window — except Scout, which Meta claims at 10M tokens.
The VRAM figures below use our standard estimate: Q4 weights + KV cache at 8K context + 1GB overhead. Longer contexts add roughly 0.025 GB per active billion parameters per 1K tokens, so 32K context costs noticeably more than 8K on the dense 70B models.
The Llama line's real advantage is ecosystem gravity: every quant format, every runner (llama.cpp, Ollama, vLLM, LM Studio), and most fine-tunes treat Llama as the baseline. Context is uniformly 128K across the 3.x models, which is generous for local RAG — just remember KV cache scales with context, so a 70B at 128K needs many more GB than the 8K figures above. Scout is the outlier: a 10M-token claimed context (vendor number — treat long-context claims cautiously) and MoE efficiency that makes a 100B-class model plausible on a single high-end workstation card. Licensing is permissive for most commercial use under the community licenses, but read the terms if you are at very large scale.
If you are unsure, start with the 8B on a 12–16GB card: it is the cheapest way to learn what your workload actually needs before spending on 96GB.
| Model | Params (B) | Ctx (K) | Q4 (GB) | License | Fit check |
|---|---|---|---|---|---|
| Llama-3.1-8B-Instruct | 8.0 | 128 | 4.4 | llama3.1 | on Arc B570 10GB |
| Llama-3.1-70B-Instruct | 70.6 | 128 | 38.8 | Llama 3.1 Community | on Mac mini M4 Pro 64GB |
| Model | Params (B) | Ctx (K) | Q4 (GB) | License | Fit check |
|---|---|---|---|---|---|
| Llama-3.3-70B-Instruct | 70.6 | 128 | 38.8 | Llama 3.3 Community | on Mac mini M4 Pro 64GB |
| Model | Params (B) | Ctx (K) | Q4 (GB) | License | Fit check |
|---|---|---|---|---|---|
| Llama-3.2-3B-Instruct | 3.2 | 128 | 1.8 | llama3.2 | on Arc B570 10GB |
| Model | Params (B) | Ctx (K) | Q4 (GB) | License | Fit check |
|---|---|---|---|---|---|
| Llama-4-Scout-17B-16E-Instruct | 109.0 | 10240 | 59.95 | llama4-community | on Mac Studio M3 Ultra 96GB |