Whisper-Large-v3
- Model: Whisper-Large-v3
- Description: State-of-the-art automatic speech recognition (ASR) and translation model. Developed by OpenAI and trained on 5M+ hours of labeled audio. Excels in multilingual and zero-shot speech tasks across diverse domains.
- Model ID:
Whisper-Large-v3 - Supported languages: Multilingual
Core capabilities
- Transcribes and translates extended audio inputs (up to 25 MB).
- Demonstrates high accuracy in speech recognition and translation tasks.
- Provides OpenAI-compatible endpoints for transcriptions and translations.
Request parameters
Whisper-Large-v3 supports the
response_format values json and text only.verbose_json,srt, andvttare not currently supported - requesting them returns plain text.timestamp_granularitiesis not supported and returns{"error":{"message":"Unknown parameter: 'timestamp_granularities'."}}.
Example usage
Translations
The translations endpoint transcribes audio in any supported language and returns the output in English. Use thelanguage parameter to specify the language of the input audio in ISO 639-1 format (for example, "es" for Spanish) to improve accuracy and reduce latency.

