Cost formula
Tokens ≈ words × tokens-per-word; Words ≈ tokens ÷ tokens-per-word; English planning default ≈ 1.33 tokens/word (≈ 0.75 words/token); Cost = calculateApiCost(input tokens, output tokens, requests)
Calculator
Turn word counts into token estimates (or reverse), adjust for English, code, or multilingual text, and see what that volume costs on major LLM APIs.
Words ↔ tokens
$4.40/ month at this volume
1,000 words · ~4.0 pages · GPT-4o mini
Inputs
Plan from word counts before you have a finished prompt—then price the API.
OpenAI rule of thumb: ~750 words ≈ 1,000 tokens.
Insights
Estimates only—paste real prompts in the token counter for BPE accuracy.
Need an exact OpenAI-style count from pasted text? Use the token counter with BPE tokenization, then bring those numbers back here for volume pricing.
Word↔token ratios are planning heuristics (not billing-grade tokenization). Exact counts vary by model tokenizer, language, and punctuation. Updated 2026-07-31. Approximate static list prices for planning only. Always verify against each provider’s official pricing page before production budgeting.
Guide
Convert words to tokens (and tokens back to words) with content-type ratios for English prose, technical docs, code, or multilingual text—then estimate per-request and monthly API cost. Use this when you know document length in words but do not yet have a final prompt to tokenize.
Tokens ≈ words × tokens-per-word; Words ≈ tokens ÷ tokens-per-word; English planning default ≈ 1.33 tokens/word (≈ 0.75 words/token); Cost = calculateApiCost(input tokens, output tokens, requests)
“How many tokens in 1,000 words?” is one of the most common LLM planning questions. A fast words↔tokens converter plus cost turns blog length, docs, and scripts into budget numbers before engineering builds the prompt.
For typical English prose, about 1,300–1,400 tokens (≈ 1.33 tokens per word). Technical writing, code, and other languages are usually higher. This calculator lets you pick a profile or custom ratio.
No. The token counter pastes text and estimates with tokenizer-style methods. Words to tokens starts from word or token counts for early planning, then prices API volume.
No. They are planning heuristics. Exact billing uses each model’s tokenizer. Confirm with provider tools or the token counter when accuracy matters.
About 750 English words at the common 0.75 words/token rule. Switch to Tokens → words mode to convert with your chosen ratio.