llm_models
List installed Ollama models, pull models from registry, or remove models from disk using simple commands.
Instructions
Portmanteau: list, pull, or remove Ollama models (CRUD for local LLM models).
Operations:
list: return installed Ollama model names (and LM Studio if reachable).
pull: pull model from Ollama registry (requires model_name). Slow for large models.
remove: delete an Ollama model from disk (requires model_name).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | No | list, pull, or remove | list |
| model_name | No | required for pull and remove (e.g. llama3.2, codellama) | |
| ollama_url | No | Ollama API base URL | http://localhost:11434 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |