A model name and token total are not enough to reproduce cost. Grow or Die selects a versioned server-side price using the provider, exact model, event time, service tier, and every non-zero usage meter. If one observed meter has no trusted rate, the call remains unpriced.
The lookup key is more than a model name
Each event retains its provider, exact model ID, operation, service tier, event time, input and output tokens, cache categories, reasoning tokens, and supported tool counts. Aliases are normalized only when the mapping is explicit; a similar-looking model name is not accepted as proof of the same price.
Price the call with the rate effective at call time
Every catalog version has an effective timestamp and provenance ID. A call before a price change keeps the earlier rate. A later catalog update never rewrites historical cost as though the new price had always applied.
Observed call cost = each provider-reported meter × its trusted rate effective when the call occurred.
Price every non-zero meter independently
Ordinary input, cached input, cache writes, output, reasoning, batch or priority service, web search, and other supported tools can carry different rates. The calculation records the exact catalog version used for each meter so the result can be reproduced.
One missing rate blocks a complete total
If a call contains a non-zero billable category with no verified rate, calls and tokens remain visible but cost and profit stay unavailable. That is safer than publishing a partial amount that looks complete.
Automatic public-price discovery is provisional evidence. Provider billing remains the reconciliation source for credits, hidden retries, negotiated rates, and unsupported tool charges.
What this evidence can and cannot prove
The catalog calculates cost from usage visible to the customer's server. It does not replace the provider invoice, infer charges for missing usage, or prove that provider-side retries and credits are complete. Reconcile each provider and billing period before treating attributed cost as the full bill.