Chatbot Cost per Conversation Calculator
Estimate the monthly LLM cost of running a chatbot from average tokens per conversation.
Inputs
Saved Scenarios
— select 2+ to compare| Metric | |
|---|---|
Total Monthly Cost
$40.00
Cost per Conversation
$0.0040
Spark says
How it's calculated
Formula
- Avg\ Tokens
- — Average total tokens (prompt + history + response) per conversation
What is the Chatbot Cost per Conversation Calculator?
A chatbot's per-conversation cost depends on how much context (system prompt, chat history, tools/RAG results) gets sent on every turn — this calculator projects total monthly spend from an average token figure.
How to use it
- 1 Enter the average total tokens used across a typical conversation.
- 2 Enter your model's price per 1,000 tokens.
- 3 Enter expected conversations per month.
Worked examples
Limitations
- •Real conversations vary widely in length — use a measured average from actual usage logs where possible, not a guess.
Frequently asked questions
Why does cost per conversation grow with longer chat history?
Most chat APIs are stateless — the full conversation history gets resent (and re-billed) on every turn, so longer conversations cost progressively more per additional message.