# What does your LLM workload actually cost per month?

> Markdown mirror of https://router.one/llm-cost-calculator for AI assistants and crawlers. Router One is an OpenAI-compatible LLM API gateway.
> Last updated: 2026-08-24

Plug in your monthly request volume and average token sizes. The calculator prices the same workload three ways — Router One's list price before discount, Router One pay-as-you-go after discount, and Router One subscription plans — using live rates from the model catalog. Every figure on this page is Router One's own posted rate; no provider's price list is quoted or used.

## How the estimate is computed

- Token math: monthly cost = requests × (input tokens × input rate + output tokens × output rate) ÷ 1,000,000.
- Rates are pulled live from the public model catalog (/models) — the same posted per-token prices your requests are billed at.
- Both price columns come from that one catalog: the first is the selected model's undiscounted list rate, the second is its discounted rate where a discount currently applies.
- Prompt caching is not modeled. Whether caching applies at all is a property of the model API you call and of how the request is shaped, so the estimate assumes none of it — check your own per-request traces for what actually happened.
- The subscription column checks your request volume against each plan's monthly call quotas; model-tier quotas apply, see /pricing for details.

## The three columns, honestly labeled

### Router One list price (before discount)

What the workload costs at Router One's own posted rate for the selected model, before any current discount is applied. This is our undiscounted catalog rate — not a provider's published price list, and not a per-model official-price comparison.

### Router One pay-as-you-go

The same workload at the rate you are actually billed: the discounted rate where one currently applies, otherwise the list rate above. Router One's discounts run up to 90% off official prices on select models, and this column shows the resulting Router One price.

### Router One subscriptions

Flat monthly plans with metered call quotas by model tier. When your volume fits a plan's quota, the flat price replaces the per-token bill entirely; overage bills to wallet balance at posted rates, so nothing cuts off mid-session.

## FAQ

### Where do the prices in the calculator come from?

Live from the public model catalog and subscription plan APIs — the same data shown on /models and /pricing. Nothing is hardcoded, so the calculator stays in sync with actual billing rates.

### Is the first column another provider's price?

No. Both price columns are Router One's own catalog rate for the model you picked — before discount and after discount. No provider's published price list is quoted here. For a feature-by-feature gateway comparison, see /openrouter-alternative.

### Why do the two Router One columns sometimes show the same number?

Discounts apply to select models, up to 90% off official prices. On a model with no current discount, pay-as-you-go is the list rate, so both columns match — for heavy use on those models the subscription plans are usually the bigger lever.

### Are subscription quotas really enough for heavy Claude Code use?

Depends on your volume — that's exactly what the calculator checks. Quotas are metered per month by model tier, and overage bills to your wallet balance at posted rates instead of cutting you off. Current quotas are on /pricing.

### Is this estimate exact?

It's an estimate: per-request variance is not modeled, and neither is prompt caching, which is a model-API feature rather than something this page can predict for you. Your dashboard shows the exact per-request cost after every call — model, tokens, cost, latency, status.

## See also

- Claude Max alternative: https://router.one/claude-max-alternative
- OpenRouter alternative: https://router.one/openrouter-alternative
- Pricing methodology: https://router.one/pricing-methodology
- 5 ways to reduce your LLM API costs: https://router.one/blog/reduce-llm-api-costs
- Claude Code Token Costs: Why So High and How to Cap Them: https://router.one/blog/claude-code-token-costs-explained
- Canonical page: https://router.one/llm-cost-calculator
- Models and per-model token rates: https://router.one/models (markdown: https://router.one/models.md)
- Pricing: https://router.one/pricing
- API docs (markdown): https://router.one/docs.md
- Company facts: https://router.one/facts/company.md
