IT Tokens — The AI Currency
IT (Inspection Tokens) are the metered currency for every AI operation on 1nspecT. Every AI call — narrative generation, vision analysis, schema extraction, polish, SPO synthesis — deducts IT from your tenant’s balance. When the balance hits zero, AI calls are blocked until you top up; non-AI operations keep working. This article is the canonical reference: what costs what, where the balance lives, how to top up, and how to economize.Why a metered currency?
AI operations call cloud LLMs (Google Gemini, Vertex AI) that cost real money per request. The IT token system means:- You pay only for what you use — no flat AI subscription baked into the platform price
- You can plan AI spend — a typical inspection uses 30–80 IT depending on Vision usage
- High-cost operations are gated — Vision (8 IT) and Voice DNA (50 IT) pre-flight-check the balance
- Free operations stay free — FREE Library chips, repair-request generation, and several utilities cost 0 IT
Where the balance lives
The IT balance is visible only on the web admin — there is intentionally no balance display on the mobile app. To check:- Sign in to the web admin as Owner
- Navigate to Settings → Subscription & Tokens
- The current balance and recent usage history appear
Complete operation cost reference
The authoritative table.Inspector-facing operations (mobile)
Admin-facing operations (web)
Free operations (0 IT)
Typical inspection cost
A heavy-AI inspection (Vision everywhere) can run 200–300 IT. A light-AI inspection (mostly FREE chips) can run under 50 IT.
How balance updates work
- Pre-flight check (Vision): before sending the photo to the model, the backend verifies balance ≥ 8 IT
- Deduct on success: most operations deduct after a successful AI call. Failed calls don’t deduct.
- Atomic: the deduction is part of the same Firestore transaction as the result
- Fire-and-forget for fast operations: some 1-IT operations deduct asynchronously to avoid latency
Topping up
- Owner signs into web admin
- Settings → Subscription & Tokens
- Purchase Top-Up — choose a pack size
- Stripe checkout — pay with the platform’s payment processor
- Balance updates within seconds
Subscription vs top-ups
Most tenants run both. Unused subscription IT typically doesn’t roll over — review your plan terms.
Economy tips
- Build the narrative library. Every saved narrative becomes a future FREE chip. After 3–6 months of library investment, FREE chips cover 60–80% of common findings.
- Use Vision selectively. Save it for findings where the photo really tells the story.
- Polish only once. Each Polish Narrative call costs 2 IT — don’t run repeatedly.
- SPO generation late. Wait until all findings are in before generating SPOs.
- Sys Info only when age matters. For obviously-new equipment, skip the AI call.
When balance is exhausted
The inspection itself never blocks on IT. AI is pure accelerator; the platform fully functions without it.
Audit trail
Every IT deduction is logged onaiUsage for the inspection. Review per-inspection AI spend in Inspection Details → History. Cross-inspection AI spend lives in Reports → Inspector Productivity.
Related articles
- AI Features Guide — operations in detail
- Mobile Settings & Tokens — mobile view
- Company Settings — Subscription & Tokens lives here
- AI During Capture — per-operation mechanics