Skip to content
UniAPI Doc
Search
K
Main Navigation
首页
文档
Appearance
Menu
Return to top
文本生成音频
POST
/v1/audio/speech
Authorizations
bearer
Type
HTTP (bearer)
Request Body
Schema
JSON
JSON
{
"model"
:
"string"
,
"input"
:
"string"
,
"instructions"
:
"string"
,
"voice"
:
"ash"
,
"response_format"
:
"string"
,
"speed"
:
1
}
Responses
200
OK
Content-Type
application/octet-stream
Schema
JSON
JSON
"string"
POST
/v1/audio/speech
Playground
Authorization
bearer
Body
JSON
Try it out
Samples