What does an AI chatbot cost per conversation?
Want to estimate an AI chatbot's cost per conversation? This page turns that question into a real number. It is aimed at teams pricing or budgeting chat, who need a defensible monthly figure before they ship. Change the volume and token sizes to match your own product and the estimate updates instantly.
Results update automatically as you type.
- Messages
- 8
- Cost per conversation
- $0.00156
- Margin
- $0.4984
Why this isn't trivial
The part people underestimate: each additional turn resends prior history, so cost per conversation rises faster than a per-message estimate implies. In practice the biggest savings come from windowing history to the last few turns, so it is worth modelling before you commit.
How it's calculated
We estimate this by summing input and output tokens across the turns of one conversation, including resent history, at the model's rates. Every figure uses the current provider prices baked into the site (reviewed daily), and you can override any input to match your own assumptions.
Frequently asked questions
Why not just multiply per-message cost by turns?+
Because later turns resend history, so real cost grows super-linearly with turns.
What is a typical conversation length?+
Model your own; support chats are short, tutoring or agents run much longer.
Are these prices up to date?+
Yes. The model prices behind this calculator are refreshed and reviewed daily, so your estimate reflects current provider rates rather than a stale snapshot.
Related
Estimates for planning. Pricing data last reviewed 28 July 2026.