voicebox_list_models
Retrieve the download and load status of all TTS, STT, and LLM models, including file sizes.
Instructions
Get status of all models — TTS, Whisper (STT), and LLM.
Returns a dict with a "models" list. Each model has:
model_name: internal name
display_name: human-readable name
downloaded: whether it's on disk
downloading: whether a download is in progress
loaded: whether it's currently in VRAM
size_mb: file size in MB
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||