Open weights Availability

Ollama (self-hosted) AI Model Provider

Ollama serves open-weight models on machines you control. Point Conferbot at your own endpoint and prompts never leave your infrastructure - while the widget, inbox, handover and analytics stay fully managed. It is the only option here where no customer text reaches a third-party model vendor.

Quick Answer

To build a Ollama (self-hosted) chatbot with Conferbot, sign up free, design your flow in the no-code visual builder, connect your Ollama (self-hosted) account, and publish - typically live in a few minutes with no coding. The free plan needs no credit card, and the same bot can also run on every other channel and model provider.

Setup: 3 min
Cost: Bring your own API key
Requires: A Ollama account and an API key
View All AI Models
No credit card required
Free plan
Setup in minutes
Last updated: September 2026·Reviewed by Conferbot Team
WHAT YOU GET

Ollama Chatbot Features

Everything you need to build powerful automated conversations

Point at your own Ollama endpoint

There is no per-token bill at all. You run the model on hardware you control, and the only cost is the machine and the power it draws.

Works in every AI node

Free-text answers, knowledge base retrieval, the AI agent, intent routing and handover summaries all run on Ollama once you select it. Nothing is downgraded.

OpenAI-compatible endpoint

Ollama (self-hosted) speaks the same chat-completions wire format, so support is a configuration entry rather than a bespoke integration that drifts out of date.

Switch providers per chatbot

The provider is a setting, not an architecture. Your flow, knowledge base, transcripts and embed code are provider-agnostic, so changing model needs no rebuild.

Keys encrypted and workspace-scoped

Encrypted at rest, never exposed to the browser, never written to logs in plaintext, never shared between workspaces. The part most DIY tutorials get wrong.

Fallback provider on standby

Configure a second provider and conversations continue when Ollama is throttled or down, instead of erroring in front of the visitor. Costs nothing until it is used.

💼USE CASES

What Can You Build?

Customer support deflection

Answer the repeat questions from your knowledge base 24/7, and hand the rest to a person with the transcript attached.

Lead qualification

Ask the qualifying questions a rep would ask, score the answer, and route only the conversations worth a human's time.

Booking and scheduling

Turn enquiries into confirmed appointments inside the chat, with real availability rather than slots that turn out to be taken.

Internal help desks

HR and IT questions answered from your own documents, which is the lowest-risk place to trial a new provider before pointing it at customers.

Onboarding and activation

Walk a new signup through setup step by step, answering questions in their own words instead of linking them to a help centre.

Multilingual support

Serve visitors in their own language from one flow. One conversation design, translated at answer time rather than rebuilt per locale.

🚀STEP-BY-STEP GUIDE

Get Started in 4 Simple Steps

Follow this guide to run your chatbot on Ollama

1
Step 1

Create an API key at https://ollama.com/download

2
Step 2

Open your chatbot's AI settings in Conferbot

3
Step 3

Choose Ollama as the provider and paste the key

Step 4 - Done!

Pick a model and publish - existing flows keep working unchanged

Start Building Today

Ready to Build Your Ollama Chatbot?

Bring your own Ollama key and build on the free plan. Setup takes about 3 min.

No credit card
Free plan
Cancel anytime
4.9/5 Rating
Supported provider

Why Run Your Chatbot on Ollama (self-hosted)

Ollama serves open-weight models on machines you control. Point Conferbot at your own endpoint and prompts never leave your infrastructure - while the widget, inbox, handover and analytics stay fully managed. It is the only option here where no customer text reaches a third-party model vendor.

Most guides for building a Ollama chatbot are developer tutorials: an API key, a Python or Node script, and an afternoon spent on the parts that are not the model - the widget, the conversation state, the retrieval, the handover to a human. That is the right approach when the chatbot is the product. It is the wrong shape when you need a working chat widget on a business website this week.

Conferbot treats Ollama as a provider you select, not an integration you build. Paste your own API key, choose Ollama from the provider list, and every AI node in your flow runs on it. The visual builder, widget, inbox, analytics and human handover are unchanged.

What a Ollama-Powered Chatbot Can Do

