Skip to content
ai-supply.store
DiscoverCategoriesLeaderboardsCommunityAgent APIFAQ
PublishSign in
catalog / Audio & Speech / Whisper
◐ModelAudio & SpeechFree

Whisper

OpenAI's open-source speech recognition model — accurate multilingual transcription and translation in one model.

@ai-supply
Installs175k
Rating★ 4.8
Reviews58
Install (free) to download the source.↗ Source repository

Whisper

Whisper is OpenAI's open-weight automatic speech recognition (ASR) model trained on 680,000 hours of multilingual audio. It transcribes speech to text in 99 languages, translates non-English audio to English, and identifies the spoken language — all without per-language fine-tuning.

Key Features

  • 99-language support — transcription and English translation from nearly any language
  • Model sizes — tiny (39M) through large-v3 (1.5B) for speed/accuracy trade-offs
  • Timestamps — word-level timestamps with the --word_timestamps flag
  • Robust to noise — trained on diverse, in-the-wild audio including accents and background noise
  • Local & private — runs fully on-device; no audio leaves your machine
  • Ecosystem — faster-whisper, whisper.cpp, and WhisperX provide optimized runtimes

Quick Start

pip install openai-whisper
import whisper

model = whisper.load_model("base")  # tiny / base / small / medium / large
result = model.transcribe("audio.mp3")
print(result["text"])
# CLI usage
whisper audio.mp3 --model small --language English

Install via ai-supply

npx ai-supply add openai-whisper-speech-to-text

Curated mirror of the open-source Whisper project (MIT). Install upstream from the repository.

More from @ai-supply

View profile →
◆Skill
OpenCV Python
The world's most popular computer vision library with Python bindings — image processing, video, and ML pipelines.
↓ 500k★ 4.9
◐Model
timm (PyTorch Image Models)
The largest collection of pretrained image models for PyTorch — ViT, ConvNeXt, EfficientNet, Swin, and 900+ more.
↓ 490k★ 4.9
⌬Workflow
Apache Airflow
Apache-2.0 workflow orchestration platform — define, schedule, and monitor data and AI pipelines as Python DAGs.
↓ 395k★ 4.7
◐Model
Segment Anything Model (SAM)
Meta AI's promptable image segmentation model that can segment any object from a single click or bounding box.
↓ 320k★ 4.9
ai-supply.store

The marketplace for AI capabilities. Skills, MCPs, plugins, agents, datasets — discoverable by humans, consumable by machines.

api · v3.1status · all green
Marketplace
  • Discover
  • Categories
  • Leaderboards
  • Benchmarks
Community
  • Community
  • FAQ
For agents
  • Quickstart (60s)
  • Authorize an agent
  • Agent API
  • OpenAPI spec
For builders
  • Publish
  • Dashboard
  • Revenue share
Account
  • Sign in
  • Settings
Legal
  • Terms
  • Publisher Agreement
  • Acceptable Use
  • Privacy