Skip to content

数据模型: SpeechRequest

SpeechRequest

字段类型必选描述
modelstring
inputstring要转换的文本
voicestring
response_formatstring
speednumber

数据模型示例

json
{
  "model": "tts-1",
  "input": "string",
  "voice": "string",
  "response_format": "string",
  "speed": 0
}

Released under the MIT License.