Trigger on event
- Listen for a new event
- Parse and validate the payload
- Take an action with the linked tool
8 tools available
Run large language models locally or in the cloud with Ollama
Connect Ollama to Definable to automate repetitive tasks, sync data with the rest of your stack, trigger on real-world events. Personas call Ollama's 8 tools directly from chat or scheduled flows. You can wire it into any persona to read, write, and react when an event fires.
Every Ollama action below is a callable tool any Definable persona can invoke.
Tool to send a chat message with conversation history to Ollama. Use when you need to have a multi-turn conversation with an LLM model.
Tool to generate text responses from Ollama models with optional raw mode. Use raw=true to bypass prompt templating when you need full control over the prompt for debugging or custom processing. Note that raw mode will not return a context.
Tool to list all available Ollama models and their details. Use when you need to fetch installed models with metadata including name, size, last modified timestamp, digest, and format information.
Tool to create OpenAI-compatible chat completions using Ollama models. Use when you need conversational AI responses with OpenAI API format compatibility.
Tool to create OpenAI-compatible text completions using Ollama models. Use when you need text generation with OpenAI API format compatibility beyond chat-based interactions.
Tool to list available models using OpenAI-compatible API format. Use when you need to retrieve locally available Ollama models with metadata following OpenAI's model list format.
Tool to show comprehensive information about an Ollama model. Use when you need to retrieve model details, parameters, template, license, or system prompt.
Tool to get the version of Ollama running locally. Use to check which version of Ollama is currently installed.
Anything Ollama exposes through its API. Common ai models workflows on Definable include automate repetitive tasks, sync data with the rest of your stack, trigger on real-world events. Personas can call any of the 8 Ollama tools directly, then chain the result into another integration without you writing code.
Ollama uses API_KEY on Definable. You connect once from the integrations page, scoped to the permissions you choose, and from then on any persona that has the integration enabled can act on your behalf. Tokens are encrypted at rest and rotated automatically.
Yes — every Definable plan, including Starter, includes access to all 8 Ollama tools. You only need a separate Ollama subscription if Ollama itself charges per seat or per API call.
Every call from a persona to Ollama is logged with the user, persona, prompt, and response. Tokens never leave Definable's secrets vault, scopes are configurable per persona, and you can revoke access at any time from the integration page.
Sign up for Definable, open the integrations page, find Ollama, and connect via OAuth or API key. You can immediately attach Ollama to any persona and start running workflows. The free Starter plan includes 5,000 credits/month.
Definable exposes all 8 Ollama actions as callable tools — including `Chat with Ollama model`, `Generate Text with Ollama`, `List Models`, plus 5 more. Each tool gets a typed parameter schema so personas know exactly how to call it.
Wire it up in minutes. No coding required.