Llama 4 Scout 17B 16EFreeMiễn phí

meta/llama-4-scout-17b-16e-instruct
Also accepted:meta-llama/llama-4-scout-17b-16e-instruct

Meta's Llama 4 Scout with 17B parameters and 16 experts, featuring native multimodal support with 10M context window via interleaved attention.

Upstream Providers
ZDR only
huggingface-byok
In$0Out$0TTFTTPS
No ZDRTools
openrouter-byok
In$0.08Out$0.30TTFTTPS
No ZDRToolsVision
cloudflare
In$0.27Out$0.85TTFT400msTPS80.0 tps
ZDRTools
API Details
Uptime & Health
No uptime data yet

These providers haven't been health-probed for this model yet. The router still routes around upstreams that fail live requests — uptime fills in once probe history accrues.

Code samples
POST /api/v1/chat/completions
curl https://anyrouter.dev/api/v1/chat/completions \
  -H "Authorization: Bearer $ANYROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "meta/llama-4-scout-17b-16e-instruct",
    "messages": [
      {"role": "user", "content": "Say hi in 3 words."}
    ]
  }'
No API key yetSet ANYROUTER_API_KEY Dashboard → Keys
Request example
{
  "model": "meta/llama-4-scout-17b-16e-instruct",
  "messages": [
    {
      "role": "user",
      "content": "Say hi in 3 words."
    }
  ]
}

Change sort, ZDR, effort, or pin a provider to add routing params.