Expand description
Active model + lifecycle
Functionsยง
- active_
model_ path - clear_
active_ model_ record - get_
active_ model - get_
inference_ backend_ settings - get_
model_ lifecycle_ status - get_
model_ preferences - install_
catalog_ llm - is_
model_ activation_ in_ progress - list_
installed_ llm_ ids - list_
ollama_ models - List models on the configured Ollama host (empty vec if unreachable).
- load_
active_ model_ from_ disk - load_
active_ model_ record_ from_ disk - ollama_
generate - One-shot Ollama generate using persisted settings (for smoke / ETL hooks).
- ollama_
generate_ async - probe_
ollama_ status - Probe the configured Ollama endpoint (tags + reachability).
- probe_
ollama_ status_ async - resolve_
model_ preference - restore_
active_ model_ on_ startup - save_
inference_ backend_ settings - save_
model_ preferences - set_
active_ model - set_
active_ model_ async - Activate a model on a background thread so the Flutter FRB caller is not blocked.
- take_
model_ activation_ error - try_
apply_ model_ preference - try_
apply_ model_ preference_ async - unload_
active_ model - Evict the resident model from memory without deleting on-disk GGUF files.