DashboardSign inStart your trial

Ollama

Reference

8 actions for Ollama workflows.

01. Operations

Act on Ollama from a workflow

Operations are the actions a workflow can take in Ollama, grouped by category. Each lists its method, parameters, and a template you can drop it into.

Chat

2 operations

Send conversational messages to Ollama models and receive intelligent responses in real time. Use these operations when building chatbots, interactive assistants, or multi-turn dialogue workflows that need contextual understanding across multiple exchanges.

Action★ Featured

Chat with Ollama model

OLLAMA_CHAT

Send messages to an Ollama language model while maintaining conversation history for context-aware responses. Use this to build interactive AI-powered features that understand the full conversation flow.

10 input
Action

OpenAI-Compatible Chat Completion

OLLAMA_OPEN_AI_CHAT_COMPLETIONS

Generate intelligent conversational responses from Ollama models using the OpenAI API format, enabling seamless integration with existing tools and workflows. Perfect for adding AI-powered chat capabilities without cloud dependencies or API costs.

17 input

Models

3 operations

Discover which models are available in your Ollama instance and retrieve detailed configuration information about each one. Query these operations to dynamically determine model capabilities, memory requirements, or when you need to programmatically select the right model for a specific task.

Action

List Models

OLLAMA_LIST_MODELS

Retrieve a complete list of all installed Ollama models along with their metadata such as size, modification date, and format details. Use this to discover what AI models are available for your applications and understand their specifications.

Action

List Models (OpenAI Compatible)

OLLAMA_OPEN_AI_LIST_MODELS

Retrieve all locally available AI models from Ollama in OpenAI-compatible format, letting you see what language models are ready to use for your applications.

Action

Show Model Information

OLLAMA_SHOW

Retrieve detailed information about a specific Ollama model including its parameters, template, license, and system prompt configuration.

2 input

System

1 operation

Check the version and status of your Ollama installation to ensure compatibility with your integration. This operation helps validate that your Ollama environment is properly configured before executing model operations.

Action

Get Ollama Version

OLLAMA_VERSION

Check which version of Ollama is installed on your system to ensure compatibility with your AI models and integrations.

Text Generation

2 operations

Generate text completions from Ollama models using straightforward prompts without conversational context. These operations work well for one-off text generation tasks like summarization, code generation, or content creation where you don't need multi-turn dialogue.

Action★ Featured

Generate Text with Ollama

OLLAMA_GENERATE

Generate text responses using Ollama models for custom AI-powered content creation and responses. Use this to leverage local or remote language models for intelligent text generation without relying on external APIs.

13 input
Action

OpenAI-Compatible Text Completion

OLLAMA_OPEN_AI_COMPLETIONS

Generate text completions using Ollama models through an OpenAI-compatible API, enabling flexible text generation for any writing task without being limited to chat-based formats.

18 input
What now

Use Ollama in a workflow

Drop a trigger and an action into a template; approve from your phone; the workflow runs.