GPT-4 Turbo Token Counter & Cost Calculator

Count tokens for GPT-4 Turbo and estimate the exact API cost — $10.00 per 1M input tokens, $30.00 per 1M output tokens — using a real o200k_base BPE tokenizer. Everything runs in your browser; nothing is uploaded.

0
tokens (o200k_base)
0
characters
0
words
$0
input cost
$0
output cost (est.)
$0
total per request

Counts are exact for OpenAI models (o200k_base is GPT-4o/4.1/5's tokenizer). For Claude, Gemini and other vendors — whose tokenizers are not public — treat the count as a close estimate (typically within ±15%).

Cost of this text across popular models

Exact: o200k_base is OpenAI's own tokenizer, the same encoding its API bills GPT-4 Turbo against.

Cost lookup — GPT-4 Turbo

TokensCost on GPT-4 Turbo
1K input tokens$0.0100
10K input tokens$0.1000
100K input tokens$1.00
1M input tokens$10.00
1K output tokens$0.0300
10K output tokens$0.3000

FAQ

How accurate is the GPT-4 Turbo token count?

Exact: o200k_base is OpenAI's own tokenizer, the same encoding its API bills GPT-4 Turbo against. Paste your own text above to see the exact number for your prompt.

How is GPT-4 Turbo API cost calculated?

Cost = (input tokens ÷ 1,000,000) × $10.00 + (output tokens ÷ 1,000,000) × $30.00 — GPT-4 Turbo's official per-1M-token prices from Artificial Analysis.

See full GPT-4 Turbo pricing & benchmarks, or the main token counter for every model.