跳转到主要内容
声音定制

查询音色列表

分页查询账号下的声音列表。

POST
/services/audio/tts/customization
cURL
curl -X POST https://dashscope.aliyuncs.com/api/v1/services/audio/tts/customization \
-H "Authorization: Bearer $DASHSCOPE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
  "model": "qwen-voice-design",
  "input": {
    "action": "list",
    "page_size": 10,
    "page_index": 0
  }
}'
{
  "output": {
    "page_index": 0,
    "page_size": 10,
    "total_count": 26,
    "voice_list": [
      {
        "voice": "qwen-tts-vd-announcer-voice-20251210170454-a1b2",
        "target_model": "qwen3-tts-vd-realtime-2026-01-15",
        "language": "en",
        "voice_prompt": "A composed middle-aged male announcer with a deep, rich and magnetic voice.",
        "preview_text": "Dear listeners, hello everyone. Welcome to the evening news.",
        "gmt_create": "2025-12-10 17:04:54",
        "gmt_modified": "2025-12-10 17:04:54"
      }
    ]
  },
  "usage": {},
  "request_id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}

鉴权

string
header
必填

千问云 API Key。详见获取 API Key

请求体

application/json
enum<string>
必填

音色设计模型,固定值为 qwen-voice-design

qwen-voice-design
qwen-voice-design
object
必填

响应

200-application/json
object
object

用量信息(查询操作时为空)。

string

请求 ID,可用于问题排查。

xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx