A scoped FAQ-style chatbot can be built for the low four figures (USD). An AI chatbot grounded in your own data, wired into your tools, and safe to put in front of customers typically runs into the five figures. The cost is driven far more by data grounding, integrations, and evaluation than by the chat interface itself — the chat box is the cheapest part.
The clearest way to size a chatbot budget is to first decide which of three tiers you actually need.
The three tiers of AI chatbot
Most quotes vary wildly because 'chatbot' spans three very different things. Pinning your tier is the single biggest lever on cost:
| Tier | What it does | Typical build | Best for |
|---|---|---|---|
| FAQ / scripted | Answers from a fixed set of canned responses and simple rules | Low four figures | Deflecting a handful of repetitive questions |
| RAG (grounded) | Answers from your own docs and content via retrieval, with citations | Four to five figures | Real customer support, sales, and internal Q&A |
| Agentic | Takes actions — looks up an order, books a slot, updates a record | Five figures and up | Workflows where answering a question isn't enough |
What drives the cost
- Scope and tier: a scripted FAQ bot, a RAG bot grounded in your data, or an agent that takes actions — each is a step up in effort.
- Data grounding: ingesting, cleaning, chunking, and indexing your content into a vector store so answers are accurate and traceable, not hallucinated.
- Integrations: helpdesk (Zendesk, Intercom), CRM, knowledge base, and live-agent handoff each add real work.
- Guardrails and evaluation: the difference between a demo and a system you can put in front of customers — see reducing LLM hallucinations.
- Channels: a web widget is cheapest; WhatsApp, Slack, or in-app each add surface area.
- Volume and quality bar: a bot answering 50 questions a day is a different build from one handling thousands against a strict accuracy target.
Build cost vs running cost
Budget for two numbers, not one: the one-off build, and the monthly running cost.
| Cost | One-off (build) | Ongoing (monthly) |
|---|---|---|
| Engineering | The bulk of the build | Maintenance and content updates |
| LLM usage | — | Priced per million tokens; scales with traffic |
| Vector store / hosting | Initial setup | Modest; scales with data and traffic |
| Integrations | Setup per system | Minimal once wired |
The lever most teams miss
Running cost is mostly LLM tokens. Caching answers to common questions and routing easy questions to a cheaper, faster model — reserving the top-tier model for hard ones — often cuts the monthly bill by more than half with no drop in quality.
A worked example
Say you want a support chatbot grounded in around 300 help-centre articles, embedded on your site, that hands off to a human when unsure. The build covers: ingesting and chunking the articles into a vector index, a retrieval-plus-generation pipeline that answers only from those sources with links, a web widget, a handoff into your helpdesk, and an evaluation set of real questions to measure accuracy before launch.
That lands in the four-to-five-figure range depending on integration depth and how strict the accuracy bar is. The ongoing cost is dominated by token usage — which is exactly where caching and model routing pay off as traffic grows.
How we build chatbots that pay for themselves
We scope to your highest-volume questions first so the bot deflects real tickets quickly, reuse a proven RAG foundation instead of rebuilding it, and route requests to the cheapest model that clears the quality bar — measured against an evaluation set so quality doesn't silently drift. See our AI chatbot development service, or book a free discovery call for a fixed estimate.
