Create translation

DEPRECATED. Translates audio into English using a unified OpenAI-compatible multipart interface.
Non-streaming only. Only OpenAI is supported — use openai/whisper-1.

Required fields (this endpoint):

FieldDescription
fileAudio (or video) file to translate (format: binary).
modelModel id in provider/model format. Use openai/whisper-1.

OpenAI native requirements (Create translation):

FieldRequiredDescription
fileyesAudio file (flac, mp3, mp4, mpeg, mpga, m4a, ogg, wav, webm).
modelyesMust be whisper-1 (on this endpoint: openai/whisper-1).

Optional parameters (OpenAI): prompt (English style/context hint), response_format
(json, text, verbose_json, srt, vtt), temperature.

The set of accepted optional fields and response fields may differ when additional providers are
supported
. Provider-specific capabilities (including caching where supported) depend on the model —
use the model/info endpoint to check.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Multipart form data. file and model are always required.

Optional fields follow the OpenAI Create translation
API.

Translation request. Required: file, model (openai/whisper-1).

See OpenAI Create translation
for full parameter details.

file
required

The audio or video file to translate into English.
Supported formats: flac, mp3, mp4, mpeg, mpga, m4a, ogg, wav, webm (see OpenAI docs).

string
required

Model id in provider/model format. Required. Only openai/whisper-1 is supported.

string

Optional English text to guide style, spelling, or domain vocabulary.

string

Output format: json, text, verbose_json, srt, or vtt.
Default json returns { "text": "..." }; verbose_json adds duration, language, segments.

number

Sampling temperature (0–1 typical). Higher values increase randomness.

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json