Frequently asked questions
How many tokens is a word?
As a rule of thumb, one English word is about 1.33 tokens, and 100 tokens is roughly 75 words. Put differently, four characters is about one token. It is only an average โ punctuation, numbers, code and non-English scripts split into more tokens per word.
Why does the token count matter for cost?
Because APIs bill per token, not per word or per request. Your monthly spend is total tokens (input plus output, across every call) times the per-million price. A small per-request text becomes a large bill once you multiply by traffic, so estimating tokens up front is how you size the budget.