Fermion Research
Speech recognition · Available now

Phonon-1 Micro

The smallest Phonon model: open speech recognition for English in a 285 MB download, state of the art at its size.

285 MB
Download, 331 MB on disk
3.002 %
LibriSpeech test-clean
8 of 8
Benchmarks ahead of Moonshine base
Apache-2.0
Open weights

Phonon-1 Micro is an open speech recognition model for English, the smallest build of the Phonon family. It downloads in 285 MB, runs on a laptop or a datacenter GPU, and is state of the art at its size. It was trained at 2.4 bits per weight from the start, part of the lab’s second low-bit release after Neutrino-1.

It is more accurate than Moonshine base, the nearest smaller model, on all eight benchmarks in the table below, a macro word error rate of 8.52 against 10.1. Output arrives punctuated and capitalized from the model itself.

Phonon-1 Microthe smallest model
285 MB download · 331 MB on disk
Phonon-1the default model
415 MB download · 455 MB on disk
Language
English
Audio inputmicrophone or file
16 kHz
Output
Punctuated, capitalized text

The Phonon-1 spec

Benchmarks

BenchmarkPhonon-1415 MBPhonon-1 Micro285 MBParakeet-0.6B 4-bit637 MBMoonshine base248 MBWhisper large-v3-turbo1,619 MBWhisper small967 MBwav2vec2-large1,262 MBQwen3-ASR teacher1,569 MB
LibriSpeech test-clean2.6403.0022.1863.4172.103.4†2.8†2.235
LibriSpeech test-other5.6996.5113.9378.2624.077.6†6.3†4.618
TED-LIUM3.4213.8782.8295.2722.889
SPGISpeech4.1634.8584.1045.7312.79†13.31†3.074
VoxPopuli8.3949.1776.34510.47011.22†7.151
GigaSpeech11.39611.8829.61412.1148.52†9.321
Earnings-2212.57114.77111.19017.87211.07†36.28†11.188
AMI13.08414.09412.72317.79015.16†12.560
Macro, eight benchmarks7.678.526.6210.16.63
Word error rate, percent; lower is better. Measured on the published harness: full test sets, Whisper English text normalizer, greedy decoding. † published figure. – no comparable published result.

Run it

$ pip install fermion-research
$ fermion transcribe --model FermionResearch/Phonon-1-Micro recording.wav

One-shot file transcription. The same flag selects the model for fermion listen and fermion serve. The same weights run on a Mac (via MLX) or an NVIDIA GPU.

$ fermion listen --model FermionResearch/Phonon-1-Micro
$ fermion serve --model FermionResearch/Phonon-1-Micro
$ docker run --rm --gpus all ghcr.io/fermionresearch/phonon-cuda:latest \
transcribe --model FermionResearch/Phonon-1-Micro recording.wav

The container transcribes recordings of any length, streams over WebSocket, and serves the same endpoint as fermion serve.

Weights on Hugging Facefermion-research on PyPI

Availability

Phonon-1 Micro ships as public weights on Hugging Face with a command line on PyPI. No waitlist, no gated preview.

Speech recognition that stays on the device.

Open weightsApache-2.0

License

Open weights under the Apache License 2.0. Commercial use, modification, fine-tuning, and redistribution are permitted, with no access request and no acceptance form. The model is a derivative of Qwen/Qwen3-ASR-0.6B, itself Apache-2.0; the command line is Apache-2.0 too.

Citation

@misc{fermionresearch2026phononmicro,
  title  = {Phonon-1 Micro},
  author = {{Fermion Research}},
  year   = {2026},
  url    = {https://fermionresearch.com/models/phonon-1-micro/}
}

Related research

All research