AI Agent Cost Calculator
An agent run is a loop, not a single call. Enter your workload to see the monthly token bill per model, and what the same job costs as a supervised Rills workflow.
The same agent costs $1.30 a month on GPT-5 nano and $200.00 on Claude Fable 5.
The model choice can have a 154× effect on the bill with the same prompt. Enter your volume below to evaluate your own costs.
03. What it costs
- Gemini 3.1 ProCheapest agent
- Per run
- $0.088
$44.00/mo - Claude Sonnet 5
- Per run
- $0.12
$60.00/mo - GPT-5.5
- Per run
- $0.22
$110.00/mo - Rills workflowCheaper + supervised
- AI credits
- 1,000 / 200 included
- Workflow credits
- 3,000 / 5,000 included
Save $13.00/mo vs running this as an agent on Gemini 3.1 Pro, with human supervision built in.
Credit estimate based on Gemini 3.1 Pro pricing
AI overage: 800 credits × $1.50 per 100
Triggers, logic, and human approvals never consume credits · $0 while workflows are paused awaiting approval.
$31.00/mo
The supervised workflow comes out cheaper than the agent loop, with every consequential step waiting on your approval. Start your trial →
Prices are estimates, last verified 2026-08-24. Confirm against provider pricing pages before budgeting.
What a dollar of model spend actually buys
Price is half the picture but when plotted against capability, the tier a vendor labels a model with gets guzzy: GPT-5.6 Luna buys about 38× more capability per dollar than Claude Fable 5, and several of the cheapest models are just as capable as frontier ones for non-coding tasks.
- Frontier
- Balanced
- Fast
- Best value at its price
Each dot is a model priced against 500 runs a month at 5 calls per run. Models at the top are more capable on the Artificial Analysis Agentic Index, the mean of GDPval-AA v2 and 𝜏³-Banking — real work and multi-step tool calls without coding tasks. Further left is cheaper. The line traces the models best on both axes at once.
- Claude Haiku 4.5: Artificial Analysis scores the reasoning variant only; both variants bill at this rate.
- Gemini 3.1 Pro: Scored as Gemini 3.1 Pro Preview, an early evaluation well below the model's general-capability rank.
- GPT-5 nano carries no published agentic score, so it is absent from the plot, but present in the table.
Every model, cost and capability
Priced using the same default agent loop: 500 runs a month, 5 calls per run, 4,000 input and 800 output tokens per call. Models are grouped by capability tier with the cheapest first inside each group.
| Model | Agentic Index | Cost per agent run | Monthly token bill |
|---|---|---|---|
| Frontier | |||
| GPT-5.6 Sol | 57.8 | $0.16 | $80.00 |
| Claude Opus 5 | 59.2 | $0.20 | $100.00 |
| GPT-5.5 | 47.4 | $0.22 | $110.00 |
| Claude Fable 5priciest | 56.6 | $0.40 | $200.00 |
| Balanced | |||
| DeepSeek V4 Pro | 49.6 | $0.0422 | $21.12 |
| Grok 4.6 | 58.7 | $0.064 | $32.00 |
| Gemini 3.5 Flash | 39.7 | $0.066 | $33.00 |
| GPT-5.6 Terra | 50.2 | $0.088 | $44.00 |
| Gemini 3.1 Pro | 23.0 | $0.088 | $44.00 |
| GPT-5.4 | 44.2 | $0.11 | $55.00 |
| Claude Sonnet 5 | 49.7 | $0.12 | $60.00 |
| Fast | |||
| GPT-5 nanocheapest | not scored | $0.0026 | $1.30 |
| GPT-5.6 Luna | 46.9 | $0.0088 | $4.40 |
| DeepSeek V4 Flash | 48.4 | $0.0141 | $7.04 |
| Gemini 3.5 Flash-Lite | 27.2 | $0.016 | $8.00 |
| Gemini 3.7 Flash | 45.1 | $0.03 | $15.00 |
| GPT-5.4 mini | 31.5 | $0.033 | $16.50 |
| Grok 4.3 | 24.2 | $0.035 | $17.50 |
| Claude Haiku 4.5 | 16.5 | $0.04 | $20.00 |
Why an agent run costs more than a single chat call
500 runs5 calls each2,500 billable model calls
- Call countThe loop multiplies everything.A chat question is one model call. An agent reasons, calls a tool, reads the result, and reasons again. At the 5 calls per run this page assumes, 500 runs become 2,500 billable calls. Every retry and reasoning step adds more calls.
- ContextInput grows as the loop remembers.Each call contains the conversation so far, so input tokens climb with every step even when the original prompt never changes. Prompt caching helps costs by storing the initial prompt and replaying it. Use the cache slider above to represent how much of your expected input is in the initial prompt versus follow ups like tool calls and reasoning.
- OutputOutput tokens cost three to eight times input.Every provider charges more for what the model writes than for what it reads. An agent that thinks out loud at every step pays that premium repeatedly, which is why a verbose loop on a cheap model can beat a terse loop on an expensive one.
- RoutingMost calls decide, they don't produce.In a typical loop only one or two calls generate the output you actually wanted; the rest pick what to do next. That routing is the part a Rills workflow can encode as deterministic logic for free, which is the comparison this calculator runs. We explored more about the pros and cons of each approach in agents versus workflows.
Methodology
- FormulaThe math is calls times tokens times rate.Monthly calls = runs × calls per run. Monthly cost = input tokens ÷ 1M × input rate, plus output tokens ÷ 1M × output rate. Cost per run divides the total by runs.
- CachingCaching discounts repeated context.When a model publishes a cached-read rate and you set a cache share, that fraction of input tokens is priced at the cached rate. Models without a published rate ignore the slider.
- Rills rowThe Rills row is deliberately conservative.Each AI step is priced at the same tokens as one agent call, on the cheapest model you selected. Savings come only from making fewer calls (logic routes for free), never from smaller prompts. When the workflow costs more on small workloads, the tool says so. It compares agent against workflow, not a raw API rate, so it never competes for the cheapest-model badge.
Model prices
Token prices change frequently. These are estimates; always confirm against the provider's current pricing page before budgeting.
| Model | Input $/MTok | Output $/MTok | Cached input $/MTok | Last verified | Source |
|---|---|---|---|---|---|
| Claude Opus 5 | $5 | $25 | $0.5 | 2026-08-24 | verify |
| Claude Fable 5 | $10 | $50 | $1 | 2026-08-24 | verify |
| Claude Sonnet 5 | $3 | $15 | $0.3 | 2026-08-24 | verify |
| Claude Haiku 4.5 | $1 | $5 | $0.1 | 2026-08-24 | verify |
| GPT-5.5 | $5 | $30 | $0.5 | 2026-08-24 | verify |
| GPT-5.6 Sol | $4 | $20 | $0.4 | 2026-08-24 | verify |
| GPT-5.6 Terra | $2 | $12 | $0.2 | 2026-08-24 | verify |
| GPT-5.4 | $2.5 | $15 | $0.25 | 2026-08-24 | verify |
| GPT-5.4 mini | $0.75 | $4.5 | $0.075 | 2026-08-24 | verify |
| GPT-5.6 Luna | $0.2 | $1.2 | $0.02 | 2026-08-24 | verify |
| GPT-5 nano | $0.05 | $0.4 | $0.005 | 2026-08-24 | verify |
| Gemini 3.1 Pro | $2 | $12 | $0.2 | 2026-08-24 | verify |
| Gemini 3.5 Flash | $1.5 | $9 | $0.15 | 2026-08-24 | verify |
| Gemini 3.7 Flash | $0.75 | $3.75 | $0.075 | 2026-08-24 | verify |
| Gemini 3.5 Flash-Lite | $0.3 | $2.5 | $0.03 | 2026-08-24 | verify |
| Grok 4.6 | $2 | $6 | $0.5 | 2026-08-24 | verify |
| Grok 4.3 | $1.25 | $2.5 | $0.2 | 2026-08-24 | verify |
| DeepSeek V4 Pro | $1.32 | $3.96 | $0.044 | 2026-08-24 | verify |
| DeepSeek V4 Flash | $0.44 | $1.32 | $0.014 | 2026-08-24 | verify |
How the Rills row is derived
Rills meters AI work in credits, then shows the cheapest plan that fits your workload.
- AI credit
- $0.01 of model cost, rounded up per call, 1 credit minimum.
- Action step
- 2 workflow credits each (API calls, integrations).
- Free
- Triggers, logic, and human approvals; a paused workflow costs $0.
- Tier shown
- Cheapest plan whose pools plus overage cover you, with overage inside the highest spending cap that plan allows. New subscriptions start at half that, adjustable in settings. Above the largest cap, the tool shows "Contact sales."
- Starter: $19/mo · 5,000 workflow credits (overage $1.50 per 1,000) · 200 AI credits (overage $1.50 per 100)
- Professional: $99/mo · 50,000 workflow credits (overage $1.10 per 1,000) · 1,500 AI credits (overage $1.40 per 100)
- Business: $349/mo · 250,000 workflow credits (overage $0.85 per 1,000) · 5,000 AI credits (overage $1.25 per 100)
Frequently asked questions
How much does it cost to run an AI agent per month?
It depends almost entirely on how many model calls the loop makes. At this page's default workload: 500 runs a month, 5 calls per run, 4,000 input and 800 output tokens per call, which is 2,500 model calls in total. The same agent costs about $1.30 a month on GPT-5 nano and about $200.00 on Claude Fable 5. That spread is why model choice and call count matter more than token price shopping.
How many LLM calls does one agent run make?
Five is a reasonable planning default for a tool-using agent, and it is what this calculator assumes. A single reasoning step plus a tool call and a read of the result is already three, and retries, reflection steps, and follow-up tool calls push it higher. Loops that plan, act, and check their own work commonly land between five and fifteen calls per run. Count the calls in one real trace before you budget, because this number multiplies everything else.
What do Anthropic's Managed Agents cost to run?
Managed Agents has no separate per-agent subscription: the model tokens bill at the same published per-million rates as a direct API call, so the rates in the table above apply. What changes is your visibility into the call count, because Anthropic runs the loop rather than your code. That makes the per-session budget the practical cost control, and it makes estimating calls per run more important, not less. Model the loop here first, then set the session budget to match.
How do I estimate AI agent costs?
Multiply your monthly agent runs by the LLM calls each run makes, then by the tokens per call: input tokens are billed at the model's input rate per million tokens and output tokens at its output rate. Agent loops surprise people because every reasoning step, tool call, and retry is its own model call. Five calls per run at 4,000 input tokens each is 20 million input tokens per thousand runs.
Is Claude or GPT cheaper for agents?
It depends on the tier, not the vendor. Every provider's fast tier costs a fraction of its frontier tier: on the same loop, GPT-5 nano runs about $1.30 a month while Claude Fable 5 runs about $200.00, and Claude Haiku 4.5, GPT-5.4 mini, and Gemini 3.7 Flash all land within a few dollars of each other. Output tokens are typically 3–8× input price everywhere. Enter your own workload above and the cheapest badge goes to whichever model genuinely wins for your numbers.
Is a Rills workflow cheaper than running an AI agent?
Usually, at real volume, because of structure rather than rates. An autonomous agent spends most of its model calls deciding what to do next; a Rills workflow encodes that routing as deterministic logic, which is free, and calls the model only for steps that genuinely need AI. Fewer model calls means a smaller bill, and every consequential step can wait for your approval at $0. At tiny volumes the base subscription can cost more than the raw token bill, and the calculator shows that honestly.
What is an AI credit on Rills?
One AI credit covers $0.01 of underlying model cost. Each model call is rounded up to a whole credit with a one-credit minimum. Every plan includes a monthly credit pool; beyond it, overage is billed per 100 credits at your plan's published rate. Triggers, logic, and human approvals never consume credits, and a workflow paused for approval costs $0.
Why is my agent more expensive than a single chat call?
A chat question is one model call. An agent run is a loop: it reasons, calls tools, reads results, and reasons again, commonly five or more model calls per run, each carrying the conversation context as input tokens. Cost grows with calls per run, and with context size as the loop accumulates history.
Does prompt caching reduce cost?
Where a provider publishes a cached-read rate, input tokens served from cache cost roughly 10% of the full input price. Agent loops re-send a lot of identical context, so a high cache share can cut input cost substantially. Use the cache slider above to model it; models without a published cached rate ignore the slider.
Stop paying for reasoning loops.
Encode the routing as free logic, run the model only where it earns its keep, and keep every consequential step behind your approval.