Research · Economics

The tokenization tax: the hidden cost of Arabic in English-first LLMs

Every LLM invoice is denominated in tokens — but a token is not the same amount of language in every script. On English-centric tokenizers, the same Arabic content can cost two to three times more tokens than its English equivalent. That surcharge compounds through your bill, your latency and your context window. Here is where it comes from, and how to measure it before it surprises you.

Bayanat Labs Research· July 2026· 9 min read

Procurement teams compare models on price per million tokens. Engineering teams budget context windows in tokens. Latency dashboards count tokens per second. All three assume the token is a stable unit of content. For Arabic, it is not — and the difference is large enough to change vendor decisions, architecture choices and unit economics.

The metric that exposes this is fertility: the average number of tokens a tokenizer produces per word. English fertility on mainstream tokenizers sits near 1.3 — most words survive as one piece. Arabic fertility on the same tokenizers has historically ranged from roughly 2 to 4 or more, meaning the identical sentence, translated, can consume two to three times the tokens. Nothing in your invoice will label this; it simply arrives as a higher bill for the same work.

Where the tax comes from

Three properties of Arabic collide with the way subword tokenizers are built:

One word, many tokens The same meaning, tokenized (illustrative segmentation) English — five words, five tokens and they will write it Arabic — one word, five or more tokens وسيكتبونها و سي كتب ون ها "and they will write it" — English keeps its words whole; the Arabic word is shredded into fragments that even lose their joined letterforms. The model pays to reassemble what the writer never split.
Figure 1. Arabic morphology concentrates meaning into inflected words; frequency-driven tokenizers break them into sub-morphemic pieces. Segmentation shown is illustrative — real byte-level tokenizers can produce even more fragments for rare or diacritized forms.

Measuring the tax

Fertility is easy to measure and brutally clarifying: tokenize a representative sample of your own Arabic traffic and divide tokens by words. Published measurements and our own client audits consistently show the same pattern across tokenizer generations — dramatic improvement over time, but a persistent premium over English on general-purpose vocabularies:

Tokens per word, by tokenizer generation Typical fertility ranges (illustrative midpoints) LEGACY ENGLISH-CENTRIC BPE English 1.3 Arabic 4.0 MODERN MULTILINGUAL VOCAB English 1.3 Arabic 2.4 ARABIC-OPTIMIZED VOCAB English 1.4 Arabic 1.5
Figure 2. Illustrative fertility midpoints consistent with published measurements across tokenizer generations. Newer, larger multilingual vocabularies narrowed the gap substantially, and Arabic-first vocabularies close most of it — but on general-purpose tokenizers, Arabic still pays a premium per word. Measure your own corpus; dialectal and code-switched text typically runs higher than clean MSA.

What the tax actually costs you

Fertility is not an academic number. It multiplies through every token-denominated resource in your stack:

What actually fits in 8,000 tokens Approximate words of content per 8K-token budget English · modern vocab ~6,150 Arabic · Arabic-optimized vocab ~5,330 Arabic · modern multilingual vocab ~3,330 Arabic · legacy English-centric BPE ~2,000 Same window, same price — up to 3× less content. Every downstream budget inherits the ratio.
Figure 3. Derived directly from the fertility figures above. Chunk sizes, few-shot budgets, retrieval depth and "max output" limits are all quietly denominated in tokens — which means they are quietly smaller in Arabic.

Put in procurement terms, the same workload prices very differently depending on the tokenizer underneath:

TokenizerTokens for 1M Arabic wordsRelative inference spend
Arabic-optimized vocab~1.5M1.0× (baseline)
Modern multilingual vocab~2.4M~1.6×
Legacy English-centric BPE~4.0M~2.7×

This is why comparing providers on price per million tokens is a category error for Arabic workloads. A model that looks 30% cheaper per token can be more expensive per conversation if its tokenizer fragments Arabic more aggressively. The only fair unit is cost per word — measured on your own traffic.

The quality connection

The tax is not only economic. Research on multilingual models has repeatedly found that high fragmentation is associated with weaker downstream performance: when a model must reassemble meaning from sub-morphemic shards, it spends capacity on spelling that better-tokenized languages spend on semantics. Fragmentation also degrades the plumbing around the model — embedding quality for retrieval, token-budget chunking that splits Arabic sentences mid-word, deduplication and caching that treat diacritized and undiacritized variants of the same text as unrelated strings, and exact-match evaluation metrics that punish orthographic variation the writer never controlled.

And the tax is regressive in exactly the wrong place: fertility is worst for the Arabic that matters most in production — dialectal, code-switched, informal text, which is rarest in tokenizer training corpora. Your cleanest MSA benchmark underestimates what your actual traffic will cost.

What to do about it

  1. Measure fertility on your corpus, not a vendor's demo. Tokenize a real sample of your traffic — including dialect and code-switching — and compute tokens per word for every model on your shortlist. It is an afternoon of work that reprices the entire comparison.
  2. Negotiate and forecast in cost per word. Convert every per-token price into per-word cost using your measured fertility before comparing vendors or projecting spend.
  3. Budget context in words. Set RAG chunk sizes, few-shot counts and output limits from word budgets divided by measured fertility — not from token numbers borrowed from English deployments.
  4. Prefer Arabic-aware vocabularies where you control the stack. If you are self-hosting or fine-tuning, tokenizer choice is a first-class architecture decision with a measurable payback in cost, latency and quality.
  5. Normalize deliberately. Decide how you handle diacritics, hamza and alef variants at ingestion — consistently across training data, retrieval indexes and evaluation — so surface variation stops multiplying tokens and splitting caches.
  6. Include fertility in evaluation. When you benchmark Arabic models, report tokens per word alongside quality scores. Two models with equal accuracy and unequal fertility are not equal products.
Key takeaways
  • A token is not a fixed amount of language. Arabic can cost 2–3× the tokens of equivalent English on English-first tokenizers — a surcharge invisible in per-token pricing.
  • The tax compounds. Spend, latency and effective context all shrink by the same fertility ratio, and dialectal traffic pays the highest rate.
  • Compare models in cost per word. Measured on your own corpus, it routinely reorders vendor shortlists.
  • Fragmentation costs quality too. Research links high fertility to weaker downstream performance — tokenization is a modeling decision, not a detail.

Want your Arabic stack audited end to end?

Our evaluation work covers what the leaderboards miss — including fertility, normalization and per-dialect cost and quality on your real traffic. We'll show you the numbers before you commit to a model.

Scope an audit
More from the insight hub
Model collapse speaks MSA: the limits of synthetic Arabic data How to benchmark an Arabic LLM you can actually trust Why dialect coverage decides your Arabic model's ceiling
Bayanat Labs Bayanat Labs © 2026 Bayanat Labs · Riyadh