Whisper
the six Ws · specification
OpenAI developed Whisper as an open automatic speech recognition model.
Whisper transcribes and translates speech across nearly 100 languages using a transformer encoder-decoder architecture.
Code and weights are hosted on GitHub at openai/whisper and mirrored on Hugging Face.
Released September 2022, with later large-v2 and large-v3 model updates.
Built to provide robust, general-purpose speech recognition trained on large-scale weak supervision.
Runs locally via the openai-whisper Python package, whisper.cpp, or Hugging Face transformers pipelines.
Fully open weights and code under the MIT license, self-hostable, no API key required.
alternatives
works with