OpenAI TTS API
Generates speech audio from the provided text using OpenAI's Text-to-Speech service
textstring
Length
1 <= length <= 4096
voice?string
The voice to use for speech generation
Default
"alloy"
Value in
"alloy" | "ash" | "ballad" | "coral" | "echo" | "fable" | "onyx" | "nova" | "sage" | "shimmer"
model?string
The TTS model to use
Default
"gpt-4o-mini-tts"
instructions?string
Additional instructions for the speech
tokenstring
OpenAI API key for authentication
Length
1 <= length
Response Body
curl -X POST "https://edge-workers.laplace.cn/laplace/tts-openai" \
-H "Content-Type: application/json" \
-d '{
"text": "感谢ドラゴンラプラスWeChat的SC:一发sc没被念到我就冷汗直流心跳加速头皮发麻双手痉挛两腿打颤,还不好意思刷弹幕说你漏了,我好怕你看到了装作没看到。我的sc通常很短只有一小时,只有短短的3600秒,但它存在的时候,我会用心跳来为它倒数。私のBANを解除してください。もう二度とスパムしません😭",
"token": "string"
}'
null
{
"success": false,
"message": "string",
"code": "string",
"type": "string"
}
{
"success": false,
"message": "string",
"code": "string",
"type": "string"
}