switch_model
Switch the active Whisper model for the current session without restarting. Accepts a model filename or full path. Model must be installed in the models directory.
Instructions
Switch the active Whisper model for the current session without restarting Claude Desktop. Accepts a model filename (e.g. ggml-large-v3-turbo.bin) or full path. The model must already be installed in your models directory. Use list_models to see installed models, download_model to add new ones. Change is session-scoped — does not persist after Claude Desktop restarts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_name | Yes | Model filename (e.g. ggml-large-v3-turbo.bin) or full path. Must be a .bin file in the configured models directory. |