Where the chat spend goes
Longer replies mean more output tokens, the most expensive part of every conversation.
Home / Dev & AI / AI & LLM Cost / Chatbot Cost Calculator
AI & LLM Cost
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
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.
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.
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.
| Model | Provider | Input / 1M tokens | Output / 1M tokens |
|---|---|---|---|
| GPT-5 | OpenAI | $1.25 | $10.00 |
| GPT-5 mini | OpenAI | $0.25 | $2.00 |
| Claude Opus 4.1 | Anthropic | $15.00 | $75.00 |
| Claude Sonnet 4.5 | Anthropic | $3.00 | $15.00 |
| Claude Haiku 4.5 | Anthropic | $1.00 | $5.00 |
| Gemini 2.5 Pro | $1.25 | $10.00 | |
| Gemini 2.5 Flash | $0.30 | $2.50 | |
| DeepSeek V3 | DeepSeek | $0.27 | $1.10 |
| Grok 4 | xAI | $3.00 | $15.00 |
| Llama 4 Maverick | Meta | $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.
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.
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.
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.
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.
They are July 2026 planning estimates. Real usage varies with history length and caching, so measure once you have live traffic.