list_models
Lists all available transcription models from MacWhisper and whisper-cpp, highlighting the active model and providing the exact identifiers needed to specify a model for transcription.
Instructions
Return the transcription models available across all engines.
MacWhisper entries are formatted as engine:model-id — Display Name [active]
where [active] marks the model currently selected in MacWhisper; pass the
engine:model-id string as model with the default engine="macwhisper".
whisper-cpp entries (if MACWHISPER_WHISPERCPP_MODEL_DIR is configured) are
formatted as filename [whisper-cpp]; pass the filename as model with
engine="whisper-cpp". Requires the MacWhisper CLI to be reachable even if
you only intend to use the whisper-cpp engine.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |