Chat with Ollama model
OLLAMA_CHATSend 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.
Ollama
8 actions for Ollama workflows.
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.
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.
Chat with Ollama model
OLLAMA_CHATSend 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.
OpenAI-Compatible Chat Completion
OLLAMA_OPEN_AI_CHAT_COMPLETIONSGenerate 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.
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.
List Models
OLLAMA_LIST_MODELSRetrieve 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.
List Models (OpenAI Compatible)
OLLAMA_OPEN_AI_LIST_MODELSRetrieve all locally available AI models from Ollama in OpenAI-compatible format, letting you see what language models are ready to use for your applications.
Show Model Information
OLLAMA_SHOWRetrieve detailed information about a specific Ollama model including its parameters, template, license, and system prompt configuration.
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.
Get Ollama Version
OLLAMA_VERSIONCheck which version of Ollama is installed on your system to ensure compatibility with your AI models and integrations.
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.
Generate Text with Ollama
OLLAMA_GENERATEGenerate 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.
OpenAI-Compatible Text Completion
OLLAMA_OPEN_AI_COMPLETIONSGenerate 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.
Drop a trigger and an action into a template; approve from your phone; the workflow runs.