| API 类型 | 能力 | 上下文窗口 | 输入 | 输出 |
|---|---|---|---|---|
| auto | chatstreaming | 32K | $6.00$3.00/ 1M tokens缓存写入: $3.75 | $24.00$12.00/ 1M tokens缓存读取: $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!"}
]
}'