v2026.5.3
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.

ModelInfo

Ollama model information

Operations

GetLicense #

Get the license

method : public : GetLicense() ~ String

Return

TypeDescription
Stringlicense

GetModelFile #

Get the model file

method : public : GetModelFile() ~ String

Return

TypeDescription
Stringmodel file

GetParameters #

Get the parameters

method : public : GetParameters() ~ String

Return

TypeDescription
Stringparameters

GetSystem #

Get the system

method : public : GetSystem() ~ String

Return

TypeDescription
Stringsystem

GetTemplate #

Get the template

method : public : GetTemplate() ~ String

Return

TypeDescription
Stringtemplate

ToString #

String representation of the instance

method : public : ToString() ~ String

Return

TypeDescription
Stringstring representation of the instance