| API 类型 | 能力 | 上下文窗口 | 输入 | 输出 |
|---|---|---|---|---|
| auto | chatstreamingtool_callingvision | 256K | $5.00 / 1M tokens | $20.00 / 1M tokens |
| auto | chatstreamingtool_calling | 256K | $5.00 / 1M tokens | $22.00 / 1M tokens |
curl -X POST \
https://api.router.one/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "openai/gpt-5.2",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'