Understanding Tokens

Your currency for AI. Learn how tokens work, what uses them, and how to maximize your budget.

What are tokens?

Tokens are units of text that Claude processes. Think of them as the building blocks of language. One token is roughly 4 characters in English text. When you ask Claude a question, both your input and Claude's response are measured in tokens.

Example: The phrase "Hello, how are you?" uses about 6 tokens.

You're charged based on:

How tokens are used

Each interaction consumes tokens in a specific way:

Action Tokens Used Notes
Asking a question Input Your message + conversation history
Claude's response Output Every word Claude generates
Uploaded file Input All text content is processed as input tokens
Code generation Input + Output Typically higher output token usage
Regenerate response Input + Output Full re-computation, same cost as new message

What burns more tokens?

Some interactions consume significantly more tokens than others:

How to save tokens

Maximize your budget with these strategies:

Token Expiration Policy: Credits never expire. Use them at your own pace, there is no time limit.

Pricing by model

Different Claude models have different costs. Your plan determines your base model, but you can downgrade to cheaper models per-conversation:

Reading your token usage

In Aurelius, you'll see three numbers in your dashboard:

Your cost = (input × rate) + (cache × 0.1 × rate) + (output × rate). Rates vary by model.

Pro tips