GET request to https://api.qhaigc.net/v1/audio/voices to retrieve every voice character available to your account. The response includes all built-in system voices as well as any custom voices you have created through the Voice Clone API. Use the name field from each result as the voice parameter in POST /v1/audio/speech.
Request
Authorization header.
Built-in voice characters
Theqhai-tts model includes 38+ built-in characters. A selection of available voices:
| Name | Description |
|---|---|
可爱少女 | Energetic and cute girl |
御姐 | Mature and composed woman |
派蒙 | Paimon (Genshin Impact) |
温迪 | Venti (Genshin Impact) |
纳西妲 | Nahida (Genshin Impact) |
Response
true when the request succeeds.Array of voice character objects.
Total number of voice characters available to your account.
Example response
Code examples
Related endpoints
- POST /v1/audio/speech — Generate speech using a voice character name from this list
- POST /v1/voice-clone/create-model — Add a custom voice that will appear in this list