Selecting Ollama changes which model generates text. It does not put you in a reduced version of the product. All of this runs on Ollama once selected:

  • Free-text answers - the visitor asks in their own words and the model answers from your content rather than a scripted branch.
  • Knowledge base retrieval - upload documents or point at your site; the retrieval step is handled for you.
  • The AI agent - multi-step conversations that decide what to ask next instead of following a fixed script.
  • Intent classification - routing to the right branch, team or queue.
  • Summarisation on handover - the summary your agent reads before replying.

The flow, channels, inbox, ticketing, analytics and templates are identical whichever provider you pick. That separation is the point: the model is a setting, not an architecture.

Ollama (self-hosted): Where It Wins and Where It Does Not

No provider is the right answer for every chatbot. These are the honest trade-offs.

Strengths

  • No customer text leaves your infrastructure - the strongest possible data-residency answer
  • No per-token cost once the hardware exists
  • Complete model choice, including fine-tuned private models
  • Works offline and in air-gapped networks

Trade-offs

  • You run and monitor the hardware
  • Latency and throughput depend entirely on your GPUs
  • No managed scaling during traffic spikes

Best suited to

  • Healthcare, legal, government and defence
  • Anyone whose policy forbids sending customer data to external APIs
  • Teams with existing GPU capacity

Model families available

  • Any open-weight model Ollama supports (Llama, Mistral, DeepSeek, Gemma and others)

How to Build a Ollama Chatbot with Conferbot

End to end this takes a few minutes, and none of it involves a terminal.

  1. Create an API key at https://ollama.com/download
  2. Open your chatbot's AI settings in Conferbot
  3. Choose Ollama as the provider and paste the key
  4. Pick a model and publish - existing flows keep working unchanged

If the chatbot already exists on another provider, selecting Ollama is the only change you make. The flow, content, embed snippet and every deployment channel stay exactly as they are.

What you need first

A Ollama account and an API key. Keys are issued from the Ollama console, and the console will usually show a key once only, so copy it before closing the page.

Ollama (self-hosted) API, Keys and Data Handling

Ollama serves models from an endpoint you run, so there is no third-party API in the path at all. Conferbot connects to your endpoint and prompts never leave your infrastructure.

How your key is stored

Provider API keys are encrypted at rest and scoped to a single workspace. They are never exposed to the browser, never written to logs in plaintext, and never shared between workspaces or providers. This is the part self-built tutorials most often get wrong, since calling a model API directly from client-side JavaScript puts the key in every visitor's browser.

Where conversations go

Nowhere outside your network. This is the strongest data-residency position available and the reason teams in healthcare, legal, government and defence choose it.

What stays with us

Transcripts, contacts and analytics live in your Conferbot workspace regardless of provider, so changing model does not move or re-key your history.

If the provider is unavailable

Configure a second provider and conversations continue on it instead of failing in front of the visitor. Without a fallback, AI nodes error while the scripted branches and human handover keep working. It costs nothing until it is used.

What a Ollama Chatbot Costs

There are two costs, billed separately by two different parties.

What self-hosting costs

Hardware and the electricity to run it. There is no per-token bill, which changes the economics completely at high volume and makes them worse at low volume.

What Conferbot charges

A conversation-based plan starting free with 600 conversations a month. A conversation is an entire session, not an individual message, so a visitor asking six follow-up questions counts once rather than six times.

Why the split matters

Bring-your-own-key means a cheaper model actually makes your bot cheaper. On platforms that bundle AI into per-message pricing, switching to a cheaper provider saves the vendor money, not you.

Ollama vs the Other Providers Conferbot Supports

Twenty-one providers are wired up, and the right one depends on which constraint binds hardest. This is the short version; the full grid, grouped by jurisdiction and open-weight status, is on the AI model providers page.

On cost

Per-token price only decides the argument at volume. A support bot answering ten thousand questions a month feels it; a lead bot handling two hundred does not. DeepSeek is the cheapest of the mainstream options and has the fullest guide here.

On tone and instruction-following

