Session volume

Token cost per session

Tool calls (e.g. web search)

โ€”
runtime / month
โ€”tokens / month
โ€”tool calls / month
โ€”total / month

Cost by scale

Runtime cost scales with wall-clock session length regardless of how much the model did; token cost scales with how much it actually read and wrote. Both grow linearly with session count, but a slow agent pays disproportionately more runtime per session.

Sessions/moRuntimeTokensToolsTotal

Why session-hour billing is a separate line item

Hosted agent platforms increasingly bill the runtime environment itself โ€” the sandbox, browser context, or execution container the agent runs inside โ€” on top of standard model token rates. A representative 2026 rate is roughly $0.08 per active-runtime-hour. This isn't a replacement for token pricing, it's additive: a long agent session pays for both the wall-clock time its environment stays provisioned and every token the underlying model reads or writes while that environment is alive. Two agents doing the identical task can rack up very different bills if one finishes in 90 seconds and the other takes 8 minutes, even with near-identical token counts, because the slower one occupies billed runtime for longer.

This is exactly the gap between this calculator and a pure per-step or per-token agent cost tool: those price the model calls, this adds the dimension that scales with time-in-session rather than work-done. It matters most for agents that wait on slow tool calls, browse pages, or run long tool-use loops โ€” time the model spends idle inside an active session still burns session-hour billing even though it burns very few tokens during that wait.

Layered on top of both is metered tool usage โ€” a common 2026 rate for a built-in web search tool is about $10 per 1,000 searches. An agent that searches liberally can accumulate meaningful tool cost independent of both its runtime and its token bill. Total agent cost in 2026 is really three stacked meters: runtime-hours, tokens, and tool calls โ€” treating any one of them as "the" cost understates the real bill. For the pure per-step/token view without runtime billing, see the AI agent cost calculator or the agent loop budget calculator for P99 runaway-cost planning.

Host your project:DigitalOcean โ€” $200 free โ†—Hostinger VPS
AI Agent Cost CalculatorAgent Loop BudgetAI Agent Step CostComputer Use Agent CostWeb Search Tool Cost