Atlas / Models / Meta / Meta: Llama 4 Scout

Meta: Llama 4 Scout✓ Catalog verified

meta-llama/llama-4-scout

Llama 4 Scout 17B Instruct (16E) is a mixture-of-experts (MoE) language model developed by Meta, activating 17 billion parameters out of a total of 109B. It supports native multimodal input (text and image) and multilingual output (text and code) across 12 supported languages. Designed for assistant-style interaction and visual reasoning, Scout uses 16 experts per forward pass and features a context length of 10 million tokens, with a training corpus of ~40 trillion tokens. Built for high efficiency and local or commercial deployment, Llama 4 Scout incorporates early fusion for seamless modality integration. It is instruction-tuned for use in multilingual chat, captioning, and image understanding tasks. Released under the Llama 4 Community License, it was last trained on data up to August 2024 and launched publicly on April 5, 2025.

Input price
$0.08 /1M
Output price
$0.30 /1M
Context
328K
Modalities
textimage
Released
Apr 5, 2025
Tool calling
✓ Yes
Atlas signal
86/100
01

Overview

Llama 4 Scout 17B Instruct (16E) is a mixture-of-experts (MoE) language model developed by Meta, activating 17 billion parameters out of a total of 109B. It supports native multimodal input (text and image) and multilingual output (text and code) across 12 supported languages. Designed for assistant-style interaction and visual reasoning, Scout uses 16 experts per forward pass and features a context length of 10 million tokens, with a training corpus of ~40 trillion tokens. Built for high efficiency and local or commercial deployment, Llama 4 Scout incorporates early fusion for seamless modality integration. It is instruction-tuned for use in multilingual chat, captioning, and image understanding tasks. Released under the Llama 4 Community License, it was last trained on data up to August 2024 and launched publicly on April 5, 2025.

Access: available through the official Meta API. Context window: 328K.

Pricing and metadata from the ModelsAtlas catalog.Last refreshed Aug 5, 2026
02

Specifications

API identifiermeta-llama/llama-4-scout
ProviderMeta
Model typeMultimodal LLM
Context window328K catalog
Input modalitiestext · image
Output modalitiestext
ReleasedApr 5, 2025
TokenizerLlama4
ModeratedNo
Architecture modalitytext+image->text
Supported parameters
frequency_penaltymax_tokensmin_ppresence_penaltyrepetition_penaltyresponse_formatseedstopstructured_outputstemperaturetool_choicetoolstop_ktop_p
Source: provider documentation + catalog feedMethodology →
03

Pricing

Live pricing components for meta-llama/llama-4-scout as published in the catalog.

$0.08
Input /1M
$0.30
Output /1M
Per request
Per image
Pricing componentRaw unit priceNormalizedUnit
Prompt tokens$8e-8$0.08 / 1MPer input token
Completion tokens$3e-7$0.30 / 1MPer output token
Request feeN/AN/APer request
Image feeN/AN/APer image unit
Web search feeN/AN/APer search request
Source: catalog pricing feedCompare all pricing →Cheapest models →
04

Cost calculator

Estimate monthly spend from your own token volumes.

Scale / Volume

Estimated Total Cost

$0.1Calculated from current list pricing in the ModelsAtlas catalog.
05

Capabilities

CapabilityStatusWhat it means
Visual Understanding✓ SupportedImage and document analysis support
Audio ProcessingNot advertisedSpeech and voice aligned flows
Tool Calling✓ SupportedSupports tools / function calling
Self-Hosting✓ SupportedDeploy outside managed APIs
Derived from catalog capability tags and supported parameters
06

Capability signals

Directional signals derived from model metadata and capability tags — not official benchmark submissions.

Meta: Llama 4 Scout
MMLU Signal (Reasoning)
85signal
Coding Signal (HumanEval proxy)
97signal
Math Signal (GSM8K proxy)
79signal
Science Signal (GPQA proxy)
83signal
Estimated from metadata — not an official benchmark runAll benchmarks →Methodology →
07

Quick start

Call Meta: Llama 4 Scout through an OpenAI-compatible client.

from openai import OpenAI

client = OpenAI(
    base_url="https://openrouter.ai/api/v1",
    api_key="YOUR_API_KEY"
)

response = client.chat.completions.create(
    model="meta-llama/llama-4-scout",
    messages=[{"role": "user", "content": "Explain quantum physics."}]
)

print(response.choices[0].message.content)
08

Alternatives

Closest models by context window from a different provider.

09

Sources & attribution

Pricing and metadata are maintained in the ModelsAtlas catalog.

Capability bars use metadata tags — directional estimates onlyHow we source and verify data →
10

Frequently asked questions

How much does Meta: Llama 4 Scout cost?

$0.08 per 1M input tokens and $0.30 per 1M output tokens on the official Meta API.

What is the context window of Meta: Llama 4 Scout?

Meta: Llama 4 Scout supports up to 328K tokens of context.

Does Meta: Llama 4 Scout support tool / function calling?

Yes, Meta: Llama 4 Scout supports tool / function calling — you can register tools and the model will emit structured tool calls.

How do I access Meta: Llama 4 Scout?

Use the official Meta API with the model id `meta-llama/llama-4-scout`. See the Quick start section above for code examples.