Meta's Llama 4 Scout is the most significant release in open-source AI history. Not because it's the most capable model in absolute terms — it isn't — but because it delivers a 10-million-token context window under a permissive commercial license, at a parameter efficiency that makes local deployment genuinely feasible. For developers who previously faced a hard choice between proprietary APIs and compromised open-source alternatives, Scout changes the calculus entirely.

Architecture: Why MoE Changes Everything

Scout is a Mixture-of-Experts (MoE) model with 109 billion total parameters, but only 17 billion are active during any single forward pass. This is the critical number for local deployment — it means inference behaves like a 17B model in terms of VRAM usage and speed, while the full 109B parameter set is available for routing specialists to tasks.

In practice: the quantised Q4_K_M version of Scout runs at approximately 8–12 tokens per second on an RTX 4090 — fast enough for real-time interactive use, not just batch processing.

The 10M Context Window: Real-World Testing

We tested Scout's 10M context with progressively larger documents — from 50K to 500K to 2M tokens. Our findings:

For practical purposes: Scout's sweet spot is 8K–512K token contexts. The 10M headline number is a capability boundary, not a recommended operating range for most use cases.

Coding Performance

On HumanEval, Scout scores 79.4% — below GPT-4o (87.2%) and DeepSeek V3 (82.6%), but ahead of older open-source models by a wide margin. More importantly, Scout generates code that compiles correctly on the first attempt at a higher rate than its benchmark score suggests for real-world tasks, where the benchmark's strict format requirements penalise it.

Instruction Following

Scout follows complex, multi-part instructions reliably — a known weakness of earlier Llama generations. The IFEval benchmark score of 88.6% puts it in the same tier as Claude 3 Haiku. For structured output tasks (JSON generation, specific format compliance), Scout is significantly more reliable than Llama 3.

Licence and Commercial Use

Llama 4 is released under the Llama 4 Community License. Key points for commercial users:

When to Use Llama 4 Scout

See How Llama 4 Scout Compares

Search ModelFinder for "local" or "open source" to see Llama 4 Scout alongside other free models with a full spec comparison.

Compare Open-Source Models →