ollama_installed_models_detail: Installed Ollama models with disk-space metadata

View source: R/setup.R

ollama_installed_models_detailR Documentation

Installed Ollama models with disk-space metadata

Description

Like ollama_installed_models(), but returns a data.frame with one row per installed model and columns name and size_bytes – suitable for a "manage models / free up disk space" UI.

Usage

ollama_installed_models_detail(ollama_url = getOption("screenllm.ollama_url"))

Arguments

ollama_url

Base URL of the Ollama server.

Value

A data.frame; zero rows if Ollama is unreachable or has no models installed.


screenllm documentation built on Sept. 24, 2026, 5:11 p.m.