Whisper JAX
by Sanchit Gandhi (HuggingFace)
70x faster Whisper on TPUs via JAX + Flax + batching.
TL;DR
70x faster Whisper on TPUs via JAX + Flax + batching.
Best for bulk transcription on TPU pods or A100 clusters where JAX shines. Pricing: free.
Category
Open source
License
—
Stars
—
Last push
—
Pricing
free
Platforms
Linux, TPU, GPU
What it is
A drop-in JAX re-implementation of OpenAI Whisper that batches across the time dimension and reports up-to-70x speedups on TPUv4. MIT-licensed; the canonical choice when you have JAX infrastructure already.
Best for: Bulk transcription on TPU pods or A100 clusters where JAX shines.
Watch out for: JAX/TPU setup is non-trivial; CPU/MPS inference is slower than faster-whisper.
Watch out for: JAX/TPU setup is non-trivial; CPU/MPS inference is slower than faster-whisper.
Install / use
pip install git+https://github.com/sanchit-gandhi/whisper-jax.git
Features
| Speaker diarization | No |
| Word-level timestamps | Yes |
| Streaming / real-time | No |
| Languages supported | 99 |
| HIPAA eligible | No |
Whisper JAX vs Whipscribe
| Feature | Whisper JAX | Whipscribe |
|---|---|---|
| Category | Open source | Transcription APIs |
| Pricing | free | free beta |
| Speaker diarization | No | Yes |
| Word timestamps | Yes | Yes |
| Streaming | No | No |
| Languages | 99 | 99 |
| Platforms | Linux, TPU, GPU | Web, API, MCP |
Alternatives to Whisper JAX
Whipscribe is a managed faster-whisper + whisperX service. If you want transcripts without running infrastructure, paste a URL or drop a file in the form below — you'll have a transcript in seconds.