Capabilities
Text to Speech
- Context
- -
- Max output
- -
cosyvoice-v3.5-plus
| Official price | Catalog price | Discount |
|---|---|---|
| Input $22.06 / Output $0.00 /char | Input $22.06 / Output $0.00 /char | - |
API Base
curl https://api.aisonar.dev/v1/chat/completions \
-H "Authorization: Bearer $AI_SONAR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "cosyvoice-v3.5-plus",
"messages": [{"role":"user","content":"Summarize this release note"}]
}'