Skip to content

Token meter & budgets

Han AI runs on foundation models that bill by tokens — the small fragments of text a model reads and writes. Your workspace has a monthly token budget tied to your tier. The token meter records every model call against that budget and tells you when you are approaching it. The point of the meter is a predictable monthly cost.

Budgets by tier

TierMonthly token budget
Operator20,000,000 tokens
Business40,000,000 tokens
Multi-brandUnlimited

How it works

  • Every model call goes through meter.preCall (budget check) and meter.recordCall (ledger write).
  • The ledger lives on your VPS and is per-tenant — no other workspace shares it.
  • The month resets on the first of the calendar month.

Alerts

At 80% of your monthly budget you receive a Telegram alert from your Han AI bot. The default overage policy is alert — you are notified, not blocked. If you choose to upgrade your tier, the new budget takes effect immediately.

What counts as a token

Every input and output token across:

  • Reasoning calls (the model thinking before replying).
  • Conversation in Telegram and on the dashboard.
  • Document and image processing.
  • Background jobs — dreaming loop, daily brief, scheduled tasks.

Local tools that do not call a foundation model (page fetches, OCR, code execution, vector memory writes) do not consume tokens.

Where to see current usage

Usage is recorded in the on-VPS ledger. Your engagement owner can pull a usage snapshot on request; a self-service view is on the dashboard roadmap.

See also