Meta's efficient Llama 4 Scout variant.
| Provider | Role | Context | Price · in / out | p50 | p95 | First token | Uptime | tok/s |
|---|---|---|---|---|---|---|---|---|
| Primary | 128K | $0.42 / $1.02/MToksame price, any rail | — | — | — | — | — | |
| ddeepinfraNo training |
Collecting — charts appear after two days.
curl https://www.ninjachat.ai/api/v1/chat/completions \
-H "Authorization: Bearer $NINJACHAT_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "llama-4-maverick",
"messages": [{ "role": "user", "content": "Hello!" }],
"stream": true
}'Meta's larger Llama 4 variant — stronger reasoning than Scout.
Llama 4 Maverick costs $0.42/M input tokens and $1.02/M output tokens.
Llama 4 Maverick accepts text and returns text.
POST /api/v1/chat/completions with `"model": "llama-4-maverick"`.
Llama 4 Scout.
| Fallback |
| 128K |
| 806ms |
| 7.5s |
| 680ms |
| 100% |
| 41 |
routing.strategyproviders.onlyproviders.excludeproviders.ordermax_cost_usddata_policydocs →Anthropic's fastest Claude variant — lightning-quick responses.
Anthropic's most intelligent model — use when quality is paramount.
Anthropic's Opus 5 for complex agentic coding and enterprise knowledge work.