Skip to main content
POST
Audio translation
Translate and transcribe to English an audio file in any language.

Request

Parameters

Same as Transcriptions, except:
  • The output language is fixed to English (no language field).
  • Only whisper-1 supports this endpoint.

Response

Translating to other languages

To translate audio into a non-English language, we recommend:
  1. Use /v1/audio/transcriptions to first transcribe to the original language’s text.
  2. Pass the text to /v1/chat/completions and have the LLM translate it to the target language.

Billing

Same as transcriptions, charged by audio duration.