Back to Blog
11 min read
Guide

Token Calculator Online — Count LLM Tokens, Cost & Tokens to Words

Free token calculator online: count GPT / LLM tokens with tiktoken (cl100k, o200k), estimate cost, and convert tokens to words (e.g. 10000 tokens ≈ 7,500 words). Client-side tiktoken online tool.

By Spoold Editorial TeamReviewed for tool accuracy
Editorial Policy

Count tokens before you spend.

Spoold's Token Calculator Online is a free tiktoken online counter: paste a prompt, see token / word / character counts, convert a token budget to approximate English words, and get an illustrative USD estimate for current models (GPT, Claude, Gemini, Grok, DeepSeek, and more).

Open the token calculator →

tiktoken cl100k / o200kwords & characterstokens → wordsillustrative $/1Mmodel compare tabletoken visualization

What is a token calculator?

LLMs bill and truncate by tokens, not words. A token calculator uses an encoding like cl100k_base or o200k_base (tiktoken-style) to count pieces of text the model actually sees. Spoold also shows a quick approximate mode when you only need a ballpark, plus a tokens → words estimator for planning (“how much prose is 10k tokens?”).

When to use it

Prompt budgeting

Keep system + few-shot + user message under your context limit before shipping.

Cost planning

Pick a model row (or custom $/1M) and set expected output tokens for a rough total.

Tokens to words

Convert budgets like 10,000 tokens to ≈7,500 English words for docs and decks.

With images

Add vision separately with the image token calculator.

Example: rough scale for 10,000 tokens

English prose often averages near ~0.75 words per token and ~4 characters per token. That means:

Budget≈ Words≈ Characters≈ Pages (500 w)
256 tokens~190~1,0000.4
10,000 tokens~7,500~40,00015
128,000 tokens~96,000~512,000192

Code, CJK, and rare names can use far more tokens per “word.” Always re-count the real prompt with tiktoken when it matters.

How to count with Spoold

  1. Open /tools/token-calculator (alias: tiktoken online).
  2. Paste or load the sample prompt.
  3. Choose o200k_base or cl100k_base (or approximate).
  4. Select a model for the illustrative cost estimate; set expected output tokens.
  5. Use Tokens → words presets (256, 10k, 128k…) when you need a human-scale budget.

Tip: costs are illustrative

Vendor prices move. Treat Spoold rows as planning aids and confirm on the provider pricing page before budgeting production traffic.

Token calculator vs token budget vs vision tokens

NeedTool
Count a pasted prompt + rough $Token Calculator
Allocate context across system / RAG / replyToken Budget
Image / vision input tokensImage Token Calculator

Related guides

Related search terms

token calculator onlinetiktoken onlinegpt token counterllm token calculatortokens to words10000 tokens to wordsopenai token calculatorchatgpt token calculatorprompt token countercl100k token counter

Frequently asked questions

Is this the same as OpenAI tiktoken?
Spoold uses tiktoken-compatible encodings in the browser for a free tiktoken online experience. Exact IDs can still differ slightly by model family—use the encoding that matches your API.
How many words is 10,000 tokens?
For English planning, about 7,500 words (~0.75 words/token). Use the Tokens → words panel for other budgets; re-count real prompts with cl100k/o200k when accuracy matters.
Does my prompt upload?
Counting runs locally. Drafts may persist in your browser storage only.
Are the dollar amounts invoices?
No. They are illustrative rates for planning. Confirm with your provider.
Which encoding should I pick?
o200k_base for newer OpenAI multimodal / GPT-4o-class text; cl100k_base for many GPT-4 / ChatGPT-era models. When unsure, count both and compare.
Can I count image tokens here?
Use the image token calculator for vision tiles, then add text tokens from this page.

Count tokens now

Paste a prompt into the token calculator.

Try It Now

Put this guide into practice with our free tools. No sign-up required.

Open Token Calculator
Token Calculator Online — Count LLM Tokens, Cost & Tokens to Words | Blog | Spoold