Stuck clearing interviews OR Stagnating at the same role OR Difficulty transitioning to a Leadership role?
Register here for the 2-hour masterclass!!
Tokens - The Hidden Currency of AI
#AI-LITERACY
Anand Dwarakanath
6/13/20262 min read


๐ช You've been using ChatGPT, Claude & Gemini โ but do you know what you're actually paying for?
Let's talk about tokens โ the invisible currency behind every AI conversation.
What is a token?
A token is the smallest chunk of text an AI model reads and processes. Not a letter. Not a full word. Something in between.
A few examples to make it click:
"Hello" โ 1 token
"ChatGPT" โ 2 tokens (Chat + GPT)
"Cybersecurity" โ 3โ4 tokens
"เคจเคฎเคธเฅเคคเฅ" (Namaste in Hindi) โ 5โ6 tokens โ this matters if you work with regional languages!
The rule of thumb: ~1 token โ 4 characters โ ยพ of a word (in English)
Why should you care?
Because every AI API charges you per token โ separately for what you send in and what the AI generates back.
Here's how the three big players price it (per million tokens, June 2026):
Notice something? Output tokens always cost more than input tokens. That's because generating text is computationally heavier than reading it.
Real-world cost: What does a typical interaction actually cost?
Say you send a 500-word email to the AI (โ 667 input tokens) and get a 200-word reply (โ 267 output tokens).
GPT-4o mini โ ~$0.0003 per call โ $0.03 for 100 calls/month
Gemini Flash-Lite โ ~$0.00013 per call โ effectively free at this scale
Claude Opus 4.6 โ ~$0.03 per call โ $3.00 for 100 calls/month
For individual use? Negligible. For enterprise applications running millions of calls? This is where smart model selection saves thousands of dollars a month.
How to check token counts (free tools)
โ ChatGPT / OpenAI โ platform.openai.com/tokenizer โ paste any text, see tokens highlighted in colour
โ Gemini / Google โ Google AI Studio (aistudio.google.com) โ token count shown in the sidebar
โ Claude / Anthropic โ No UI tool, but the Anthropic API has a count_tokens method you can call with a free account
3 quick tips to be token-smart
1. Write tighter prompts. "Summarise in 3 bullets" uses fewer tokens than "Could you please kindly help me summarise this into three bullet points?"
2. Beware of regional language tokens. A Hindi prompt costs 2โ3ร more tokens than the equivalent English prompt. Plan accordingly if you're building multilingual apps.
3. Use the right model for the job. Haiku/Flash for classification and extraction. Sonnet/Pro for reasoning. Opus only when truly needed.
Consumer plans hide this from you (on purpose)
If you're on ChatGPT Plus, Claude Pro, or Google AI Pro (all ~$20/month), you don't see any token billing โ it's a flat subscription. Token pricing only matters when you're using the API directly to build applications.
But understanding tokens makes you a smarter user regardless โ it explains why your long prompts get expensive at scale, why the AI sometimes "forgets" earlier parts of a long chat (context window limits), and why the same question sometimes costs more in Hindi than English.
If you'd rather see this explained with live examples, I've covered this on my YouTube channel โ watch it below.


