Skip to content

A token is one discrete symbol produced by a tokenizer for model input or output.

Tokens can represent whole words, word fragments, punctuation, bytes, or other units depending on the tokenizer.

Token count affects context usage, inference cost, and output limits. A token is not the same as a character or a word.