Meta

Llama 4 Scout

1.05M ctxTextImage Tools

Released Apr 5, 2025 · 87B tokens this week · 5 providers

Overview

The smaller Llama 4 mixture-of-experts, built for long-context retrieval on modest hardware. Cheap, fast and multimodal, with quality close to the previous generation of dense 70B models. A sensible default for document-heavy pipelines on a budget.

translationroleplayagents

Providers

Reference data — not yet measured from live traffic

PROVIDERMAX OUTOUTPUT /MQUANT
DeepInfraCheapest
1.05M16K$0.11$0.34400ms15598.90%fp8
Novita AI
328K16K$0.12$0.37460ms12898.50%fp8
Groq
131K16K$0.12$0.38209ms62099.85%Full
Together AI
1.05M16K$0.13$0.39195ms19099.48%Full
Amazon Bedrock
131K16K$0.13$0.41560ms13099.76%Full

Latency p50 reflects a provider’s API endpoint responsiveness — the round-trip to its API, not per-token inference time. These figures, with throughput and uptime, are reference data until the gateway aggregates its own traffic.

Price comparison

Blended $ per 1M tokens

Llama 4 Scout$0.28
GPT-5.2$10.94

Blended rate per 1M tokens, weighted one part prompt to three parts completion — roughly the shape of a chat workload. Your mix will move the number.

Call it

OpenAI-compatible — swap the base URL and go

curl https://model.cards/api/v1/chat/completions \
  -H "Authorization: Bearer $MODELCARDS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "meta-llama/llama-4-scout",
    "messages": [
      { "role": "user", "content": "Summarize the tradeoffs of speculative decoding." }
    ]
  }'