- Organizations
- OpenAI
- Whisper Large V3 Turbo
Whisper Large V3 Turbo: Pricing, Performance & Examples
Whisper Large V3 Turbo is a speech-to-text model from OpenAI, released in November 2024, with a 100M-token context window, and pricing from $0.350 per 1M input tokens.
Fine-tuned version of pruned Whisper Large V3 designed for fast, multilingual transcription. 12% WER, 216x real-time speed. Served by Groq.
Whisper Large V3 Turbo pricing
Providers
Whisper Large V3 Turbo starts at $0.350 per million input tokens via Groq.
| Provider | Input $/M | Output $/M | Context in / out | TTFT p50 / p95 s | Output avg / p5 c/s | Success 7d | Modalities in / out |
|---|---|---|---|---|---|---|---|
| $0.350 | — | 100.0M/— | —/— | —/— | — | / |
Cached input is the discounted price for prompt tokens served from a provider cache. TTFT is time to first token. Output is characters per second; p5 is the sustained floor exceeded by 95% of observed requests. Success is calculated from completed versus failed requests over the trailing seven days.
Whisper Large V3 Turbo context window
Input and output token limits for Whisper Large V3 Turbo, plus how it ranks on long-context understanding.
Whisper Large V3 Turbo API
Any audio format up to 25 MB.
Run a request to see the response
Use it in your code
OpenAI-compatible endpoint through the LLM Stats gateway.
import requests
with open("audio.mp3", "rb") as f:
response = requests.post(
"https://gateway.llm-stats.com/v1/stt/transcribe",
headers={"Authorization": "Bearer YOUR_API_KEY"},
files={"file": f},
data={"model_id": "whisper-large-v3-turbo"},
)
print(response.json()["text"])Need an API key? Create one above in the playground, or read the API documentation.
Whisper Large V3 Turbo latency
Whisper Large V3 Turbo time to first token, sustained output throughput, and failed-request rate from live API traffic over the trailing 7 days.
Whisper Large V3 Turbo license
Whisper Large V3 Turbo is released under the MIT license, which permits commercial use.
- License
- MIT
- Commercial use allowed
MIT License - allows commercial use
FAQ
Common questions about Whisper Large V3 Turbo.