A token is the smallest unit of text that a language model processes. For English, a token is roughly 4 characters or ¾ of a word; for Arabic and French, token boundaries vary. Models use token counts to manage their context window and to calculate costs. Understanding tokens matters for prompt engineering: longer prompts consume more tokens, and every model has a maximum token limit per request.