Whisper Large V3

Transcribe speech-to-text in 99 languages with timestamps.

Example output
{
  "chunks": [
    {
      "text": "In 1969, Apollo 11 landed on the moon, and millions of people around the world watched the historic event live on television.",
      "timestamp": [
        0,
        9.12
      ]
    }
  ],
  "languages": [
    "en"
  ],
  "text": "In 1969, Apollo 11 landed on the moon, and millions of people around the world watched the historic event live on television."
}

Whisper Large V3: Multilingual Speech-to-Text and Translation

What is Whisper Large V3?

Whisper Large V3 is OpenAI's open-source automatic speech recognition (ASR) model for converting audio into accurate, timestamped text. It is a 1.55-billion-parameter Transformer encoder-decoder trained on over five million hours of multilingual audio, giving it strong zero-shot robustness to accents, background noise, and technical vocabulary. It transcribes speech in 99 languages and can translate non-English audio directly into English. Compared with large-v2, version 3 uses 128 Mel spectrogram bins and adds a Cantonese token, delivering 10 to 20 percent fewer errors across languages.

Key Features

  • 99-language speech-to-text with automatic language identification
  • Speech translation from any supported language into English
  • Timestamped output chunks for subtitles, captions, and alignment
  • Robust handling of accents, background noise, and domain jargon
  • Adjustable segment length and chunk merging for long-form audio

Best Use Cases

Whisper Large V3 is the go-to open model for multilingual subtitles and captions, podcast and meeting transcription, voice-note dictation, call-center analytics, and building searchable audio archives. Its automatic language ID makes it ideal for pipelines that process user-uploaded audio of unknown origin. In our testing, a short English clip returned a flawless transcript with correct number normalization (nineteen sixty-nine became 1969) and accurate timestamps, confirming production-ready quality on clean speech.

Prompt Tips and Output Quality

Supply a clean, reachable audio or video URL (mp3, mp4, mpeg, mpga, m4a, wav, webm). Set the language when you know it to cut latency, or use auto-detect for mixed audio. Choose transcribe to keep the source language or translate for English output. On clean English audio Whisper approaches human-level accuracy; expect higher error rates on noisy recordings, strong accents, and low-resource languages, and watch for occasional hallucinated text during long silences.

FAQs

How many languages does Whisper Large V3 support? 99 languages for transcription, plus speech translation into English.

Can it translate speech? Yes. Set the task to translate to output English text from foreign-language audio.

How accurate is Whisper Large V3? Around 2.7 percent word error rate on clean English benchmarks, rising to 8 to 12 percent on real-world audio.

Does it work in real time? Not out of the box; it processes audio in 30-second windows and is best suited to batch transcription.

How is it different from Whisper Large V3 Turbo? Turbo is a pruned, faster variant with slightly lower accuracy and is not trained for translation.