你好世界
英文测试
古诗
长文本
📖 API 接口
简化接口(GET):
/tts?text=你好&voice=zh-CN-XiaoxiaoNeural&speed=1.0
OpenAI 兼容接口:
POST /v1/audio/speech
Content-Type: application/json
Authorization: Bearer YOUR_API_KEY
{
"model": "tts-1",
"input": "你好,世界",
"voice": "shimmer",
"speed": 1.0
}