Llama 4 Scout

meta-llama/llama-4-scout
by Meta·Text + Image·327K context·Released 2025-04-05·Llama 4 Community
open-weightlong-contextvision

Overview

The smaller, faster member of Meta's Llama 4 family. An open-weight MoE with a big context window and native vision. Cheaper and snappier than Maverick, it's a good open option for high-volume chat and document tasks where you want long context without a premium price. Widely hosted, so live prices stay competitive.

Benchmarks

Standardized scores (0–100), normalized across the catalog.

Intelligence60
Coding68
Instruction following84

Providers

LLMRouteHub routes to the cheapest healthy provider by default. Showing the top 5 of 8 providers by routed volume.

ProviderInputOutputThroughputUptime
Novita$0.11$0.34128 tok/s99.6%
Groq$0.14$0.42119 tok/s99.4%
Lambda$0.16$0.50110 tok/s99.3%
Hyperbolic$0.17$0.52101 tok/s99.1%
Parasail$0.20$0.6092 tok/s99%

Use this model

curl https://llmroutehub.com/api/v1/chat/completions \
  -H "Authorization: Bearer $LLMROUTEHUB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "meta-llama/llama-4-scout",
    "messages": [{ "role": "user", "content": "Hello" }]
  }'