other
0.074B parameters
Commercial OK
Reviewed May 2026

Whisper Base

74M-parameter Whisper variant — roughly 2x the params of tiny for ~25-30% relative WER reduction. The standard pick for CPU realtime transcription with acceptable quality.

License: apache-2.0·Context: 30 tokens
BLK · VERDICT

Our verdict

OP · Fredoline Eruo|VERIFIED MAY 29, 2026
unrated

The pragmatic default. If you don't know which Whisper to ship, ship base — then benchmark against distil-large-v3 if you have a GPU budget.

Overview

74M-parameter Whisper variant — roughly 2x the params of tiny for ~25-30% relative WER reduction. The standard pick for CPU realtime transcription with acceptable quality.

Strengths

  • Best size/accuracy trade-off in the Whisper family for CPU inference
  • Same 99-language coverage as larger Whisper variants
  • Apache-2.0, drop-in for whisper.cpp and faster-whisper
  • Quantizes well to int8 with minimal WER loss

Weaknesses

  • Still hallucinates on silence/music — needs VAD pre-filter
  • Non-English WER lags large variants significantly
  • 30s chunking required for long-form
  • Slower than Distil-Whisper at equivalent accuracy targets

Quantization variants

Each quantization trades model quality for file size and VRAM. Q4_K_M is the most popular starting point.

QuantizationFile sizeVRAM required
Q4_K_M0.0 GB1 GB

Get the model

HuggingFace

Original weights

huggingface.co/openai/whisper-base

Source repository — direct quantization required.

Hardware that runs this

Cards with enough VRAM for at least one quantization of Whisper Base.

Compare alternatives

Models worth comparing

Same parameter band, plus what's one tier above and below — so you can decide what actually fits your hardware.

Step down
Smaller — faster, runs on weaker hardware
No verdicted models in the next tier down yet.

Frequently asked

What's the minimum VRAM to run Whisper Base?

1GB of VRAM is enough to run Whisper Base at the Q4_K_M quantization (file size 0.0 GB). Higher-quality quantizations need more.

Can I use Whisper Base commercially?

Yes — Whisper Base ships under the apache-2.0, which permits commercial use. Always read the license text before deployment.

What's the context length of Whisper Base?

Whisper Base supports a context window of 30 tokens (about 0K).

Source: huggingface.co/openai/whisper-base

Reviewed by RunLocalAI Editorial. See our editorial policy for how we research and verify model claims.

Related — keep moving

Before you buy

Verify Whisper Base runs on your specific hardware before committing money.