Ollama
Connects your local LLM instances to your SaaS stack to process sensitive data without it leaving your infrastructure, automates text generation, and manages your local model library.
Try Ollama in Ceven
Ask Ceven anything
Standard
Why use Ceven?
AI native Ollama integration
- Describe the outcome and Ceven picks the right Ollama calls, fills the parameters, and checks the result.
- Structured, agent friendly tool schemas so each call runs reliably instead of by guesswork.
- Rich coverage for reading, writing, and querying your Ollama data, across all 8 of its actions.
Managed auth
- Built in OAuth with automatic token refresh and rotation.
- One place to manage, scope, and revoke Ollama access.
- Per user and per environment credentials instead of shared keys.
Agent optimized design
- Actions are tuned from real success and error rates so reliability climbs over time.
- Full execution logs so you always know what ran in Ollama, when, and on whose behalf.
- The agent pauses and asks when Ollama is unclear instead of plowing ahead.
Enterprise grade security
- Fine grained access so you control which agents and people can reach Ollama.
- Least privilege by default, read scopes first and only the writes a workflow needs.
- A full audit trail of every Ollama action to support review and sign off.
Supported tools
Every action Ceven's agents can run on Ollama, and when to use it.
Chat with model
Use this when you need a multi turn conversation with an LLM. Pass the conversation history to maintain context across turns.
Generate text
Use this for single prompt responses. Set raw to true to bypass prompt templates for custom processing.
List models
Pull all installed models including their size, last modified date, and digest information.
OpenAI chat completion
Use this to get conversational responses using the OpenAI API format for compatibility with existing prompt libraries.
OpenAI text completion
Use this for non chat text generation following the OpenAI API specification.
OpenAI list models
Retrieve the list of available local models formatted for OpenAI compatible clients.
Show model info
Pull detailed metadata for a specific model including the system prompt, parameters, and license.
Get version
Check the current version of the Ollama server to ensure compatibility with new model features.
Chat with Ollama model
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.
Generate Text with Ollama
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.
OpenAI Compatible Chat Completion
Tool to create OpenAI compatible chat completions using Ollama models. Use when you need conversational AI responses with OpenAI API format compatibility.
OpenAI Compatible Text Completion
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.
List Models (OpenAI Compatible)
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.
Show Model Information
Tool to show comprehensive information about an Ollama model. Use when you need to retrieve model details, parameters, template, license, or system prompt.
Get Ollama Version
Tool to get the version of Ollama running locally. Use to check which version of Ollama is currently installed.
15 actions · scroll to see them all
Frequently asked questions
Alternatives to Ollama
Other tools that solve a similar problem. Ceven supports these too, so you can switch or run more than one at once.
Try Ceven on your stack
Plug Ceven on top of the tools you already run. Connect Ollama and the rest of your stack, describe the outcome, and its agents handle the work end to end, days of it in minutes.
Get started for free