The token counter that actually counts

Most token calculators divide your character count by four and print a model name next to it. This one runs real tokenizers and provider counting endpoints, so the number you see is the number you get billed for.

Pick your provider

Each counter uses the most exact method that exists for its provider. That method differs, and the difference matters.

Why exact beats estimated

A characters-divided-by-four estimate can miss by 30% or more on code, non-English text, and structured data. At API prices that error compounds: budget projections, context-window planning, and prompt-size limits all inherit it. There is also no single answer to "how many tokens is this text": every provider tokenizes differently, and Claude tokenizes differently across model generations. A number without a named tokenizer behind it is a guess.

Our methods are public. Every counter names its mechanism, and we verify counts against provider APIs on a fixed 100-prompt corpus. Read how we count.

Beyond counting