1. How Claude API billing works
Unlike a flat-fee product like ChatGPT Plus, the Claude API (Anthropic's direct model access) bills per token — the smallest unit of text a model processes. As a rough guide, 1 token is about 4 English characters, or roughly 0.75 words.
Pricing is split between input (what you send) and output (what the model generates), and output tokens are always priced higher. Longer answers cost more.
2. Official pricing (as of July 2026)
Per Anthropic's official documentation (verified 2026-07-29 at platform.claude.com/docs/en/about-claude/pricing), prices per million tokens (MTok) are:
| Model | Input (1M tok) | Output (1M tok) | Typical use |
|---|---|---|---|
| Claude Haiku 4.5 | $1.00 | $5.00 | Light questions, summaries, fast tasks |
| Claude Sonnet 5 (through Aug 31, 2026) | $2.00 | $10.00 | General-purpose, balanced tasks |
| Claude Opus 5 | $5.00 | $25.00 | Complex reasoning, highest quality |
Source: Anthropic official Pricing docs (retrieved 2026-07-29). Sonnet 5 moves to $3/$15 per MTok starting September 1, 2026, per the same page.
3. Calculating the cost of one message
Example: a short ~500-token question answered in ~800 tokens by Haiku 4.5:
- Input: 500 ÷ 1,000,000 × $1.00 = $0.0005
- Output: 800 ÷ 1,000,000 × $5.00 = $0.004
- Total: about $0.0045 per message
Run the same exchange on Opus 5, and the cost rises roughly 5x, since both input and output prices are 5x higher. Model choice is the single biggest lever on your bill.
4. Cutting costs with caching and batching
- Prompt caching: reusing a previously sent context costs just 10% of the standard input price on a cache hit
- Batch API: non-urgent, asynchronous requests get a 50% discount on both input and output
TOKENSE automatically compresses long chat history and leans on caching, so costs stay flat even as conversations grow — plus an "Audit" feature to check whether a cheaper model was good enough for your specific question.
FAQ
- Q. Is the Claude API free?
- A. New Anthropic accounts sometimes get a small free credit, but usage beyond that is billed per token. TOKENSE itself is free — you only pay Anthropic for API usage.
- Q. How much does a typical question cost?
- A. It depends on the model and answer length, but a short question on Haiku 4.5 usually costs well under a cent. TOKENSE shows the exact figure for every message.
- Q. Will pricing change?
- A. Yes — per Anthropic's own page, Sonnet 5 moves from $2/$10 to $3/$15 per million tokens on September 1, 2026. Always check the official page for the latest rates.