Token counting
When the server proxy is configured, the counter calls Anthropic count_tokens with model: "claude-fable-5". If the API is unavailable, the UI keeps working in estimate mode and labels the result.
Count Fable 5 tokens and estimate cost using verified pricing and Anthropic count_tokens when available.
No signup / API mode sends text to Anthropic for token counting.
Fable 5 should be counted with the model-specific Anthropic endpoint. Older counters can be useful for rough planning, but this page keeps the exact comparison table out of public copy until a dev-gate sample set is measured.
The server proxy calls /v1/messages/count_tokens when an API key is configured. If that call times out, fails, or budget protection blocks it, the result stays visible as an estimate.
Fable 5 is priced at $10 / MTok input and $50 / MTok output. Use the calculator for cache writes, cache reads, Batch, and US-geo modifiers.
Open the cost calculatorWhen the server proxy is configured, the counter calls Anthropic count_tokens with model: "claude-fable-5". If the API is unavailable, the UI keeps working in estimate mode and labels the result.
Regular input, cache writes, cache reads, and output are priced separately. Batch and US-geo modifiers are applied after the base cost, matching the current MVP contract.
The MVP proxy does not store pasted text. It only needs request status, rough character bucket, and timing for abuse and reliability checks.
Pricing changes should be fixed in PRICING_CONFIG, rebuilt, and noted with a new last-verified date.
Pricing constants are isolated in one config file and should be rechecked before launch.
Estimates are for planning. Check your Anthropic invoice and current pricing before committing spend.
Paste the text above. API mode uses Anthropic count_tokens when available; offline mode returns a clearly labeled estimate.
Do not assume older counts are interchangeable for your workload. Use count_tokens with the model you plan to bill against.
API mode follows the count returned by Anthropic. Estimate mode is only for planning and is labeled in the result.