能力
xAI 官方文字转语音语音
- 上下文
- -
- 最大输出
- -
grok-voice-tts
| 官方价格 | 目录价格 | 折扣 |
|---|---|---|
| 输入 $15.00 / 输出 $0.00 /字符 | 输入 $15.00 / 输出 $0.00 /字符 | - |
API 地址
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"}]
}'