Due to Byte-Pair Encoding (BPE) character splits, Portuguese text generates 1.16× more tokens than equivalent English text. 1,000 Portuguese words consume ~1,546 tokens in Groq LPU — Llama 4 Maverick.
Relative to English baseline (1.0×).
Price to send 1,000 words of Portuguese text into context.
Discounted price for repeated Portuguese system context.
| Word Count Scale | Portuguese Tokens | Portuguese Input Cost | English Equivalent Cost | Tokenization Penalty |
|---|---|---|---|---|
| 1,000 words (Short Article) | 1,546 | $0.000309 | $0.000267 | +$0.000043 |
| 10,000 words (Whitepaper / Report) | 15,463 | $0.003093 | $0.002666 | +$0.000427 |
| 50,000 words (Book / Corpus) | 77,314 | $0.0155 | $0.0133 | +$0.002133 |
| 100,000 words (Enterprise Repository) | 154,628 | $0.0309 | $0.0267 | +$0.004266 |
Marginally higher token count than English due to morphological endings.
Standard pricing models apply with near-English token parity.
Most LLM tokenizers are primarily trained on English-heavy web datasets. Non-Latin characters in Portuguese (Latin) split across multiple Byte-Pair Encoding (BPE) sub-word or multi-byte UTF-8 tokens, requiring approximately 1.16× more tokens to encode the exact same semantic meaning as English.
Standard pricing models apply with near-English token parity. In addition, enabling prompt caching on static Portuguese instructions or documentation saves 75–90% on input token rates.
Yes. Groq LPU — Llama 4 Maverick has strong multilingual comprehension and generation capabilities in Portuguese (Português). The difference is purely computational and financial due to sub-word token splits.