L Loach Docs
Ctrl K

Local model management

The Models sidebar tab is a full management surface for the local Ollama catalog, plus a read-only listing of the catalog reachable through your OpenAI-compatible endpoint.

The library

Every installed model gets a tile showing its family, parameter size, on-disk size, quantization and capabilities (thinking, tool use, vision). The toolbar offers:

The Models editor

Opening a model loads its full configuration in a form so you can:

Modelfile safety

The Save as… form refuses to compile a Modelfile that would smuggle in extra directives via a malicious base tag, system block or template block. Base tags are checked against a conservative allowlist; system and template bodies are rejected if they contain delimiters that the Ollama parser would treat as an early end-of-block. You get a clear error rather than a quietly corrupted model.

Tip

For lightweight customisation, copying an existing model and tweaking just the system prompt is usually enough. Save under a tag like qwen-coder:my-style and that’s the version that shows up in the chat picker.