Skip to content
AImpact
IT EN
Inference Beginner Also known as: Token

Token

The basic unit the model breaks text into: it can be a whole word, a syllable, or a few characters, depending on the tokenizer.

ShareLinkedInX

In practice

LLM APIs charge per input and output token. In English 1 token is roughly 0.75 words, in Italian a bit less. Counting tokens in your prompt helps estimate cost and stay within the context limit.

Related terms

← All terms