Home/Models/llama-4-maverick
L

llama-4-maverick

MetaText + VisionOpen weights ยท Llama 4 Community
Use with your agent
Context
256K
Input
$0.50/M
Output
$0.80/M
Throughput
140tok/s
Latency
290ms
Popularity
34%

Overview

Llama 4 Maverick is an open mixture-of-experts model built for throughput. Strong out-of-the-box behaviour, fully self-hostable weights, and excellent cost-per-token at scale.

Capabilities

REASONINGStrong multi-step reasoning and planning.
MID CONTEXTBalanced context window for everyday work.

Routing & endpoints

EndpointContextPriceLatencyStatus
claws-edge ยท us-east256K$0.50 / $0.80 /M290msOperational
claws-edge ยท eu-west256K$0.50 / $0.80 /M312msOperational
Meta ยท direct256K$0.50 / $0.80 /M338msOperational

Sample request

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