Usage Parameters
Understanding Tokenization & API Cost Calculations
Large Language Models (LLMs) like OpenAI's GPT-5, Anthropic's Claude, and Google's Gemini do not process raw text directly—they parse text into sub-word units called tokens.
In standard English prose, 1 token is equivalent to approximately 4 characters or 0.75 words. API providers charge separately for Input Tokens (the prompt sent to the model) and Output Tokens (the generated completion response).