$ mothertoken tokenize "مرحبا بالعالم" --language ar --model gpt-4o
| Model | Tokens | Chars/Token | English Est. | Vs English |
| GPT-4o | 5 | 2.600 | 3 | 1.56x |
$ mothertoken tokenize --file prompt.txt
$ mothertoken tokenize "Hello" --include-api
$ mothertoken tokenize --file prompt.ar.txt --language ar --english-file prompt.en.txt
# local tokenizers run by default
# --include-api adds provider token counters when API keys are configured
# --language adds benchmark English-equivalent estimates
# --english-text or --english-file adds a paired translation comparison