o1-pro Token Counter & Cost Calculator
Count tokens for o1-pro and estimate the exact API cost — $150.00
per 1M input tokens, $600.00 per 1M output tokens — using a real
o200k_base BPE tokenizer. Everything runs in your browser; nothing is uploaded.
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%).
Model price data failed to load — cost estimates are unavailable right now. Token counts above still work; try reloading the page.
Cost of this text across popular models
| Model | Input $/1M | Output $/1M | This text (input) | +500 output tokens |
|---|
Exact: o200k_base is OpenAI's own tokenizer, the same encoding its API bills o1-pro against.
Cost lookup — o1-pro
| Tokens | Cost on o1-pro |
|---|---|
| 1K input tokens | $0.1500 |
| 10K input tokens | $1.50 |
| 100K input tokens | $15.00 |
| 1M input tokens | $150.00 |
| 1K output tokens | $0.6000 |
| 10K output tokens | $6.00 |
FAQ
How accurate is the o1-pro token count?
Exact: o200k_base is OpenAI's own tokenizer, the same encoding its API bills o1-pro against. Paste your own text above to see the exact number for your prompt.
How is o1-pro API cost calculated?
Cost = (input tokens ÷ 1,000,000) × $150.00 + (output tokens ÷ 1,000,000) × $600.00 — o1-pro's official per-1M-token prices from Artificial Analysis.
See full o1-pro pricing & benchmarks, or the main token counter for every model.