APIs.io
Search
Providers
Tags
Add API
About
Support
Blog
Search
Home
OpenAI
CreateTranslationRequest
OpenAI
· Schema
CreateTranslationRequest
AI
Artificial Intelligence
Large Language Models
T1
Properties
Name
Type
Description
file
string
The audio file to translate, in one of these formats: flac, mp3, mp4, mpeg, mpga, m4a, ogg, wav, or webm. File uploads are limited to 25 MB.
model
string
ID of the model to use. Only whisper-1 is currently available for translation.
prompt
string
An optional text to guide the model's style or continue a previous audio segment. The prompt should be in English.
response_format
string
The format of the transcript output. Defaults to json.
temperature
number
The sampling temperature, between 0 and 1.
View JSON Schema on GitHub