Token Counter

GPT-4, Claude, Llama, Gemini और अन्य LLMs के लिए token गणना अनुमान। Text paste करें, model-wise counts साथ-साथ देखें। Files आपके browser से बाहर नहीं जातीं।

ModelTokensInput $/1MCost (this text)
Estimates only. Real tokenizers (tiktoken, SentencePiece, etc.) may differ by ±10%. For exact counts, run the model's tokenizer locally.

यह किसके लिए है?

LLM के साथ हर interaction tokens में meter होता है — sub-word units जो model का tokenizer आपके text से काटता है। Tokens दोनों context-window limits ("क्या यह fit होगा?") और pricing ("इसका कितना खर्चा होगा?") को drive करते हैं। सटीक count model के tokenizer पर निर्भर करता है, जो आमतौर पर आपके पास नहीं होता। यह tool हर major model के लिए side-by-side एक तेज़ अनुमान देता है, साथ ही प्रत्येक model की published per-token price के against input text का dollar cost भी।

कब इस्तेमाल करें

सटीकता के बारे में ईमानदारी

Pricing notes

आम गलतियाँ