Skip to content

数据模型: AudioTranscriptionRequest

AudioTranscriptionRequest

字段类型必选描述
filestring音频文件
modelstring
languagestringISO-639-1 语言代码
promptstring
response_formatstring
temperaturenumber
timestamp_granularitiesarray of string

数据模型示例

json
{
  "file": "string",
  "model": "whisper-1",
  "language": "string",
  "prompt": "string",
  "response_format": "string",
  "temperature": 0,
  "timestamp_granularities": [
    "string"
  ]
}

Released under the MIT License.