Capabilities
Tool Use
- Context
- 131K
- Max output
- 16K
doubao-seed-1.6-flash
| Official price | Catalog price | Discount |
|---|---|---|
| Input $0.04 / Output $0.29 | Input $0.04 / Output $0.29 | - |
API Base
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"}]
}'