Documentation Index
Fetch the complete documentation index at: https://docs.keephq.dev/llms.txt
Use this file to discover all available pages before exploring further.
Cloud Limitation
This provider is disabled for cloud environments and can only be used in local or self-hosted environments.Authentication
This provider requires authentication.- host: Ollama API Host URL (required: True, sensitive: False)
In workflows
This provider can be used in workflows. As “step” to query data, example:Connecting with the Provider
To use the Ollama Provider:- Install Ollama on your system from Ollama’s website.
- Start the Ollama service.
- Pull your desired model(s) using
ollama pull model-name. - Configure the host URL in your Keep configuration.
Prerequisites
- Ollama must be installed and running on your system.
- The desired models must be pulled and available in your Ollama installation.
- The Ollama API must be accessible from the host where Keep is running.

