| API Type | Capabilities | Context Window | Input | Output |
|---|---|---|---|---|
| auto | chatstreaming | 256K | $2.00$1.00/ 1M tokensCache write: $1.25 | $12.00$6.00/ 1M tokensCache read: $0.10 |
curl -X POST \
https://api.router.one/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "qwen3.6-plus",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'