Skip to main content

Overview

whisper-v3-turbo is OpenAI’s Whisper Large v3 Turbo — the fast variant of Whisper Large v3, distilled to skip half the decoder layers without losing meaningful accuracy. On Kyma it serves both the transcribe alias and the whisper-v3-turbo SKU at 228x realtime inference speed. Right pick for transcripts, voice-agent input, podcast captions, and any pipeline where speed and cost matter more than the last 1% of WER.

Specs

Pricing

Use this when

  • You need accurate transcripts at ~50x cheaper than full multimodal LLM analysis.
  • You’re feeding a voice agent or building real-time captions where end-to-end latency matters.
  • You want the OpenAI Whisper API shape with no code changes — just swap the base_url.

Pick something else when

  • You need to know the mood or background sound, not just the words: use gemini-3-flash-audio.
  • Your file is longer than ~30 minutes — split the audio first, or wait for the upcoming Files API path.

Example

Response includes the full transcript, per-segment timestamps, and detected language. See endpoint reference for all parameters.

Python (OpenAI SDK)

Aliases that resolve here

  • transcribe — auto-tracks the current best ASR model on Kyma. Today that’s this SKU.
If you want stable behavior across alias changes, pin whisper-v3-turbo directly. If you want to ride future upgrades automatically, use transcribe.

See also