首页 工具
🔢

LLM Token 计数器

估算文本的Token数量

$/M tokens
$/M tokens
0
Token 数
0
字符数
$0.000
输入费用
$0.000
输出费用

Frequently Asked Questions

What are tokens?

Tokens are the basic units that language models process. A token is roughly 4 characters in English or about 1.5 characters in Chinese. Words are typically split into 1-3 tokens.

Which models are supported?

The tool estimates tokens for GPT-4/GPT-3.5 (cl100k_base), Claude, Gemini, and other major LLMs using their respective tokenization patterns.

Why is token count important?

Token count determines API cost and context window usage. Most models have maximum token limits per request, so knowing your token count helps optimize prompts.