Project the token cost of a multi-step agent loop — tool calls, retries, and all — before it runs in production.
6 steps × (1 + 15% retries) = ~6.9 effective steps per run
Cost per Agent Run
~13,800 input + ~2,760 output tokens
Per run
$0.0621
Monthly Projection
500 runs/day × 30 = 15,000 runs/month
Estimated monthly spend
$931.50
Models real agent cost growth: each retried step re-consumes tokens, and per-step cost compounds across a multi-step loop faster than a single request. Treat this as a planning estimate — actual agent traces vary in step count and token usage per run.
About the Agent Cost Simulator
A single-turn chat request and a multi-step agent loop have very different cost profiles — every tool call, reasoning step, and retry consumes tokens, and retries compound faster than people expect. This tool projects per-run and monthly cost from a step count, average tokens per step, and a retry rate.
Key Features
Models retry overhead as effective extra steps, not just a flat multiplier on the happy path.
Per-run and monthly cost at your actual traffic volume.