Back to Models

Llama 4 Scout

metameta/llama-4-scout

Llama 4 Scout is a general purpose model with 17B active parameters, 16 experts, and 109B total parameters. Features an industry-leading 10M token context length, enabling multi-document summarization, parsing extensive user activity, and reasoning over vast codebases.

Llama 4 Scout is Meta's open-weight multimodal MoE model for extreme-context workloads. It was released with the Llama 4 family on April 5, 2025, activates 17B parameters per forward pass across 16 experts, and is listed by Meta with 109B total parameters, native text-and-image input, text-and-code output, and a 10M token context window.

Use Scout when the routing constraint is context span more than peak reasoning quality: full-book translation, repository-scale inspection, long evidence packets, and multimodal document review. Compared with Llama 4 Maverick, Scout trades fewer experts and lower benchmark scores for a context window ten times larger. Through TheRouter it is a managed OpenAI-compatible route rather than Meta's raw checkpoint workflow.

Best for
  • β€’ Ultra-long context analysis where the listed 10M token window is the deciding requirement
  • β€’ Full-book, multi-report, or repository-scale summarization and extraction
  • β€’ Multimodal document workflows that combine long text with a small number of image inputs
  • β€’ Commercial or self-hostable stacks that need Meta's Llama 4 open-weight license lineage
Reach for something else if
  • β€’ Highest-quality Llama 4 reasoning or coding when 1M context is enough; use meta/llama-4-maverick instead
  • β€’ Audio, image generation, embeddings, or speech pipelines; this route is text/image input to text/code output
  • β€’ Hard math or agentic coding workloads that need current frontier closed-model reliability

How TheRouter serves this differently from the vendor

As the vendor operates it

Meta publishes Llama 4 Scout as open weights under the Llama 4 Community License, with BF16 weights and support for on-the-fly int4 quantization in Meta's release notes.

On TheRouter

TheRouter serves Scout as a managed OpenAI-compatible model route with catalog pricing, context, modalities, and supported parameters coming from standard-models.yaml.

Context Length
10M
Max Output
16K
Input Priceper 1M tokens
$0.1836/ 1M tokens
Output Priceper 1M tokens
$0.7128/ 1M tokens

Modalities

textimage→text

Capabilities

Vision

Pricing Breakdown

TypeRate
Input$0.1836 / 1M tokens
Output$0.7128 / 1M tokens

Supported Parameters

temperaturemax_tokenstop_ptoolstool_choiceresponse_formatstop

Specifications

Release date2025-04-05github.com/meta-llama β†—verified
ArchitectureAuto-regressive Mixture-of-Experts model with early-fusion multimodality; 16 expertsgithub.com/meta-llama β†—verified
Active parameters17B per forward passgithub.com/meta-llama β†—verified
Total parameters109Bgithub.com/meta-llama β†—verified
Context window10,000,000 tokensgithub.com/meta-llama β†—verified
Input and output modalitiesMultilingual text and image input β†’ multilingual text and code outputgithub.com/meta-llama β†—verified
Training token count~40 trillion tokensgithub.com/meta-llama β†—verified
Knowledge cutoffAugust 2024github.com/meta-llama β†—verified
Supported languagesArabic, English, French, German, Hindi, Indonesian, Italian, Portuguese, Spanish, Tagalog, Thai, and Vietnamesegithub.com/meta-llama β†—verified
LicenseLlama 4 Community Licensegithub.com/meta-llama β†—verified

Benchmarks

BenchmarkDistributionScoreSource
MMLU
Pre-trained model evaluation; 5-shot macro_avg/acc_char reported by Meta for Llama 4 Scout.
79.6%%github.com/meta-llama β†—
MMLU Pro
Instruction-tuned model evaluation; 0-shot macro_avg/acc reported by Meta.
74.3%%github.com/meta-llama β†—
GPQA Diamond
Instruction-tuned model evaluation; 0-shot accuracy reported by Meta.
57.2%%github.com/meta-llama β†—
MATH
Pre-trained model evaluation; 4-shot em_maj1@1 reported by Meta.
50.3%%github.com/meta-llama β†—
MMMU
Instruction-tuned image reasoning evaluation; 0-shot accuracy reported by Meta.
69.4%%github.com/meta-llama β†—
MathVista
Instruction-tuned image reasoning evaluation; 0-shot accuracy reported by Meta.
70.7%%github.com/meta-llama β†—
ChartQA
Instruction-tuned image understanding evaluation; 0-shot relaxed_accuracy reported by Meta.
88.8%%github.com/meta-llama β†—
MBPP
Pre-trained code evaluation; 3-shot pass@1 reported by Meta.
67.8%%github.com/meta-llama β†—

