Speech recognition
Distil-Whisper small.en
Distil-Whisper small.en — distilled English ASR (80-mel)
MITpermissiveSource verified
Specification
Model ID
distil-whisper-small-enFamily
whisper
Modality
Speech recognition
Weights
314.7 MB
Minimum RAM
2 GB
Languages
en
Source
Weights and provenance.
Repository
Registry license
MIT
Source license
mit
Access
Open — weights fetch without accepting additional terms.
Serve it
# Pull the weights onto a node
tenzro model download distil-whisper-small-en
# Serve it
tenzro model serve distil-whisper-small-en
# Or query the registry entry over JSON-RPC
curl https://rpc.tenzro.xyz \
-X POST -H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,
"method":"tenzro_getModel",
"params":[{"model_id":"distil-whisper-small-en"}]}'Same family