v2026.6.4
All Bundles
Bundle Ollama local LLM client. Runs models (Llama, Mistral, Phi, etc.) locally via the Ollama server. Supports streaming completions, chat sessions, embeddings, and model management. Compile with -lib ollama.

ModelPulled

Ollama pulled model data

Operations

GetDigest #

Get the model digest

method : public : GetDigest() ~ String

Return

TypeDescription
Stringmodel digest

GetModel #

Get the model

method : public : GetModel() ~ String

Return

TypeDescription
Stringmodel

GetModifiedTime #

Get modified time

method : public : GetModifiedTime() ~ System.Time.Date

Return

TypeDescription
Datemodified time

GetName #

Get the name

method : public : GetName() ~ String

Return

TypeDescription
Stringname

GetSize #

Get the model size

method : public : GetSize() ~ Int

Return

TypeDescription
Intmodel size

ToString #

String representation of the instance

method : public : ToString() ~ String

Return

TypeDescription
Stringstring representation of the instance