FOCUS 1.5 adds AI token tracking
Published 15 August 2026
FOCUS 1.5 is confirmed for December 2026 and adds two things the specification has never carried: native AI token tracking inside the Cost and Usage dataset, and a separate Price Sheet dataset for provider list pricing. Together they make token-based AI spend comparable and portable across providers, the way FOCUS already made cloud billing comparable.
What is actually in it
Two additions, and the second matters more than its billing gets:
1. AI model identity and token consumption in Cost and Usage
The consumption record gains fields for which model served a charge and how many input and output tokens it consumed, with worked examples for token-based and generation-based billing. Today that information either does not survive the provider's export or arrives in a provider-specific shape you have to parse per vendor. After 1.5, the shape is the same everywhere.
2. A Price Sheet dataset
List pricing gets its own standardized representation, separate from the consumption record. This is the quieter but more useful half. Keeping price separate from usage means you can finally compute two things directly from the data:
- List versus actual. The gap between the published rate and your effective rate - the number that tells you whether a commitment or a negotiated rate is earning its keep.
- Provider comparison without archaeology. Comparing two vendors currently means reverse-engineering an effective rate out of an invoice that blends discounts, tiers, and cached-token pricing. A price sheet in a known schema removes that step. See provider arbitrage.
Why this matters more than a normal point release
Token spend has been the one large technology cost with no standard billing shape. Every provider meters differently, cached and reasoning tokens price on their own scales, and the ratios move whenever a model changes underneath you. That is why the State of FinOps 2026 survey put granular AI spend monitoring - tokens, requests, GPU utilization - at the top of the most-requested capability list across all 1,192 respondents.
FOCUS 1.5 does not deliver that capability, but it removes the excuse that the data is unobtainable. Once tokens are a first-class billing field, a tool that cannot report on them by model is choosing not to.
What FOCUS 1.5 will not do
Be clear about this before you plan around it, because the gap is where most teams get caught:
- It does not give you attribution. FOCUS standardizes what providers emit. Providers do not know which feature, team, or customer caused a request, because that context never leaves your infrastructure. A request made without a tag is unattributable regardless of how good the billing schema is. See cost attribution.
- It does not cover the unmetered layers. GPU reservations, vector stores, eval harnesses, and human review sit outside the token line. See hidden LLM costs.
- It does not arrive on the spec date. A December 2026 specification is not a December 2026 export. FOCUS 1.0 took well over a year to reach broad provider coverage. Plan for usable AI exports through 2027, not in Q1.
- It does not tell you whether the spend was worth it. That is the layer the Tokenomics Foundation was launched to define.
How to be ready, using work that pays for itself now
Every item below is useful before 1.5 ships and maps directly onto a 1.5 field afterwards:
| Do this now | Why it maps cleanly |
|---|---|
| Store token counts by type, never as one total | Input and output are separate fields in 1.5. A single blended total cannot be split back apart. |
| Keep model identity on every record | Model identity is a first-class 1.5 field and the basis of every per-model comparison. |
| Retain provider list prices at time of use | The Price Sheet dataset is a point-in-time view. Historical list prices are not reliably recoverable later. |
| Reconcile internal records to the invoice monthly | 1.5 will make the provider's version authoritative and comparable. An unreconciled internal figure becomes visibly wrong. See invoice reconciliation. |
| Tag at the gateway: feature, environment, team, customer | The one thing FOCUS will never supply. Emit it via OpenTelemetry GenAI conventions. |
The wider signal
FOCUS 1.5 did not arrive alone. The same window produced the Tokenomics Foundation launch on 4 August 2026, and the announcement that from 2027 FinOps X becomes Tokenomicon, a Linux Foundation conference built around the economics of AI, with FinOps X continuing as a co-located practitioner track. The flagship runs in San Diego, 7-10 June 2027, with regional events in Amsterdam and London.
A specification adding token fields, a new standards body, and a conference renamed around the unit is three independent bodies agreeing on the same thing: the token is now the unit of enterprise technology spend, and the accounting is being built after the fact. Being early to the schema is cheap. Retrofitting it is not.
Related
- LLM FinOps standards - the wider standards picture.
- What is the Tokenomics Foundation? - the value layer above the schema.
- State of FinOps 2026: 98% now manage AI spend - the capability gap 1.5 partly addresses.
- OpenTelemetry GenAI conventions - the telemetry side of the same problem.
- LLM token types explained - why one blended total is not enough.
Want this applied to your own LLM spend? FinOps LLM runs a free audit of your AI costs and shows where the savings are. Book free audit →
FAQ
What is FOCUS 1.5?
FOCUS 1.5 is the next version of the FinOps Open Cost and Usage Specification, confirmed for December 2026. It adds native AI token tracking to the Cost and Usage dataset - surfacing AI model identity and input and output token consumption - plus a new Price Sheet dataset for provider list pricing.
What does the Price Sheet dataset do?
It gives list pricing its own standardized representation, separate from the consumption record. That separation is what lets you compute the gap between list price and what you actually paid, and compare provider pricing without reverse-engineering it out of an invoice.
Does FOCUS 1.5 solve AI cost attribution?
No. FOCUS standardizes the shape of billing data coming out of providers. It cannot tell you which feature, team, or customer caused a given request, because that context never reaches the provider. Attribution still requires your own tagging at the gateway.
When does FOCUS 1.5 ship and when will providers support it?
The specification is confirmed for December 2026. Provider adoption follows on its own schedule - FOCUS 1.0 took well over a year to reach broad coverage across major clouds. Plan for a spec date in 2026 and usable exports through 2027.
How do we prepare for FOCUS 1.5?
Store token counts by type rather than a single total, keep model identity as a first-class field on every record, retain provider list prices at the time of use, and keep your internal cost records reconciled to the invoice. Each maps directly onto a 1.5 field.
Is FOCUS the same as the Tokenomics Foundation?
No. FOCUS standardizes billing data - the schema of what providers export. The Tokenomics Foundation, launched 4 August 2026, targets the layer above: what that spend means in business terms and what a token is worth. They are complementary and land in that order.