Category: Cloud Status: base
Connects to an Ollama server for managing and running local large language models. Supports listing models, running inference, and loading GGUF model files.
| Field | Default | Description |
|---|---|---|
| host | host.docker.internal | Ollama server hostname or IP |
| port | 11434 | Ollama API port |
No authentication. Ollama's API is unauthenticated by default. Restrict access via network firewall if needed.