LLM Calc

Free calculators for LLM APIs and developer workflows. No signup — everything runs in your browser.

Working out what an LLM feature will cost usually means opening three vendor pricing pages, squinting at per-million-token rates, and doing arithmetic that is easy to get wrong by a factor of a thousand. These calculators do that arithmetic for you, side by side, with rates that are re-checked every day.

Every tool runs entirely in the browser. Nothing you paste — prompts, text, revenue figures — is uploaded or stored anywhere.

AI & LLM Cost Tools

LLM API Cost Calculator Live

Compare Claude, GPT & Gemini token costs by request volume.

Token Counter Live

Estimate tokens for any prompt or text.

Context Window Calculator Live

Check if your prompt fits a model's window.

Embedding Cost Calculator Live

Estimate cost of embedding a dataset.

Claude API Pricing Live

Opus / Sonnet / Haiku cost estimator.

GPT API Cost Live

OpenAI token pricing estimator.

Gemini API Pricing Live

Google Gemini cost estimator.

API Rate Limit Calculator Live

RPM vs TPM throughput bottleneck.

Pricing Change Log Live

Which vendor changed rates, and when.

Developer Tools

Cron Expression Generator Live

Build and understand cron schedules.

Cron Explainer Live

Translate a cron expression to plain English.

Epoch Timestamp Converter Live

Convert Unix timestamps to dates.

Words to Reading Time Live

Reading & speaking time from word count.

Freelance & SaaS Tools

Freelance Hourly Rate Live

Turn a target salary into an hourly rate.

MRR / ARR Calculator Live

Project recurring revenue and churn.

LTV / CAC Calculator Live

Lifetime value vs acquisition cost.

How the pricing data is kept current

Model prices change without much warning, and a calculator built on a rate card someone typed in six months ago is worse than no calculator at all. So the rates here are not typed in by hand. A scheduled job re-reads them every day from the LiteLLM community pricing database and republishes the site when anything moves.

That database is community-maintained. It is not an official vendor feed, and it can be wrong or late. Two things guard against the worst failure mode — a bad number shipping silently:

Each tool page carries the date its rates were last synced. Before you commit a budget to a number, confirm it on the vendor's own page — Anthropic, OpenAI, Google.

What these calculators will not tell you

A cost estimate is only as good as the token count behind it, and token counts are where estimates usually go wrong. Three things catch people out repeatedly:

Discounts are not modelled either. Prompt caching, batch endpoints, and negotiated committed-use rates can all move a real bill well below list price. Treat what you get here as a list-price ceiling, not a forecast.

Where to start

Comparing vendors before you build: the LLM API cost calculator puts Claude, GPT and Gemini side by side at the same request volume. Already committed to one vendor: go straight to Claude, GPT or Gemini. Sizing a document pipeline: start with the context window calculator, then the embedding cost calculator. Hitting throughput limits rather than cost limits: the rate limit calculator shows whether requests or tokens per minute is the binding constraint.