Create a transcript
POST
/v1/audio/transcriptions
Request
Body Params multipart/form-data
file
file
required
Example:
file://D:\Backup\Downloads\123.mp3
model
string
required
Example:
whisper-1
language
string
optional
prompt
string
optional
temperature
number
optional
Sampling temperature, between 0 and 1. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic. If set to 0, the model will automatically increase the temperature using log probability until a specific threshold is reached.