Skip to main content
Whisper is OpenAI’s speech recognition model. Given an audio file, it produces transcribed text with per-sentence timestamps. DeepInfra hosts multiple Whisper variants. Browse all speech recognition models.

Models

ModelNotes
openai/whisper-largeBest accuracy
openai/whisper-mediumBalanced
openai/whisper-smallFast
openai/whisper-baseSmallest
openai/whisper-timestamped-mediumPer-word timestamps
By default, Whisper produces per-sentence timestamp segmentation. whisper-timestamped gives per-word timestamps.

Example

Supported formats

  • mp3
  • wav

Additional parameters

Each Whisper variant supports parameters like language, task (transcribe vs. translate), and more. Check the model’s documentation page for the full list: