Per-token pricing is not neutral across languages and I do not think most teams have noticed how large the effect is. Tokenizers are fit on corpora that are overwhelmingly English, so English gets efficient multi-character tokens and everything else gets fragments. The same paragraph of Chinese, Japanese or Thai can cost two or three times what the English costs, for identical meaning. The user is billed per token, so a Chinese-speaking customer pays a language tax that appears nowhere in the pricing page. It is not only a billing problem. The effective context window shrinks by the same factor, so a document that fits comfortably in English does not fit at all, and the degradation lands on the users least likely to be able to diagnose why.
