Home/Models/llama-4-scout-90b
L

llama-4-scout-90b

MetaTextOpen weights ยท Llama 4 Community
Use with your agent
Context
256K
Input
$0.40/M
Output
$0.60/M
Throughput
120tok/s
Latency
300ms
Popularity
58%

Overview

Llama 4 Scout 90B is the open-weight workhorse. Run it hosted on Claws or pull the weights onto your own GPUs โ€” either way the behaviour is identical, so you keep full portability and zero vendor lock-in.

Capabilities

LONG CONTEXTHandles very large documents and histories.

Routing & endpoints

EndpointContextPriceLatencyStatus
claws-edge ยท us-east256K$0.40 / $0.60 /M300msOperational
claws-edge ยท eu-west256K$0.40 / $0.60 /M322msOperational
Meta ยท direct256K$0.40 / $0.60 /M348msOperational

Sample request

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