AI Cost Calc

AI Chatbot Cost Calculator

How much does a chatbot cost to run? Enter your conversation volume, model and knowledge base — get the monthly bill, cost per conversation and first-year total in seconds.

Estimates are for planning purposes only. Always verify current pricing on each provider's official pricing page.

The real numbers

How much does an AI chatbot really cost?

Far less than most quotes suggest — and far more than "the API is cheap" implies. A chatbot's running cost has three layers: model tokens (every reply reads the system prompt, the chat history and — for knowledge-base bots — your retrieved documents), infrastructure (vector database, hosting, the workflow tool that orchestrates it), and the one-time build. The calculator above prices all three; the defaults describe a typical support bot: 2,000 conversations/month on a mini-tier model with a document knowledge base, landing near $110/month — about 5–6 cents per conversation.

Chatbot cost per month: what actually drives it

Chatbot cost to build (one-time)

A simple FAQ bot on an existing platform is a $500–2,000 build. A knowledge-base (RAG) bot that ingests your docs, retrieves and cites them runs $2,000–10,000 depending on integrations and polish. In-house, count your hours honestly — including the prompt-tuning week everyone forgets. Whether that build pays off is exactly what our automation ROI calculator answers.

The knowledge-base layer (RAG)

Bots that answer from your documents add two costs: extra input tokens (the retrieved chunks pasted into every prompt — often more tokens than the question itself) and a vector database. At small scale, serverless vector DBs like Pinecone cost $0–50/month. Model that layer precisely — corpus size, embeddings, storage, queries — in the RAG cost calculator.

Chatbot platforms vs building your own

Per-seat chatbot SaaS often charges $50–500/month for what tokens deliver at $20–100. Building on a workflow tool like n8n plus a model API keeps you in control of model choice and cost per message — that's the stack this calculator models, and the one we build for clients.

Worked example

The defaults above: 2,000 conversations × 6 messages on GPT-5.4 mini with RAG. Token bill ≈ $38/month (32.4M input + 3M output tokens), vector DB $25, platform $50 → ~$113/month, or 5.6¢ per conversation. First year with a $1,500 build: ~$2,850. Compare that to one part-time support hire — then check the ROI calculator to see the payback in hours saved.

FAQ

Frequently asked questions

How much does an AI chatbot cost per month?

A support chatbot handling 2,000 conversations a month on a mini-tier model typically costs $60–200/month all-in: model tokens ($20–80), a small vector database ($0–50) and hosting/platform ($25–75). Enterprise volumes scale the token line linearly — but the cost per conversation usually drops.

How much does it cost to build a chatbot?

One-time builds range from $500–2,000 for a simple FAQ bot to $2,000–10,000 for a knowledge-base (RAG) bot with document ingestion and integrations. Custom enterprise builds go higher. The monthly running cost is separate — that's what this calculator estimates.

Is a chatbot cheaper than human support?

Per conversation, dramatically: 5–10 cents vs several dollars of agent time. But bots don't resolve everything — a realistic model is the bot handling 60–80% of routine questions and escalating the rest. Run the full comparison, including review time, in our automation ROI calculator.

What's the cheapest model that works for a support chatbot?

Mini-tier models (GPT mini classes, Haiku, Gemini Flash) answer routine support questions well at a fraction of flagship prices — that's why this calculator defaults to one. Prototype with a premium model, then step down until quality measurably drops; most support bots never need to step back up.