能力
工具调用
- 上下文
- 131K
- 最大输出
- 16K
doubao-seed-1.6-flash
| 官方价格 | 目录价格 | 折扣 |
|---|---|---|
| 输入 $0.04 / 输出 $0.29 | 输入 $0.04 / 输出 $0.29 | - |
API 地址
curl https://api.aisonar.dev/v1/chat/completions \
-H "Authorization: Bearer $AI_SONAR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "doubao-seed-1.6-flash",
"messages": [{"role":"user","content":"Summarize this release note"}]
}'