In Depth
Different models use different tokenizers. GPT models use BPE (Byte Pair Encoding). The same text may be different numbers of tokens on different models. Understanding tokenization matters for cost estimation — API pricing is per-token, and the same document costs different amounts on different models.