Query available voices
Endpoint
Chinese mainland
In the Chinese mainland deployment mode, the endpoint and data storage are both located in the Beijing Region, and the model inference computing resources are limited to the Chinese mainland.
HTTP Request: POST https://dashscope.aliyuncs.com/api/v1/services/aigc/multimodal-generation/generation
Base URL for SDK calls: https://dashscope.aliyuncs.com/api/v1
Headers
|
Parameter |
Type |
Required |
Description |
|
Authorization |
string |
Yes |
The Authorization Token is in the format |
|
Content-Type |
string |
Yes |
Fixed to |
Request body |
Query generated voices
|
|
model The model name must be set to |
|
|
input |
Response body |
Query generated voices
|
|
request_id A unique identifier for the request. |
|
|
output |
Delete a voice
Endpoint
Chinese mainland
In the Chinese mainland deployment mode, both the endpoint and data storage are located in the Beijing Region, and model inference computing resources are limited to the Chinese mainland.
HTTP Request: POST https://dashscope.aliyuncs.com/api/v1/services/aigc/multimodal-generation/generation
Base URL for SDK calls: https://dashscope.aliyuncs.com/api/v1
Headers
|
Parameter |
Type |
Required |
Description |
|
Authorization |
string |
Yes |
The Authorization Token is in the format |
|
Content-Type |
string |
Yes |
Fixed to |
Request body |
Delete a voice
|
|
model The model name. Set the value to |
|
|
input |
Response body |
Delete a voice
|
|
request_id A unique identifier for the request. |
|
|
output |