Inference APIs
Compare/Speech-to-text

Whisper Large v3 vs OpenAI Whisper (whisper-1)

Two speech-to-text models compared on price, context, capabilities and measured speed. External prices are public list rates verified 2026-09-16; Inference APIs prices are live.

Whisper Large v3OpenAI Whisper (whisper-1)
ProviderOpenAIOpenAI
Model idopenai/whisper-large-v3whisper-1
Price$0.002 / audio minute$0.006 / audio minute
CapabilitiesSpeech to text, 99 languages, Timestamps, SRT / VTTSpeech to text, 99 languages, Timestamps, SRT / VTT
WeightsOpenClosed
AvailabilityAvailable on Inference APIsAvailable
Rate limitsNo daily caps; pay per request25 MB file limit per request.
Real-time factor0.047× (19.5s clip in 0.92s)not measured

Cost for 10 hours of audio

Whisper Large v3
$1.2
OpenAI Whisper (whisper-1)
$3.6

Whisper Large v3 is about 67% cheaper for this workload at list price. Price is only part of it: free tiers and usage tiers cap how much you can send per day, and a retired model is unavailable at any price. The "Rate limits" row above is the practical difference for a production app.

Measured speed

Speed figures for Inference APIs models are medians of three runs from a European client on 2026-09-16, against the public endpoint, using a ~120-word generation prompt (chat), a 300-character paragraph (speech) or a 19.5-second clip (transcription). External models are not measured here; treat "not measured" as unknown, not slow.

When to pick which

  • Whisper Large v3 — OpenAI's multilingual speech recognition model on the standard /v1/audio/transcriptions endpoint — same request shape as OpenAI and Groq.
  • OpenAI Whisper (whisper-1) — 25 MB file limit per request.

Try Whisper Large v3

Same OpenAI request shape; the change is the base URL and key. Full parameters, aliases and pricing on the model page.

Quickstart Playground

External prices and limits come from the linked provider pages and were verified on 2026-09-16. Spotted a change? Tell us.