| API Type | Capabilities | Context Window | Input | Output |
|---|---|---|---|---|
| auto | chatstreaming | 131K | $0.20 / 1M tokens | $0.80 / 1M tokens |
curl -X POST \
https://api.router.one/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "meta-llama/llama-4-maverick",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'