Currently listed through these providers:
Model details
Whisper Large v3 Turbo
Whisper Large v3 Turbo is a streamlined variant of OpenAI's Whisper Large-v3 speech recognition model, designed to deliver faster transcription while retaining strong accuracy. Rather than introducing a new architecture, it takes the original Whisper Large-v3 and prunes the decoder from 32 layers down to 4, then fine-tunes the result to restore transcription quality. This approach reduces the parameter count from 1.55 billion to 809 million while leaving the encoder untouched. The model continues to support recognition across more than 100 languages, inheriting Whisper's broad multilingual capability from its training on diverse audio data.
The main practical advantage of the Turbo variant is its inference speed. Benchmark comparisons on Apple Silicon hardware show it transcribing the same audio roughly five times faster than the full Large-v3 model, with near-identical accuracy on standard transcription tasks. One notable tradeoff is the removal of support for translation tasks, as the training data for Turbo explicitly excluded translation, which remains available only in the full Large-v3 model. For developers and teams who need high-quality speech-to-text in latency-sensitive or resource-constrained settings—such as real-time applications, batch processing pipelines, or local on-device deployment—the Turbo variant offers a compelling balance of speed and accuracy. Its MIT license and reduced parameter footprint make it particularly well-suited for production environments where computational efficiency is a priority.
Quick Info
Powered by- Provider
- evroc
- Model key
- openai/whisper-large-v3-turbo
- Release date
- Oct 1, 2024
- Last updated
- Oct 1, 2024
- Input modalities
- Output modalities
- Capabilities
Cost
- Input token cost
- $0.0023
- Output token cost
- $0.0023
Limits
- Output tokens
- 448 tokens
- Context window
- 448 tokens