The Agentic Era
No. 23 / 31The Agentic EraResearch2025

Llama 4

Llama 4 put a ten million token context window into open weights, making the longest working memory in the industry something anyone could download.

Overview

Meta released Llama 4 on April 5, 2025, as a family of natively multimodal models built on a mixture-of-experts architecture. Two models shipped immediately: Scout, with 17 billion active parameters drawn from 16 experts and 109 billion parameters in total, and Maverick, a higher-capacity variant aimed at reasoning and large-context enterprise workloads. A third model, Behemoth, was previewed at roughly two trillion parameters but held back as a research system still in training.

The headline number was Scout's context window: ten million tokens, by a wide margin the longest of any openly available model at launch. Where earlier long-context work had pushed toward one million tokens and treated that as a frontier, Llama 4 moved the ceiling by an order of magnitude and did so in a model small enough to run outside a hyperscale data center. Mixture-of-experts was central to this. By activating only a fraction of total parameters per token, the architecture decoupled the cost of inference from the total size of the model.

Both released models were multimodal from the start rather than having vision bolted on after the fact, processing text and images through a unified backbone. Distribution followed the pattern Meta had established with earlier Llama generations: weights published under the Llama 4 Community License, a permissive-in-practice but not OSI-approved license that allows broad commercial building while retaining specific controls on scale and attribution.

Key Facts

  • 01Released April 5, 2025, with Scout and Maverick available immediately and Behemoth, at roughly two trillion parameters, previewed but not shipped.
  • 02Scout offered a ten million token context window, roughly ten times longer than any other openly available model at the time.
  • 03Scout uses a mixture-of-experts design with 17 billion active parameters selected from 16 experts, totalling 109 billion parameters.
  • 04Both released models were natively multimodal, handling text and images through a single backbone rather than a separate vision adapter.
  • 05Distributed under the Llama 4 Community License, which permits broad commercial use but is not an OSI-approved open source license.
Why It Matters

Llama 4 marked the point where the open-weight ecosystem stopped following the frontier on capability and started leading it on a specific axis. Context length had been a closed-lab advantage since Gemini 1.5 demonstrated a million-token window. Within a year, the longest context available to anyone was something you could download and run yourself. For builders, this changed the calculation on what had to be sent to an external API at all, and it made whole-repository and whole-corpus reasoning a local capability rather than a rented one.

The release also settled an architectural argument. Mixture-of-experts had been used quietly in frontier systems for years without being confirmed publicly at this scale, and Llama 4 made the approach both explicit and reproducible. Publishing the weights of a large MoE model gave the research community something to study rather than infer, and the design pattern of many experts with few activated per token became the default assumption for large models that followed, including the open Chinese systems that would close the remaining gap over the following year.

The People
Meta AI (GenAI organization)
Sources
[1]

The Llama 4 herd: The beginning of a new era of natively multimodal AI innovation

Meta AI · 2025

https://ai.meta.com/blog/llama-4-multimodal-intelligence/

[2]

Llama 4 Model Cards and Prompt Formats

Meta AI · 2025

https://www.llama.com/docs/model-cards-and-prompt-formats/llama4/

[3]

Mixtral of Experts

Albert Q. Jiang, Alexandre Sablayrolles, Antoine Roux, et al. · 2024

https://arxiv.org/abs/2401.04088