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.
Compare Claude, GPT & Gemini token costs by request volume.
Estimate tokens for any prompt or text.
Check if your prompt fits a model's window.
Estimate cost of embedding a dataset.
Opus / Sonnet / Haiku cost estimator.
OpenAI token pricing estimator.
Google Gemini cost estimator.
RPM vs TPM throughput bottleneck.
Which vendor changed rates, and when.
Build and understand cron schedules.
Translate a cron expression to plain English.
Convert Unix timestamps to dates.
Reading & speaking time from word count.
Turn a target salary into an hourly rate.
Project recurring revenue and churn.
Lifetime value vs acquisition cost.
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.
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.
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.