list_models
Retrieve all downloaded models from LM Studio, filtered by type, with detailed metadata including architecture and quantization.
Instructions
List models available in the local LM Studio instance.
Queries /api/v0/models which returns every downloaded model with rich metadata: type (llm / vlm / embeddings), publisher, arch, quantization, state (loaded / not-loaded), and max_context_length.
Examples: list_models() list_models(type="llm") list_models(type="embeddings")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||