Meta Llama 4 Open-Weights Release: Scout vs Maverick Specs, Benchmarks, and License Checklist
Introduction TL;DR: Meta released Llama 4 Scout and Llama 4 Maverick on 2025-04-05. Scout targets ultra-long context (10M tokens) with 17B activated / 109B total params, while Maverick offers 1M tokens with 17B activated / 400B total params. Both are natively multimodal (text+image inputs) and use a Mixture-of-Experts (MoE) design. Benchmarks shared by Hugging Face show strong gains vs earlier Llama generations, but leaderboard integrity and “variant mismatch” issues mean you should validate on your own workloads. The “Llama 4 Community License” includes practical obligations and a major threshold clause (700M MAU) you must review before production use. In this post, we’ll focus on what’s verifiable from public artifacts (model cards, the license text, and release notes), then translate it into an engineer-friendly decision checklist. ...