API Usage Examples

Use the global api.therouter.ai endpoint shown below for new integrations; the legacy China accelerated endpoint is retired.

cURL
curl https://api.therouter.ai/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer $THE_ROUTER_API_KEY"   -d '{
    "model": "meta/llama-4-scout",
    "messages": [
      {"role": "user", "content": "Summarize the key points from this input."}
    ]
  }'

Chat completion

Standard OpenAI-compatible chat endpoint. Switch only the baseURL and model name β€” no SDK changes required.

cURL
curl https://api.therouter.ai/v1/chat/completions \
  -H "Authorization: Bearer $THEROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "meta/llama-4-scout",
    "messages": [{"role": "user", "content": "Summarize this document."}]
  }'

More from meta

Similar models

Cross-provider sibling models

News & changes

2025-04-05

Meta releases Llama 4 Maverick and Scout β€” open multimodal MoE herd

Meta launched the Llama 4 family on April 5, 2025, introducing Scout (17Bx16E, 109B total, 10M context) and Maverick (17Bx128E, 400B total, 1M context). Both use early-fusion MoE architectures for native image and text reasoning, with Scout positioned around ultra-long context and Maverick around stronger per-token capability.

re-authored by TheRouterai.meta.com β†—

Frequently asked

How is Llama 4 Scout different from Llama 4 Maverick?

Scout and Maverick both activate 17B parameters per forward pass and support multimodal input. Scout has 16 experts, 109B total parameters, and a 10M token context window. Maverick has 128 experts, 400B total parameters, and a 1M token context window. Scout is the longer-context route; Maverick is the stronger benchmark route.

Can I self-host Llama 4 Scout?

Yes. Meta publishes Llama 4 Scout as open weights under the Llama 4 Community License. Meta's model card says Scout is released as BF16 weights and can fit within a single H100 GPU with on-the-fly int4 quantization, but production deployments still need their own safety, evaluation, and serving controls.

How many images can Llama 4 Scout handle per request?

Meta's Llama 4 model card says Llama 4 has been tested for image understanding up to 5 input images. Treat anything beyond that as unvalidated and test it in your own application before relying on it.

Fact ledger β€” every claim on this page traces here
sourceURLretrieved
Release dategithub.com/meta-llama β†—2026-08-25verified
Architecturegithub.com/meta-llama β†—2026-08-25verified
Active parametersgithub.com/meta-llama β†—2026-08-25verified
Total parametersgithub.com/meta-llama β†—2026-08-25verified
Context windowgithub.com/meta-llama β†—2026-08-25verified
Input and output modalitiesgithub.com/meta-llama β†—2026-08-25verified
Training token countgithub.com/meta-llama β†—2026-08-25verified
Knowledge cutoffgithub.com/meta-llama β†—2026-08-25verified
Supported languagesgithub.com/meta-llama β†—2026-08-25verified
Licensegithub.com/meta-llama β†—2026-08-25verified
MMLUgithub.com/meta-llama β†—2026-08-25verified
MMLU Progithub.com/meta-llama β†—2026-08-25verified
GPQA Diamondgithub.com/meta-llama β†—2026-08-25verified
MATHgithub.com/meta-llama β†—2026-08-25verified
MMMUgithub.com/meta-llama β†—2026-08-25verified
MathVistagithub.com/meta-llama β†—2026-08-25verified
ChartQAgithub.com/meta-llama β†—2026-08-25verified
MBPPgithub.com/meta-llama β†—2026-08-25verified
Meta releases Llama 4 Maverick and Scout β€” open multimodal MoE herdai.meta.com β†—2026-08-25verified
How is Llama 4 Scout different from Llama 4 Maverick?github.com/meta-llama β†—2026-08-25to verify
Can I self-host Llama 4 Scout?github.com/meta-llama β†—2026-08-25to verify
How many images can Llama 4 Scout handle per request?github.com/meta-llama β†—2026-08-25to verify
Help & contact