Retrieves a list of available smart voices, including their names, genders, and sample audio. The voices are grouped by scenario.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:ListSmartVoiceGroups |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| VoiceType |
string |
No |
The voice type. If you do not specify this parameter, the operation returns voices from the small model by default. Set this parameter to |
CosyVoice |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response schema. |
||
| RequestId |
string |
The request ID. |
627B30EB-1D0A-5C6D-8467-431626E0FA10 |
| VoiceGroups |
array<object> |
An array of voice groups. |
|
|
array<object> |
A voice group. |
||
| Type |
string |
The name of the voice group. |
Ultra HD |
| VoiceList |
array<object> |
The voice list. |
|
|
object |
A voice. |
||
| Name |
string |
The name of the voice. |
Zhi Tian |
| VoiceType |
string |
The voice type. Valid values:
|
Female |
| Voice |
string |
The voice ID. |
zhitian |
| Desc |
string |
The description of the voice. |
甜美女声 |
| Tag |
string |
The tag for the voice category. |
General scenario |
| Remark |
string |
Notes for the voice. |
中文及中英文混合场景 |
| VoiceUrl |
string |
The URL of the sample audio. |
https://***.com/zhitian.mp3 |
| SupportSampleRate |
string |
The sample rates supported by the voice. |
48000 |
| VoiceSource |
string |
Examples
Success response
JSON format
{
"RequestId": "627B30EB-1D0A-5C6D-8467-431626E0FA10",
"VoiceGroups": [
{
"Type": "Ultra HD",
"VoiceList": [
{
"Name": "Zhi Tian",
"VoiceType": "Female",
"Voice": "zhitian",
"Desc": "甜美女声",
"Tag": "General scenario",
"Remark": "中文及中英文混合场景",
"VoiceUrl": "https://***.com/zhitian.mp3",
"SupportSampleRate": "48000",
"VoiceSource": ""
}
]
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.