料金Free open-source (API access via OpenAI: $0.006/minute)
プラットフォームSelf-hosted,API
本社San Francisco, California
設立2022
無料プランはい
API利用可能はい
オープンソースはい
4.6
1 reviews
Format Flexibility
4.7
Audio Fidelity
4.7
Prompt Adherence
4.5
Voice Naturalness
4.3
Processing Speed
3.6
Claude Opus 4.6
AI Review
4.6/5
OpenAI's Whisper is a groundbreaking open-source automatic speech recognition (ASR) model that has set a new standard for transcription accuracy. Trained on 680,000 hours of multilingual data, it handles transcription, translation, and language identification across 99 languages with impressive robustness. The model comes in multiple sizes (tiny to large-v3), allowing users to balance accuracy against computational requirements. Local deployment is straightforward with a clean Python API, and the community has built numerous wrappers and optimizations like faster-whisper. For those preferring cloud access, OpenAI's API offers transcription at a very competitive $0.006/minute. Strengths include exceptional noise resilience, strong multilingual support, and zero-cost self-hosting. Limitations include higher compute demands for larger models, occasional hallucinations on silent audio segments, and no real-time streaming in the base implementation. As a research tool, the published methodology and open weights make it invaluable for audio ML experimentation. While not technically an LLM, its transformer architecture and open-source nature make it a cornerstone of the open AI ecosystem.