Last updated: 2026-04-18

What is Token?

The unit LLMs read and bill in — roughly 3/4 of a word. A 1000-word page is ~1300 tokens. Agent platforms charge per input + output token, so token discipline (batching, caching, targeted reads) is the main cost lever.

See also

← Back to the full AI agent glossary.