Speech recognition
Distil-Whisper medium.en
Distil-Whisper medium.en — higher-accuracy distilled English ASR (80-mel)
MITpermissiveSource verified
Specification
Model ID
distil-whisper-medium-enFamily
whisper
Modality
Speech recognition
Weights
724.8 MB
Minimum RAM
3 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-medium-en
# Serve it
tenzro model serve distil-whisper-medium-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-medium-en"}]}'Same family