| API Type | Capabilities | Context Window | Input | Output |
|---|---|---|---|---|
| auto | chatstreaming | 200K | $6.50$3.25/ 1M tokensCache write: $4.07 | $27.00$13.50/ 1M tokensCache read: $0.65 |
curl -X POST \
https://api.router.one/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "kimi-k2.6",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'