OPENAPI / COMPONENTS / SCHEMAS
Create Speech Request 数据结构
CreateSpeechRequestOpenAI API 合约中的 Create Speech Request 结构定义。
object7字段
inputstring必填OpenAI API 合约中的 input 值。
instructionsstringOpenAI API 合约中的 instructions 值。
modelstring必填OpenAI API 合约中的 model 值。
response_formatstringOpenAI API 合约中的 response format 值。
speednumberOpenAI API 合约中的 speed 值。
stream_formatstringOpenAI API 合约中的 stream format 值。
voiceVoiceIdsOrCustomVoice必填OpenAI API 合约中的 voice 值。