| API Type | Capabilities | Context Window | Input | Output |
|---|---|---|---|---|
| auto | chatstreamingtool_callingvision | 200K | $0.48$0.24/ 1M tokensCache write: $0.24 | $3.85$1.93/ 1M tokensCache read: $0.02 |
curl -X POST \
https://api.router.one/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "gpt-5.3-codex",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'