RUNLOCALAIv38
→WILL IT RUNBEST GPUCOMPARETROUBLESHOOTSTARTPULSEMODELSHARDWARETOOLSBENCH
RUNLOCALAI

Operator-grade instrument for local-AI hardware intelligence. Hand-written verdicts. Real benchmarks. Reproducible commands.

OP·Fredoline Eruo
DIR
  • Models
  • Hardware
  • Tools
  • Benchmarks
  • Will it run?
GUIDES
  • Best GPU
  • Best laptop
  • Best Mac
  • Best used GPU
  • Best budget GPU
  • Best GPU for Ollama
  • Best GPU for SD
  • AI PC build $2K
  • CUDA vs ROCm
  • 16 vs 24 GB
  • Compare hardware
  • Custom compare
REF
  • Systems
  • Ecosystem maps
  • Pillar guides
  • Methodology
  • Glossary
  • Errors KB
  • Troubleshooting
  • Resources
  • Public API
EDITOR
  • About
  • About the author
  • Changelog
  • Latest
  • Updates
  • Submit benchmark
  • Send feedback
  • Trust
  • Editorial policy
  • How we make money
  • Contact
LEGAL
  • Privacy
  • Terms
  • Sitemap
MAIL · MONTHLY DIGEST
Get monthly local AI changes
Monthly recap. No spam.
DISCLOSURE

Some links on this site are affiliate links (Amazon Associates and other first-class retailers). When you buy through them, we earn a small commission at no extra cost to you. Affiliate links do not influence our verdicts — there are cards we rate highly that we don't have affiliate relationships with, and cards that sell well that we refuse to recommend. Read more →

SYS · ONLINEUPTIME · 100%2026 · operator-owned
RUNLOCALAI · v38
Families/Audio/Whisper
Audio
Open-weight
MIT

Whisper

by OpenAI

OpenAI's open-weight speech-to-text family. Whisper Large v3 + Whisper Turbo are the canonical open-weight STT models. faster-whisper + WhisperX deliver production-grade speed via CTranslate2 backends.

Best entry point for local use

Start with Whisper large-v3 via faster-whisper on RTX 3060 12GB — Whisper large-v3 is the reference open-weight speech-to-text model supporting 99 languages with best-in-class English transcription accuracy (WER ~8% on LibriSpeech clean). faster-whisper's CTranslate2 backend achieves ~50× real-time transcription on RTX 3060 12GB — a 1-hour audio file transcribes in ~70 seconds. For lower VRAM (<6 GB), use Whisper medium (769M params) — ~20× real-time, WER ~10%, acceptable for non-production use. For on-device mobile, Whisper tiny (39M params) runs on smartphone CPU at ~5× real-time via whisper.cpp. Skip Whisper large-v3-turbo for local deployment — the 8-layer decoder reduction saves only ~15% VRAM for ~5% WER degradation; large-v3 is the better quality-per-VRAM tradeoff. MIT license.

Deployment guidance

For single-user transcription: faster-whisper + whisper large-v3 FP16 on RTX 3060 12GB — ~50× real-time with CTranslate2 INT8 model. Install: pip install faster-whisper then faster-whisper large-v3 audio.mp3. For CPU-only: whisper.cpp + whisper large-v3 Q5_0 on Apple M3 — ~8× real-time via CoreML, 4 GB RAM, excellent for offline transcription. For multi-user serving: faster-whisper server mode behind a REST API with GPU worker pool — 1× L4 24 GB handles ~15 concurrent transcription streams. For mobile: whisper.cpp with whisper tiny/medium on Snapdragon X Elite via ARM NEON — ~5× real-time on-device. For real-time streaming: whisper.cpp streaming mode with VAD (Voice Activity Detection) — transcribes chunks as they arrive with ~2-second latency. See GPU buyer guide.

Related — keep moving

Compare hardware
  • RTX 3090 vs RTX 4090 →
  • RTX 4090 vs RTX 5090 →
Buyer guides
  • Best GPU for Whisper →
  • Best GPU for local AI →
  • Best laptop for local AI →
  • Best Mac for local AI →
  • Best used GPU for local AI →
When it doesn't work
  • CUDA out of memory →
  • Ollama running slowly →
  • ROCm not detected →
  • Model keeps crashing →
Before you buy

Verify Whisper runs on your specific hardware before committing money.

Will it run on my hardware? →Custom hardware comparison →GPU recommender (4 questions) →