Home / Dev & AI / AI & LLM Cost / Chatbot Cost Calculator

AI & LLM Cost

Chatbot Cost Calculator

Find out what an AI chatbot costs to run at scale. Enter daily users, messages per user and token sizes, choose a model, and see the monthly bill, cost per message and cost per active user.

Estimated monthly cost

$0

Cost per message
Cost per active user / month
Messages per month
Input token cost
Output token cost
Annual estimate

Where the chat spend goes

Longer replies mean more output tokens, the most expensive part of every conversation.

Your chatbot priced across AI models

Same message volume, different models, cheapest first.

What the Chatbot Cost Calculator does

A chatbot cost calculator answers the question every product team asks before launch: what will this cost per month once real users arrive? The bill scales with three things, how many people chat each day, how many messages they send, and how many tokens each message and reply consume.

Chatbots also carry a hidden cost, the conversation history resent on every turn so the model remembers context. That is why input tokens per message are set higher than a single sentence would suggest. This tool folds all of that into a per message, per user and monthly figure you can compare across models.

Heads up on pricing. The rates built into this tool are public list estimates for July 2026 and can change without notice. Providers also offer batch discounts, prompt caching and volume tiers that lower real costs, so treat the output as a planning estimate, not a quote.

The formula

messages per month = daily users × messages per user × active days
cost = (messages × input tokens ÷ 1M × input rate) + (messages × output tokens ÷ 1M × output rate)

Worked example

With 2,000 daily users sending 8 messages each over 30 days, that is 480,000 messages a month. At 800 input and 300 output tokens on GPT-5 mini, input is 384M × $0.25 + output 144M × $2 per million = $96 + $288 = about $384 a month, or roughly $0.19 per active user.

AI model pricing used in this calculator (July 2026 estimates)

ModelProviderInput / 1M tokensOutput / 1M tokens
GPT-5OpenAI$1.25$10.00
GPT-5 miniOpenAI$0.25$2.00
Claude Opus 4.1Anthropic$15.00$75.00
Claude Sonnet 4.5Anthropic$3.00$15.00
Claude Haiku 4.5Anthropic$1.00$5.00
Gemini 2.5 ProGoogle$1.25$10.00
Gemini 2.5 FlashGoogle$0.30$2.50
DeepSeek V3DeepSeek$0.27$1.10
Grok 4xAI$3.00$15.00
Llama 4 MaverickMeta$0.20$0.60

Prices are public list estimates for planning as of July 2026 and change often. Providers bill per token, where roughly 1,000 tokens equals about 750 words. Always confirm live rates on the provider pricing page before you set a budget.

Ways to lower your AI costs

Frequently asked questions

How much does it cost to run an AI chatbot?

For a small model like GPT-5 mini or Gemini Flash, a busy consumer chatbot often runs a few hundred to a few thousand dollars a month. Premium models can be 5 to 10 times that. Enter your numbers above for a tailored estimate.

Why are input tokens so high per message?

Because chatbots resend the conversation so far on every turn to keep context. A long chat can carry thousands of input tokens per message even if the user types one line.

How can I cut chatbot costs?

Trim or summarize old history, use prompt caching for the system prompt, pick a small model for routine turns, and cap reply length. These changes often halve the bill.

Should I use a cheap or premium model?

Route easy questions to a cheap model and escalate only the hard ones to a premium model. That hybrid approach usually gives the best cost to quality balance.

Are these estimates accurate?

They are July 2026 planning estimates. Real usage varies with history length and caching, so measure once you have live traffic.

Related calculators