download_model
Download a Whisper model from Hugging Face to your models directory. Accepts a model name and handles the download automatically from trusted namespaces.
Instructions
Download a Whisper model from Hugging Face directly into your models directory. Accepts a model name (e.g. large-v3-turbo, medium.en-q5_0) and handles the download automatically. Downloads only from trusted Hugging Face namespaces (ggerganov/whisper.cpp and ggml-org). After downloading, use switch_model to activate it for the current session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_name | Yes | Model name to download, e.g. 'large-v3-turbo', 'medium.en-q5_0', 'large-v3-turbo-q5_0'. Use list_models to see what is already installed. |