How Much Does A Chatbot Cost? A Detailed Analysis In 2025
Reviewed by Tue Nguyen, Chief AI Officer at Savvycom
Two years ago, this guide quoted $40,000 to $150,000 to build a chatbot. Large language models broke that math in both directions. A support bot that once needed months of intent training now ships in weeks on top of an LLM, while running costs, which barely existed in the rule-based era, became a real budget line. So the honest 2026 answer has three tiers: platform subscriptions from about $20 a month, custom LLM chatbots from $12,000 to $70,000 to build, and enterprise multi-agent systems from $90,000 upward. This guide breaks down where your project lands, and shows the team math behind each number.
1. How much does a chatbot cost in 2026?
|
Tier |
Typical cost |
Timeline |
Best for |
|
No-code platform |
$20 to $500 per month |
Days |
FAQ and lead-capture bots on one or two channels, no sensitive data, standard workflows |
|
Custom LLM chatbot |
$12,000 to $70,000 build |
4 to 10 weeks |
Answers grounded in your own documents and data, brand control, one or two system integrations |
|
Enterprise / multi-agent |
$90,000 to $260,000+ |
3 to 6 months |
Multiple specialized agents, core-system integrations, compliance and audit requirements |
Demand keeps pushing budgets in this direction: Grand View Research projects the conversational AI market will reach $41.39 billion by 2030, growing at 23.7 percent a year. The rest of this guide unpacks what actually moves your project up or down within these ranges.
How we arrive at these numbers. The custom-tier ranges are not industry averages; they come from the team compositions we actually staff, priced at our 2026 Vietnam rate card. A typical custom LLM chatbot runs one AI engineer and one backend engineer full time for four to ten weeks, with a business analyst, project manager, and QA engineer part time. An enterprise multi-agent build runs a pod of roughly eight people, including an AI tech lead and a part-time solution architect, for three to six months. Multiply those teams by their hourly rates and you get the ranges above; our IT outsourcing cost breakdown publishes the underlying rates by role and region.
2. Why did chatbot costs change after LLMs?
In the rule-based era, the bot only knew what you scripted. Teams spent hundreds of hours mapping intents, writing responses, and handling the queries that fell through. An LLM-based bot inverts that: language understanding comes with the model, and the engineering effort moves to grounding it in your business, a pattern called retrieval-augmented generation, or RAG (the bot looks up answers in your documents before responding). Build budgets fell. What rose is the operating side: every conversation consumes model tokens, and quality depends on someone maintaining the knowledge base the bot retrieves from. Budgeting a chatbot in 2026 without a running-cost line is the most common mistake we see in client RFPs.
3. What drives the cost of a custom chatbot?
- Use case complexity. Answering questions is the cheap end. Taking actions (booking, ordering, updating records) requires workflow logic, error handling, and guardrails, which is where engineering hours accumulate.
- Knowledge base condition. A clean, current documentation set makes RAG straightforward. Scattered PDFs, outdated policies, and tribal knowledge mean data preparation work before the bot can answer anything reliably. Clients rarely budget for this; it is frequently a quarter of the project.
- Integrations. Each connected system (CRM, ticketing, order management, core banking) adds design, security review, and testing. Our guide to chatbot integration covers what each connection involves.
- Channels and languages. Web widget only is the baseline. Adding WhatsApp, Messenger, Zalo, or voice, and supporting multiple languages with consistent quality, multiplies testing scope.
- Compliance. In banking or healthcare, conversation logging, PII handling, data residency, and audit trails are engineering requirements, not paperwork. They can add 20 to 30 percent to an otherwise identical build.
4. How does chatbot cost change by region?
Every range in section 1 is priced at the rates of a mid-size APAC delivery company, which is what we are. Apply the same team compositions at other regions’ blended rates and the tiers scale like this:
|
Region |
Blended rate |
Custom LLM chatbot |
Enterprise multi-agent |
|
US and Canada |
$100 to $150+/hour |
$50,000 to $250,000 |
$350,000 to $1,000,000+ |
|
Western Europe |
$80 to $120/hour |
$40,000 to $200,000 |
$280,000 to $800,000 |
|
Eastern Europe |
$45 to $70/hour |
$22,000 to $120,000 |
$160,000 to $450,000 |
|
India (tier-1 vendors) |
$30 to $55/hour |
$15,000 to $90,000 |
$110,000 to $330,000 |
|
Vietnam / Southeast Asia |
$25 to $45/hour |
$12,000 to $70,000 |
$90,000 to $260,000+ |
Two honest notes on reading this table. First, rate is not a quality proxy at the senior level: the LLM your bot runs on is the same in every region, and senior AI engineers in Hanoi and Warsaw work from the same papers and toolchains as their counterparts in Austin. What you are actually paying for at onshore rates is proximity, and sometimes that is worth it: heavy onsite discovery, procurement rules that require a domestic vendor, or data that cannot legally leave your region are all legitimate reasons to pay US or EU prices. Second, offshore only stays cheap when communication works; a vendor without overlapping working hours and strong English turns the rate savings into coordination cost. The full rate tables by role and region are in the cost breakdown linked in section 1.
5. What does it cost to run a chatbot?
Two levers control the inference line. Model choice matters most: routing routine queries to a small, cheap model and reserving the large model for hard cases can cut token spend by half or more without users noticing. Conversation design matters second: a bot that resolves queries in three turns costs less per outcome than one that wanders for ten. This is also the honest counterargument to the platform tier: a $200 monthly subscription can exceed the inference bill of a well-tuned custom bot at the same volume, so compare total operating cost, not just build cost.
6. Should you use a platform or build custom?
The trap in between is outgrowing a platform after you have built your workflows inside it. Migration means rebuilding conversation flows, reconnecting channels, and retraining staff, so teams that expect integrations or compliance requirements within two years usually save money by starting custom, even at higher upfront cost. The reverse trap also exists: paying custom-build money for what is really an FAQ bot. An honest scoping conversation should sort your project into a tier before anyone writes a proposal, and a good partner will tell you when the platform tier is all you need.
7. What do real chatbot projects look like?
For a leading U.S. mental health and wellness platform, Savvycom built an intelligent chatbot combining gamified personality assessment with an adaptive recommendation engine that adjusts to each user over time. The cost lesson: the chat interface was a small fraction of the budget. The engineering went into the personalization logic and the feedback loop that keeps recommendations relevant, which is typical for consumer-facing bots where generic answers destroy engagement.
For a South Korea based financial services company in foreign exchange, our team delivered a multi-agent FX assistant on GPT-4o and LangGraph over a three-month build: five specialized agents covering user management, rates, settlement, exchange, and transaction processing, integrated with the company’s Mattermost workspace. The cost profile inverted: conversation handling was the straightforward part, while agent orchestration, compliance-grade audit trails, and integration with settlement systems consumed the budget. That is the enterprise tier in practice, and why its floor sits where it does.
8. How do you know if a chatbot is worth the investment?
- Identify eligible queries. Pull a month of support tickets or chat logs and separate the repetitive, answerable-from-documentation queries from those needing judgment.
- Count the volume. Measure what share of total contacts those eligible queries represent. Under roughly a third, the case weakens quickly.
- Price the current cost. Multiply the staff hours spent on eligible queries by loaded hourly cost, annualized. An agent spending three hours a day on routine questions at $15 per hour costs about $13,000 a year on those queries alone, and that is one agent.
- Price the bot at the right tier. Use the table in section 1 plus the running costs in section 4, matched honestly to your requirements rather than the cheapest tier.
- Compare over three years. Build cost amortizes; subscriptions and inference recur. Three-year total cost against three-year staff savings gives a decision-grade number instead of a launch-day one.
9. Estimate your chatbot cost
Quick estimator: pick what matches your project
Bot type
Integrations needed
Indicative ranges based on typical scopes at Vietnam-based delivery rates. A real quote follows a scoping session, not a widget.
Frequently asked questions
How much does an AI chatbot cost compared with a rule-based one?
In 2026 the build costs have converged: an LLM-based bot grounded in your documents often costs less to build than a heavily scripted rule-based bot did, because intent mapping disappears. The difference is operating cost, since LLM bots pay per conversation for model inference while rule-based bots do not.
What does a chatbot cost per month to run?
Platform bots cost their subscription, $20 to $500 monthly. Custom LLM bots typically run $300 to $2,000 per month covering model inference, hosting, and monitoring, plus knowledge base upkeep. Inference scales with conversation volume and model choice, so routing easy queries to smaller models keeps the bill down.
Can I build a chatbot without developers?
Yes, for standard use cases. No-code platforms handle FAQ answering, lead capture, and simple flows on common channels in days. You need developers when answers must come from your own data reliably, when the bot performs actions in other systems, or when compliance governs how conversations are stored.
How long does chatbot development take?
A custom LLM chatbot with retrieval over an existing knowledge base typically ships in four to ten weeks. Enterprise multi-agent systems take three to six months; our recent multi-agent delivery for a financial services client ran three months from design to production. Platform bots launch in days.
Is a custom chatbot worth it for a small business?
Usually not at first. Most small businesses get the value they need from a platform bot at subscription pricing. Custom becomes worth it when the bot must know your specific products deeply, connect to your operational systems, or when subscription and inference costs at your volume exceed what a build would amortize to.
Related reading
- What Is AI Development? A Complete Guide
- How Much Does Artificial Intelligence Cost?
- The Pros and Cons of Chatbots You Should Know
Looking for a Trusted Tech Partner That Delivers Your Measurable Values?
Savvycom delivers AI and chatbot development programs across BFSI, healthcare, logistics, and retail in APAC, Japan, South Korea, Australia, and the US, from scoping and knowledge base preparation through build, integration, and post-launch tuning. A scoping session will place your project in the right tier before you commit budget.
Explore the engagement model: AI Development Services






