How to compare LLM API prices honestly
Related: Self-host vs cloud calculator · Local LLM VRAM calculator · Token counter
Why the cheapest model changes with your usage
Every provider charges two prices: one for the tokens you send (input) and a higher one for the tokens the model writes back (output). A summarizer with long prompts and short answers is input-heavy; a chatbot that writes essays is output-heavy. Because the two rates differ by up to 6×, the cheapest model for a summarizer may not be the cheapest for a writer. This tool weights both by your actual mix and re-ranks the field live.
What is "effective cost per 1M tokens"?
It's the single number that matters: (input tokens × input price + output tokens × output price) ÷ total tokens. It collapses the two headline prices into what you'd truly pay per million tokens at your ratio — the honest apples-to-apples figure for comparing vendors.
When does owning hardware beat renting an API?
Local inference costs nothing per token — only electricity — against a fixed hardware cost up front. Past a break-even monthly volume, owning a GPU and running an open model wins, and the savings compound. The cost-smart pattern is to run everything you can locally and escalate to a paid API only when a local model misses your quality bar, which is exactly what ABUZ8 OS automates with cost-aware routing. See the break-even calculator for your numbers.
Is my data sent anywhere?
No. This calculator runs entirely in your browser. Nothing you enter is uploaded, logged, or stored.