Ggml-medium.bin ((free)) -
./models/download-ggml-model.sh medium
Performance and resource trade-offs
You don't "open" this file like a document; you load it into a Whisper-compatible application. ggml-medium.bin
# Transcribe with timestamps and auto-language detection ./main -m ggml-medium.bin -f meeting.mp3 -l auto -otxt -osrt ggml-medium.bin
You never run this file directly. It is loaded by a GGML inference engine. The most common is whisper.cpp (also by Georgi Gerganov). ggml-medium.bin