This is where models differ most and benchmarks help least. Claude is careful and rarely invents; GPT is concise and consistent; Gemini is cheap at the Flash tier with very large context.

On where the data goes

You are already at the strongest position available - nothing leaves your network.

On latency

Groq and Cerebras serve open models on custom silicon fast enough that the widget feels instant, which matters more than model quality on a high-traffic website widget.

On breadth

OpenRouter reaches hundreds of models through one key with automatic failover, at the cost of an extra hop and a routing margin.

Start free: configure two providers on the free plan and run the same flow against both. Twenty of your own questions settle it faster than any table.

Templates and Flows to Start From

You do not have to design the conversation from a blank canvas. The template library holds complete flows you open, edit and publish, and every one works with Ollama because the provider is independent of the flow.

By the job you need done

By where the bot will live

The same Ollama-powered bot deploys to your website, WhatsApp, Telegram, Discord, Slack, Instagram, Messenger, Microsoft Teams and LINE, with every conversation landing in one inbox. Channel-specific template sets are at website, Telegram and Discord.

Then make it yours

Edit the flow in the visual builder, ground the answers in an AI knowledge base, and set the exit to live chat handover so a person picks up when the bot cannot help.

Getting Good Answers Out of Ollama

Most disappointing chatbot results are prompt and grounding problems rather than model problems. These five apply whichever provider you choose.

Ground it before you tune it

Retrieval from an AI knowledge base reduces invention far more reliably than instructions telling the model not to invent. Do this first.

Set an explicit length limit

Chat widgets need two or three sentences, not four paragraphs. Long replies push the input box off a phone screen, and most chat traffic is mobile.

Define the refusal path

Say what to do when the knowledge base does not cover the question. Without that instruction the model attempts an answer; with it you get a clean handover.

Test the failure frame, not the happy path

Ask the bot something it cannot know and watch what happens. That is the frame visitors remember, and the fastest way to find a prompt that is too permissive.

Read the transcripts weekly

Fix the prompt against real failures in the analytics and the inbox, not imagined ones. Twenty real questions beat any benchmark.

Try it: the free plan includes 600 conversations a month, the knowledge base and human handover, with no card and no expiry.

If Ollama (self-hosted) Is Not the Right Fit

Conferbot supports twenty-one providers, so the honest answer to "is Ollama right for me" is sometimes no. Switching costs one setting.

If you need the safest general-purpose default

OpenAI's GPT models are the most consistent at following varied instructions and the best documented.

If tone and carefulness matter most

Claude is the least likely to invent an answer when the knowledge base does not cover the question.

If EU data residency is the constraint

Mistral is a French company with EU-hosted inference and open weights on several models.

If cost per conversation dominates

DeepSeek is the cheapest of the mainstream options and has a full setup guide here.

If nothing may leave your network

Serve open weights on your own hardware through a self-hosted Ollama endpoint.

The full list, grouped by jurisdiction and open-weight status, is on the AI model providers page.

Start Building Your Ollama Chatbot

The free plan includes 600 conversations a month, the visual builder, knowledge base, human handover and every deployment channel, with no credit card and no expiry. Provider choice is not gated by plan, so Ollama works on it from the first conversation.

Still deciding? Configure two providers and run the same flow against both using twenty questions your visitors actually ask. It settles the argument faster than any benchmark table, and leaves you with a fallback configured either way.

From here: pick a flow from the template library, check the limits on the pricing page, compare against other chatbot platforms, or browse every supported provider.

Why Conferbot

How Conferbot Compares for Ollama

Most platforms charge per message, per seat, or limit channels by tier. Here's how Conferbot is different.

FeatureConferbotTypical Competitor
Channels included8 (all plans)3-6 (varies by tier)
Pricing modelFlat rate from $19/moPer-seat or per-message
AI chatbot builderYes (plain English)No or limited
Native mobile SDKs4 (Android, iOS, Flutter, RN)None (WebView only)
Knowledge base AIIncludedAdd-on ($30-99/mo)
Live chat handoffIncludedHigher tiers only
Calendar bookingBuilt-inThird-party required
Setup timeUnder 10 minutesHours to days
Start Free - Deploy on Ollama in 10 minNo credit card required · Free plan available · See full comparison
FAQ

