| API Type | Capabilities | Context Window | Input | Output |
|---|---|---|---|---|
| auto | chatstreamingtool_callingvision | 200K | $15.00 / 1M tokens | $75.00 / 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": "anthropic/claude-opus-4.5",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'