Create translation
POST
/v1/audio/translations
Request
Body Params multipart/form-data
file
file
required
model
string
required
prompt
string
optional
response_format
string
optional
temperature
number
optional
Sample temperature, between 0 and 1. A higher value like 0.8 will make the output more random, while a lower value 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 certain threshold is reached.