Ollama FAQ

Everything you need to know about chatbots for ollama.

🔍
Popular:

Yes. You select Ollama as the provider, paste your own API key, and build the conversation in a drag-and-drop editor. There is no server to run, no app to host, and no embedding code to write beyond pasting one line into your site. Most published Ollama chatbot guides are developer tutorials that leave you to build the widget, conversation state, handover and key security yourself.

You need your own Ollama endpoint rather than a key from a vendor. You run the model on hardware you control and point Conferbot at that endpoint, which means there is no per-token bill and no customer text leaving your infrastructure.

Yes, per chatbot, without rebuilding anything. The provider is a setting, not an architecture: your flow, knowledge base, transcripts and widget are provider-agnostic. Many teams configure two providers deliberately so that if one endpoint is throttled or down, conversations continue on the other rather than dead-ending on the visitor.

On your own hardware, which is the point. No customer text reaches a third-party model vendor, so this is the only option here that satisfies a policy forbidding external AI APIs outright. The trade-off is that you run and monitor the infrastructure, and latency depends entirely on your own GPUs.

No customer text leaves your infrastructure - the strongest possible data-residency answer. No per-token cost once the hardware exists. Complete model choice, including fine-tuned private models. The honest caveat is the other side of the ledger: you run and monitor the hardware. Models differ more in tone and instruction-following than in raw capability, so the fastest way to decide is to run twenty questions your visitors actually ask through Ollama and one alternative and read both sets of answers.

All of them. Model provider and deployment channel are independent settings, so the same Ollama-powered bot runs on your website widget, WhatsApp, Telegram, Messenger, Instagram, Slack, Discord, LINE, Microsoft Teams and the mobile SDK, with every conversation landing in one shared inbox.

Yes. Provider choice is not gated by plan. The free plan includes 600 conversations a month, one chatbot, the visual builder, knowledge base, live chat handover and every deployment channel, with no credit card and no expiry.

A few minutes. Create an API key at https://ollama.com/download, then Open your chatbot's AI settings in Conferbot, then Choose Ollama as the provider and paste the key, then Pick a model and publish - existing flows keep working unchanged. If the bot already exists on another provider, that is the only change - the flow, content and embed code stay exactly as they are.

Ready-made Website templates

You do not have to start from a blank flow. The Website chatbot templates are complete conversation flows you can open, edit and deploy, and the full chatbot template library covers lead generation, customer support, booking and 20+ industries. Every template is free to use on the free plan.

Reference & related

Building with the Ollama (self-hosted) API directly? Keys are issued at the Ollama console and the endpoint follows the provider default. Inside Conferbot the same key powers the AI chatbot builder, the AI knowledge base, the AI agent and natural language understanding.

Deploy the same bot to your website, WhatsApp, Telegram, Discord, Slack, Instagram, Messenger, Microsoft Teams or LINE - the provider and the channel are independent settings.

Background reading: large language model, prompt engineering, retrieval-augmented generation, fine-tuning, and how the mainstream models compare. Pricing and plan limits are on the pricing page; the free plan includes 600 conversations a month with no card.

Ollama (self-hosted): strengths and trade-offs

Strengths

  • No customer text leaves your infrastructure - the strongest possible data-residency answer
  • No per-token cost once the hardware exists
  • Complete model choice, including fine-tuned private models
  • Works offline and in air-gapped networks

Trade-offs

  • You run and monitor the hardware
  • Latency and throughput depend entirely on your GPUs
  • No managed scaling during traffic spikes

Best for

  • Healthcare, legal, government and defence
  • Anyone whose policy forbids sending customer data to external APIs
  • Teams with existing GPU capacity

Not set on Ollama (self-hosted)?

The model provider is a setting, not an architecture - run different providers on different chatbots and change your mind without rebuilding a flow. See every AI model provider Conferbot supports, compare against other chatbot platforms, or start from a ready-made template and configure two providers so one vendor outage cannot take your bot down.