| API 类型 | 能力 | 上下文窗口 | 输入 | 输出 |
|---|---|---|---|---|
| auto | chatstreamingtool_callingvision | 1049K | $0.11 / 1M tokens缓存写入: $0.11 | $0.68 / 1M tokens缓存读取: $0.01 |
curl -X POST \
https://api.router.one/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "google/gemini-3-flash",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'