| API Type | Capabilities | Context Window | Input | Output |
|---|---|---|---|---|
| auto | chatstreaming | 32K | $6.00$3.00/ 1M tokensCache write: $3.75 | $24.00$12.00/ 1M tokensCache read: $0.60 |
curl -X POST \
https://api.router.one/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "GLM-5.1",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'