Capabilities
xAI OfficialText to SpeechVoice
- Context
- -
- Max output
- -
grok-voice-tts
| Official price | Catalog price | Discount |
|---|---|---|
| Input $15.00 / Output $0.00 /char | Input $15.00 / 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": "grok-voice-tts",
"messages": [{"role":"user","content":"Summarize this release note"}]
}'