Platform Currency

Ask Sage Tokens

One token system, every model. The unit you spend on chat, agents, datasets, and Workbooks.

Table of Contents
  1. Tokens at a Glance
  2. How Tokens Are Counted
  3. Inference Tokens
  4. Training Tokens
  5. Where to See Your Usage
  6. Managing & Refilling Tokens
  7. Gotchas

Tokens at a Glance


How Tokens Are Counted

Prompt + response = total

Every interaction with a model consumes tokens for both halves of the exchange: the prompt you send and the response you get back. If your prompt is 12 tokens and the response is 180 tokens, the interaction cost 192 tokens.

Three things to keep in mind:

  • Cost varies by model. Flagship models cost more per token than standard or lightweight tiers. The same prompt sent to two models will spend different numbers of Ask Sage tokens.
  • Prompt and response can be priced differently. For most models, output (response) tokens are more expensive than input (prompt) tokens. A short prompt with a long response can cost more than a long prompt with a short response.
  • Conversation history is included. In a multi-turn chat, prior turns are sent with each new prompt as context. Long conversations cost more per turn than short ones, even if your latest message is brief.
Compare uses double the tokens. When you use Model Compare, your prompt is dispatched to two models simultaneously, so each send costs roughly 2× a regular chat. Use Compare deliberately for decisions, not as a default chat surface.

Inference Tokens

What you spend when models do work

Inference tokens are consumed any time a model produces a response. That covers most of what you'll do day-to-day on the platform.

Things that spend inference tokens:

  • Chat — every message you send and every response the model returns.
  • Personas — the system prompt counts as part of the input on every turn, so heavier personas cost more per message than lighter ones.
  • Datasets (RAG retrieval) — when a Dataset is attached, retrieved chunks are added to the prompt as context. Bigger retrievals mean bigger prompts.
  • Workbook actions — once data is in a Workbook, asking questions or running operations against it spends inference tokens (the ingestion itself is a training-token cost — see below).
  • Model Compare — both panes consume inference tokens on every send.
  • Code Canvas — generating code, running Quick Actions, and chat turns inside a canvas all spend inference tokens.
  • MCP Tools and Deep Agent — agentic workflows can chain multiple model calls per user turn, so a single instruction may spend more tokens than a normal chat.
Agentic workloads scale fast: MCP Tools and Deep Agent can fan out into many sub-calls under a single user instruction. A "summarize my open tickets" prompt might internally make a dozen tool calls plus a synthesis step. That's powerful, but it's not free — watch your inference balance when you're iterating on agent workflows.

Training Tokens

What you spend when data gets ingested

Training tokens are consumed when content is processed into a vector database — embedded, indexed, and stored so that future prompts can retrieve from it. This is a one-time cost per piece of ingested content; you pay it when the data goes in, not when you query it later.

Things that spend training tokens:

  • Dataset ingestion — uploading files, pasting text, or pointing to a source for inclusion in a Dataset. Each chunk gets embedded and stored.
  • Workbook ingestion — same mechanic as Datasets, applied to the documents that ground a Workbook's bound conversation.

The reason training tokens are billed separately is that ingestion is a different operation from inference. It uses embedding models rather than generative models, runs at a different cost basis, and only happens when data changes — not on every prompt.

Workbooks straddle both: A Workbook costs training tokens when you first ingest its source documents (or add new ones), and inference tokens every time you ask a question or run an action against the ingested content. Plan accordingly when comparing Workbook costs to plain chat: the upfront ingestion is the trade you make for cheaper, faster querying afterward.
Pricing reference: Inference and training tokens are priced differently, and rates change. For current pricing, plan tiers, and bulk-purchase options, see Sales/Cost.

Where to See Your Usage

Find your balances in two clicks

Token balances live in the platform's Settings → Usage & Billing panel. The path is the same on every screen.

Step 1. Click your avatar in the bottom-left corner of the left rail to open the user menu, then select Settings.

User menu with Settings highlighted

User menu — Settings, Dark Mode, Classic View, Help, Updates, Disclosures, Log out

Step 2. In the Settings dialog, choose Usage & Billing from the left-hand tabs.

Usage & Billing tab showing plan, reset date, inference and training token balances

Usage & Billing — current plan, monthly reset date, inference and training balances with progress bars

The panel surfaces four things at a glance:

  • Current plan — your subscription tier (e.g. Enterprise, individual plan name).
  • Reset date — when this month's allotment refreshes (e.g. "Tokens reset Jun 1 · in 27 days"). Both balances reset together.
  • Inference Tokens — used vs. allotted, with a percentage and progress bar.
  • Training Tokens — same display, separate balance.

The Manage Subscription button on this panel is the entry point for plan changes, refills, and Enterprise admin actions — see the next section.


Managing & Refilling Tokens

Change your plan, top up, or contact an admin

Once you can see your balances in Settings → Usage & Billing, three operational paths cover most situations:

Top up or change plan

Click Manage Subscription on the Usage & Billing panel.

Compare plans or pricing

See Sales/Cost for tiers, pricing, and bulk options.

Enterprise: contact your admin

Non-admin Enterprise users go through their org's admin for additional tokens.

For step-by-step instructions on subscription changes inside the platform, see Subscription Management.

Tokens reset monthly, no rollover: Both Inference and Training balances refresh on the first of each month. Unused tokens do not carry forward — what you don't spend is gone. Plan ingestion-heavy work (Dataset and Workbook builds) early in the month so you have headroom for inference work later.

Gotchas

Things that bite users

  • No rollover. Unused tokens at month-end are forfeit. If you're consistently leaving tokens on the table, you're on a higher plan than you need; if you're consistently running out, you're on a lower one.
  • Compare doubles your spend. Every prompt in Model Compare goes to two models. Useful for decisions, expensive as a daily driver.
  • Flagship models cost meaningfully more per token. A "what's the capital of France" answered by a flagship reasoning model is wasteful. Match the model tier to the difficulty of the work.
  • Long conversations grow expensive. Every turn in a chat sends the prior history along as context. A 50-turn chat costs more per send than a fresh one. Start a new chat when the topic shifts.
  • RAG retrievals add to the prompt. Datasets and Workbooks pull in retrieved chunks on every query. Big retrievals are useful but not free.
  • Agentic flows can fan out. One prompt to a Deep Agent or MCP-enabled chat can become many internal model calls. Inspect what the agent is doing if your spend looks higher than expected.
  • Workbook ingestion is a one-time training-token cost; querying is ongoing inference. Don't confuse the two when forecasting a Workbook's lifetime cost.
  • Persona length is a per-message tax. A multi-paragraph persona ships with every prompt. Trim what you don't need.
Spend deliberately: The platform gives you the same currency across every model and every feature. Knowing where each token goes — chat, ingestion, agentic fan-out, Compare doubling — is how you keep the monthly burn predictable and the work productive.

Back to top

Copyright © 2026 Ask Sage Inc. All Rights Reserved. Ask Sage is a BigBear.ai company.