- Is this really free?
- Yes, all of it, with no account and no trial. The site is a set of static files with no server behind it, so there is almost nothing for us to pay for and nothing to meter. It is funded by display advertising rather than by you.
- Do you see what I type?
- No. Every tool runs as JavaScript on your own machine — the tokenizer, the calculators, the scanners, all of it. There is no server to receive your text. You can load a page, disconnect from the network, and everything keeps working, which is a demonstration rather than a promise.
- Are the token counts accurate?
- For OpenAI models they are exact: the page runs the same byte-pair encodings the API uses, so the number is the number. For Anthropic, Google and DeepSeek they are estimates, clearly labelled as such everywhere they appear, because none of those providers publish a tokenizer that can run in a browser.
- Why not just estimate Claude tokens with the OpenAI tokenizer and say nothing?
- Because that is what most comparable sites do and it is quietly misleading. Scaling one provider’s tokenizer to another is an approximation whether or not you admit it. We do the same scaling, label it an estimate, and publish the derivation on the methodology page.
- Do I need an account for anything?
- No. Nothing on the site requires one. Work you save in your library is stored in your own browser, which is why it does not follow you between devices — and why nobody, including us, can read it.
- How do you keep the prices up to date?
- Every model entry stores the provider URL it was read from and the date it was read, both published in the price table. Entries older than 45 days are flagged automatically. Prices are never copied from an aggregator or written from memory.