A chatbot quote in 2026 can be $1,500 or $60,000, and both vendors will call it "an AI chatbot." The gap has little to do with the model. It comes from how many channels the bot lives on, which systems it reads from, whether it was tested against real conversations before launch, and whether it needs to speak several languages or answer the phone. This guide is written for buyers of conversational bots: customer support, sales, onboarding, and internal help desks. It breaks the market into four price tiers, compares per-resolution SaaS pricing with owning a custom bot, lists the variables that move a quote, shows the monthly token math, and works through a support-deflection example. If your project is less about conversation and more about taking actions across systems, our AI agent development cost guide covers that side of the market.
The four chatbot price tiers in 2026
Rule-based or FAQ bot: $1.5k–$4k, 1–3 weeks
A decision-tree bot with scripted flows, button menus, and a small FAQ set matched by keywords or a lightweight classifier. Nothing is generated, so there is no hallucination risk and running cost is close to zero. It works for order status lookups, opening hours, appointment reminders, and routing to the right department. It fails the moment a customer phrases something the tree did not anticipate, which is why most companies outgrow this tier within a year. Still the right buy for a narrow, high-volume, low-variance use case.
LLM chatbot over a knowledge base (RAG): from $4k, 3–5 weeks
A retrieval-augmented bot that answers in natural language from your help center, policies, product docs, and past tickets. Content is chunked, embedded, and retrieved per question, so the model answers from your material rather than its training data. Our packaged AI Agents Suite sits here: the retrieval pipeline, web widget, escalation logic, and analytics are already in production for paying customers, so the work is content ingestion, tone, guardrails, and channel setup. It ships with a web widget plus one messaging channel, a human handoff into your helpdesk, and a starter evaluation set. The best fit for support teams whose top 50 questions account for most of their volume.
Chatbot with integrations and actions: $6k–$25k, 4–10 weeks
Once the bot needs to look up a specific order, change a delivery address, check a subscription, or book a slot, it has to call your systems. Each integration adds authentication, permission scoping, error handling, and test cases. A custom AI chatbot build with one or two integrations starts at $6k. A bot that works across three to six systems, with approval gates for actions that cost money and an evaluation harness of several hundred real conversations, runs $12k–$25k. Voice and multilingual builds land at the upper end of this range.
HIPAA and regulated chatbots: from $7.5k, often $15k–$40k
Patient-facing intake bots, insurance chatbots, and anything that handles financial account data need a compliance layer: BAA-covered model providers, encryption at rest and in transit, immutable audit logs, PHI redaction before anything reaches a model, and documentation an auditor can read. Our HIPAA-compliant AI development starts at $7.5k for a scoped first bot; patient-facing conversational builds with EHR or scheduling integrations typically run $15k–$40k. Expect compliance to add 20–30% over an equivalent unregulated bot.
SaaS chatbot pricing vs a custom build
Intercom Fin, Zendesk AI agents, and similar add-ons charge per resolved conversation, typically $0.99–$2 each, on top of seat licenses. Tidio, Crisp, and the SMB tier of tools bundle a few hundred AI conversations into $29–$300 a month plans and charge overage above that. This is the fastest path if your support already runs inside one of those platforms and your volume is modest. The crossover to custom is a volume question first and an integration question second.
- Under roughly 800 resolutions a month: SaaS is cheaper. At $1.50 per resolution you pay about $1,200 a month with zero build cost, and you can switch it off.
- 800–2,000 resolutions a month: the crossover. $1,200–$3,000 a month in per-resolution fees equals a $6k–$12k custom build inside a year, and the custom bot costs $150–$600 a month to run.
- Above 2,000, or with any integration the platform lacks: custom wins. Per-resolution fees scale with your success; a custom bot does not.
- Other reasons to build: you need the bot on WhatsApp, voice, and web at once; you need a language the platform handles poorly; you want to own the conversation data; or the platform cannot reach your order or booking system.
No-code builders such as Voiceflow and Botpress sit between these options at $50–$500 a month. They are excellent for prototypes and expensive in engineering hours once you need real permissions, an evaluation set, and integrations with systems that lack a connector.
What drives the cost
- Channels: a web widget is the baseline. Each added text channel (WhatsApp, SMS, Messenger, Slack, email) adds $1k–$3k. Voice adds $4k–$10k because of speech-to-text, text-to-speech, a latency budget under 800 milliseconds, and interruption handling.
- Integrations: $1.5k–$4k per system. Well-documented APIs (Shopify, HubSpot, Zendesk, Stripe, Calendly) sit at the low end; legacy systems and undocumented partner APIs at the high end.
- Knowledge base quality: 50 clean help articles ingest in a day. Thousands of PDFs with tables, versions, and contradictions need a chunking strategy, metadata, and cleanup worth $2k–$6k. Whether you need retrieval or fine-tuning is covered in RAG vs fine-tuning; for chatbots, retrieval wins almost every time.
- Guardrails: topic boundaries, PII redaction, prompt injection defenses, brand tone, refusal behavior, and disclosure that the user is talking to an AI. $1k–$3k for a customer-facing bot.
- Evaluation: 300–1,000 real conversations replayed before each release and scored on accuracy, escalation rate, tone, and cost. $2k–$5k, and the line most often missing from cheap quotes.
- Languages: large models speak most languages, but the knowledge base, evaluation set, tone review, and legal disclosures do not translate themselves. Budget $1k–$2.5k per additional language for a properly tested bot, less if only the model output is multilingual and your content stays in English.
- Voice specifics: beyond the channel cost, voice needs number provisioning, call transfer to a human, voicemail handling, and per-minute speech costs of $0.05–$0.15.
- Human handoff: escalation into your helpdesk with a summary, and a bot that knows when to stop. $1k–$2.5k. Skipping it is how chatbots generate complaints.
- Analytics and admin: conversation review, tagging, unanswered-question reports, and a content gap dashboard. $1k–$3k.
Monthly running costs: the token math
Take a support chatbot handling 5,000 conversations a month at five turns each. Every turn sends the system prompt, retrieved chunks, and conversation history, around 3,000 input tokens, and returns about 250 output tokens. That is 15,000 input and 1,250 output tokens per conversation, or 75 million input and 6.25 million output tokens a month.
- Frontier model at roughly $2.50 per million input and $10 per million output tokens: about $188 + $63 = $251 a month.
- Small or mid-tier model at roughly $0.15 and $0.60 per million: about $11 + $4 = $15 a month, less again with prompt caching.
- Routed mix (small model for classification and easy answers, frontier model for the hard 20%): typically $60–$110 a month at this volume.
- Embeddings for new and updated content: under $5 a month for most help centers.
- Infrastructure: vector database $0–$100, hosting $30–$150, logging and observability $0–$100, WhatsApp Business messaging fees of $0.005–$0.08 per conversation depending on country.
- Voice: speech-to-text plus text-to-speech at $0.05–$0.15 per minute. 1,000 five-minute calls add $250–$750 on top of the model cost.
All in, a text chatbot at this volume runs $200–$700 a month; a voice bot handling 1,000 calls a month, $600–$1,800. Ask for a cost dashboard and a model-swap layer in the proposal. Model prices have dropped roughly 10× every 18 months, and your bot should follow them down.
Timeline
Rule-based bots take 1–3 weeks. A RAG chatbot over a clean knowledge base ships in 3–5 weeks, and most of that is content review and tone approval on your side. Integration-heavy builds run 4–10 weeks, with the evaluation set as the long pole: pulling and labeling a thousand real conversations takes longer than wiring the APIs. Voice adds 2–3 weeks for latency tuning and call testing; each extra language adds about a week for content and evaluation. Regulated builds add 2–4 weeks for the BAA, risk analysis, and documentation. Every timeline should include a 2–4 week draft-mode phase where the bot suggests and a human sends, before it talks to customers alone.
ROI example: support deflection
An e-commerce brand receives 6,000 support conversations a month across chat, email, and WhatsApp, handled by a team of six at a fully loaded $26 an hour, averaging seven minutes each. A RAG chatbot with order lookup and returns initiation deflects 45%, or 2,700 conversations, and hands the rest to humans with a summary that saves 90 seconds each. Time saved: 2,700 × 7 minutes plus 3,300 × 1.5 minutes, roughly 397 hours a month, about $10,300 in agent time, or a little under two and a half full-time staff. Against a $14k build and $500 a month in running costs, payback lands inside month two. The step-by-step rollout is in how to add an AI agent to customer support.
Scale it down and the answer changes. At 500 conversations a month, 45% deflection saves about 33 hours, or $860. A $4k packaged chatbot pays back in five months; a $14k integrated build takes over a year, and a SaaS add-on at $1.50 a resolution (about $340 a month) may be the better start.
Hidden costs
- Knowledge base cleanup: the bot exposes every contradiction and stale page in your help center. Plan 20–40 hours of your team's time or $2k–$4k of the vendor's.
- Ongoing tuning: $500–$2k a month, or 5–10 engineer hours, to review escalations, add evaluation cases, and adjust prompts. Bots that nobody watches degrade.
- Model deprecations: providers retire models every 12–18 months. A swappable model layer costs $1k–$2k up front and saves a rewrite later.
- Messaging platform fees and approvals: WhatsApp Business verification, template approvals, and per-conversation fees; telephony numbers and carrier charges for voice.
- Legal: DPA or BAA review, privacy policy updates, and AI disclosure language required in some jurisdictions, including the EU AI Act transparency rules and the California bot disclosure law. $1k–$5k of legal time.
- Translation review: native speakers checking tone and terminology per language, a few hundred dollars per language per release.
- The handoff you skipped: measured in churned customers rather than lines on the invoice.
The cheapest chatbot answers every question. The one worth paying for knows which 20% of questions it should not answer, and hands those to a human with the context already attached.
— Rocket Systems Team
When automation or embedded engineers fit better
Not every conversational problem needs a customer-facing bot. Ticket triage, drafted replies for agents, and internal Q&A over policies are often better priced as AI automations from $2.5k, because there is no public channel, a smaller guardrail surface, and a human approves every output. Companies that expect to iterate on the bot for months are usually better served by embedding a conversational AI engineer in their team through hiring AI developers from $15/hour than by buying fixed-scope projects one after another. Both paths draw on the same AI development practice, with US-hours overlap from our Yerevan engineering hub.
Get a fixed quote for your chatbot
Describe the channels, the systems the bot needs to reach, the languages, and roughly how many conversations a month, and we can price it. We offer a free 30-minute discovery call with an engineer and a written scope, build estimate, and monthly running cost within 24–48 hours.
Packaged chatbots from $4k · custom from $6k · HIPAA from $7.5k · fixed quote within 48 hours.
Scope an AI chatbotFrequently asked questions
How much does it cost to build an AI chatbot in 2026?
Rule-based FAQ bots run $1.5k–$4k. A RAG chatbot that answers from your knowledge base starts at $4k as a packaged build and ships in 3–5 weeks. Custom chatbots with one or two integrations start at $6k; multi-integration bots with approval gates and an evaluation harness run $12k–$25k. HIPAA and other regulated chatbots start at $7.5k and typically land at $15k–$40k. Running costs add $200–$700 a month for a text bot at mid-market volume.
What is the difference between an AI chatbot and an AI agent?
A chatbot is conversation-first: it answers questions, guides users, and escalates to humans, with a few lookups or actions where needed. An AI agent is action-first: it takes multi-step actions across systems under permissions and approval gates, and conversation may be a small part of what it does. Pricing overlaps in the middle, but chatbots spend more of the budget on channels, languages, voice, and knowledge base quality, while agents spend it on tools, permissions, and evaluation.
How much does an AI chatbot cost per month to run?
For 5,000 conversations a month at five turns each, roughly 75 million input and 6.25 million output tokens, a frontier model costs about $250, a small model about $15, and a routed mix $60–$110. Add $30–$350 for hosting, vector storage, logging, and messaging fees. Most text chatbots land at $200–$700 a month; a voice bot handling 1,000 calls runs $600–$1,800 once per-minute speech costs are included.
Is Intercom Fin or Zendesk AI cheaper than a custom chatbot?
Below roughly 800 resolutions a month, yes: at $0.99–$2 per resolution you pay under $1,600 a month with no build cost. Between 800 and 2,000 resolutions the per-resolution fees match a $6k–$12k custom build within a year. Above that, or as soon as you need an integration, channel, or language the platform does not support, a custom chatbot at $150–$600 a month in running costs is cheaper and you own the data.
How much extra do voice and multilingual chatbots cost?
Voice adds $4k–$10k to the build for speech-to-text, text-to-speech, latency tuning, interruption handling, and call transfer, plus $0.05–$0.15 per minute in running costs. Each additional language adds about $1k–$2.5k for translated content review, an evaluation set in that language, and native-speaker tone checks, and roughly a week to the timeline.