AI cost governance breaks when teams only measure the model bill.

AI cost is a data-path problem

An AI workload can spend money in several places before a user sees an answer: retrieval indexes, query engines, serving APIs, catalog calls, orchestration, model inference, evaluation, and observability. If cost governance stops at tokens, the platform misses the data infrastructure doing the work.

Open data infrastructure gives teams a better cost boundary because workloads can be tied to tables, catalogs, engines, data products, policies, and owners. That does not make cost easy. It makes cost attributable.

Cost governance needs ownership

The FinOps Framework describes an operating model for managing technology spend and includes capabilities for governance, policy, risk, and unit economics. Those ideas map cleanly to AI workloads when the data path is observable. The unit is not just "per prompt." It may be cost per evaluated answer, cost per retrieved document, cost per tool call, or cost per governed data product request.

The owner should be clear before the system scales. A platform team may own shared retrieval infrastructure. A data product team may own expensive source queries. An AI product team may own model calls. The governance model has to make those boundaries visible.

Core idea: ODI cost governance assigns AI spend to the data path, not only to the model endpoint.

Signals should follow the workload

For related ODI context, read ODI observability scorecards for AI, agentic AI query budgets, and metadata SLAs for AI.

OpenTelemetry metrics can carry runtime measurements. Catalog and lineage metadata can connect those measurements to data products. The useful report is not a generic cost chart. It is a cost story that names the workload, owner, data product, policy path, and optimization choice.

What breaks first

  • Model cost is measured while retrieval and query costs are invisible.
  • Shared indexes hide which products are driving spend.
  • Agents can run exploratory queries without a budget boundary.
  • Cost reductions break freshness, quality, or policy guarantees.

Cost questions

Ask what the unit cost is, which data path produced it, who owns it, and which tradeoff is acceptable. If the only available answer is a monthly invoice, the system is not governable.

Sources to start with

These primary and authoritative sources anchor the claims in this guide.

The bill is where cost shows up. The data path is where cost is created.