Skip to content

数据模型: AudioTranslationRequest

AudioTranslationRequest

字段类型必选描述
filestring
modelstring
promptstring
response_formatstring
temperaturenumber

数据模型示例

json
{
  "file": "string",
  "model": "string",
  "prompt": "string",
  "response_format": "string",
  "temperature": 0
}

Released under the MIT License.