Why do long AI conversations cost more?
To understand why long conversations cost more, you first have to understand how your text maps to tokens. Built for teams building chat features, this tool makes the token math concrete so your budgets and context planning are based on real numbers.
Results update automatically as you type.
- Total input tokens (full history)
- 70,300 tokens
- Session cost — full history
- $0.0135
- Session cost — 6-turn window
- $0.00904
- Saved by windowing
- $0.00450
Why this isn't trivial
The part people underestimate: each turn resends the accumulated history, so token usage — and cost — grows with every message in the thread. In practice the biggest savings come from windowing or summarizing history to stop unbounded growth, so it is worth modelling before you commit.
How it's calculated
We estimate this by modeling how resent history grows the input tokens turn by turn. 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 does cost grow within a chat?+
History is resent each turn, so later turns carry more input tokens.
How do I cap it?+
Keep only the last few turns or replace old turns with a summary.
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.