Benchgen
Models/meta/

Llama 4 Maverick

DraftPublic

Model Details

Llama 4 Maverick

Organization Active Context Modality Weights Released

Quick answer: Llama 4 Maverick is Meta's April 2025 frontier open-weight multimodal MoE model with 17B active parameters (from a 400B+ total MoE). It scores 93.8% on the AI2 Reasoning Challenge, 80.5% on MMLU-Pro, and 5.68% on Humanity's Last Exam, with a 1M-token context window. Available under the Llama 4 License with open weights on Hugging Face.

At a Glance

Where Llama 4 Maverick leads

  • 93.8% AI2 Reasoning Challenge — strong multi-discipline scientific reasoning
  • 80.5% MMLU-Pro — competitive with GPT-4 class proprietary models
  • 1M-token context window — matches GPT-4.1 and Gemini 2.5 Pro
  • Open weights — self-hostable for cost-sensitive high-volume deployments
  • Multimodal: text and image inputs
  • MoE efficiency: 17B active params at inference from 400B+ total

Where it lags

  • 5.68% HLE — below frontier models (GPT-5.6 Sol, Gemini 2.5 Pro)
  • 28.4% BigCodeBench — moderate coding performance
  • Llama 4 License (not Apache 2.0) — some commercial use restrictions
  • Requires significant infrastructure to self-host the full MoE

Best for: Open-weight deployments needing multimodal + 1M context at low inference cost; research use; organisations requiring data sovereignty.

What Llama 4 Maverick Is

Llama 4 Maverick is Meta's highest-capability model in the Llama 4 family, released April 5, 2025 alongside Llama 4 Scout. Both are multimodal Mixture of Experts (MoE) models using 17B active parameters from a much larger parameter pool, making inference efficient relative to their knowledge capacity.

Maverick's headline feature is its combination of 1M context window, multimodal capability, and open weights. This makes it the most capable open-weight option for long-context tasks at launch, competing directly with GPT-4.1 and Gemini 2.5 Pro on context length while remaining freely available for self-hosting.

At 80.5% MMLU-Pro, Maverick matches or exceeds many proprietary models launched in 2024. Its 93.8% AI2 RC score indicates strong factual scientific reasoning. For organisations that require data sovereignty or high-volume cost efficiency with open weights, Llama 4 Maverick is the strongest available option in the Llama 4 family.

Specifications

FieldValue
OrganizationMeta
Active parameters17B (MoE, ~400B+ total)
Context window1,000,000 tokens
LicenseLlama 4 License
HuggingFacemeta-llama/Llama-4-Maverick-17B-128E-Instruct
Release dateApril 5, 2025
Knowledge cutoffJanuary 2025
ModalityText + Vision (multimodal)
ArchitectureMoE (Mixture of Experts)

Pricing

Llama 4 Maverick is available as open weights — free to download and self-host. Hosted API access is available via Meta AI and third-party providers (Together AI, Groq, etc.) at market rates.

Context Window

Llama 4 Maverick has a 1,000,000-token context window — matching GPT-4.1 and Gemini 2.5 Pro in the largest-context tier.

Public Benchmark Scores

BenchmarkScoreSourceDate
AI2 Reasoning Challenge93.8%Benchgen evaluation2025-07
MMLU-Pro80.5%Benchgen evaluation2025-07
BigCodeBench28.4%Benchgen evaluation2025-07
Humanity's Last Exam5.68%Benchgen evaluation2025-07

Llama 4 Maverick vs Alternatives

ModelContextAI2 RCMMLU-ProHLEWeights
Llama 4 Maverick1M93.8%80.5%5.68%Open
Llama 4 Scout10M90.7%74.3%Open
GPT-4.11M97.1%5.40%Closed
Gemini 2.5 Pro1M21.64%Closed

Llama 4 Maverick vs Scout: Maverick has higher MMLU-Pro (80.5% vs 74.3%) and AI2 RC (93.8% vs 90.7%); Scout has a 10× larger context window (10M vs 1M). For most tasks requiring open weights and large context, Maverick is the better performer.

Run Llama 4 Maverick

# Via Together AI (hosted)
from together import Together

client = Together(api_key="YOUR_API_KEY")
response = client.chat.completions.create(
    model="meta-llama/Llama-4-Maverick-17B-128E-Instruct",
    messages=[{"role": "user", "content": "Analyse this dataset..."}],
)
print(response.choices[0].message.content)

Frequently Asked Questions

What is Llama 4 Maverick? Llama 4 Maverick is Meta's April 2025 open-weight multimodal MoE model with 17B active params, 1M context, 93.8% AI2 RC, and 80.5% MMLU-Pro. Available under the Llama 4 License.
Is Llama 4 Maverick open source? The weights are open and available on Hugging Face under the Llama 4 License. The license permits commercial use with some restrictions — review the terms for your specific use case.
What is Llama 4 Maverick's context window? Llama 4 Maverick supports a 1,000,000-token context window — matching GPT-4.1 and Gemini 2.5 Pro.
What is the difference between Llama 4 Maverick and Scout? Maverick achieves higher benchmark scores (80.5% MMLU-Pro vs 74.3%); Scout has a 10M token context window (vs 1M for Maverick). Both have 17B active parameters. Choose Maverick for better accuracy; Scout for extreme long-context tasks.

Specs from Meta's official Llama 4 announcement (April 5, 2025) and Benchgen evaluations. Last updated 2026-07-24.

Benchmark Leaderboards

This model isn’t on any benchmark leaderboard yet.