local_llm_models
List available models on a local LLM server, and load or unload them in LM Studio without using its GUI.
Instructions
List, load, or unload models on the local LLM server. "list" shows available models. "load"/"unload" switches models in LM Studio without opening the GUI (LM Studio only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Model identifier for load/unload (e.g. "microsoft/phi-4-mini-reasoning"). Required for load/unload. | |
| action | No | Action: "list" shows available models, "load" loads a model, "unload" unloads a model. Load/unload requires LM Studio (not supported by all servers). | list |
| endpoint | No | Override the local LLM endpoint URL. Omit to use LOCAL_LLM_ENDPOINT env var or default. |