list_models
Lists models available on your local instance with name, parameter size, quantization, and disk size. Use it first to choose an actual model name and avoid errors when calling other tools.
Instructions
Lists the models available on the local instance.
Returns per model the name, parameter size, quantization and on-disk size, as far as the backend reports them. With vLLM it additionally shows whether an entry is a LoRA adapter and which base model it belongs to. Sensible before any other tool, to pick a fitting and actually present model name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||