CostCompass An Almanac Beta
Cost tracking tools

The tools that tell you what AI is costing you

Every provider shows usage its own way, in its own units, on its own page. A tracking tool's whole job is to turn all of that into one number you can act on. Here are the approaches, and how they differ.

By Joubert Berger Published July 9, 2026

An antique almanac engraving: a barometer dial, an hourglass, a beam scale, and a graduated flask each linked by fine rods to one central master dial, whose single needle reads them all as one value.
Every provider measures in its own unit; a tracking tool resolves them to one reading.

The problem cost-tracking tools solve is not measurement — every provider already meters you. The problem is that the measurements don't add up. One provider counts tokens, another GPU-hours, a third characters, a fourth requests. Each lives behind its own login and bills on its own cycle. No single page anywhere answers the only question that matters at month-end: what is AI costing me, in total, and where is it heading?

There are really only a few ways to close that gap, and they trade off along the same axis: how much of your own work each one asks for. A row of provider dashboards is free but manual — you read each console and add it up by hand. A spreadsheet captures the total but has to be fed. Observability platforms and AI gateways compute cost precisely, but earn it by sitting inside your code or your request path. A billing dashboard reads each provider's own usage API from outside your application and converts it to money, so the total assembles itself with nothing installed.

Which one is right depends on what else you need. If you also want per-request tracing or routing, the tools that live in your code path pay for themselves. If the question is purely what am I spending across my providers this month, the lowest-friction answer is the one that reads the numbers you're already generating and leaves your application untouched.

The guides below walk each approach — what it captures, what it costs you to run, and where a tracked total can drift from the invoice.

About the author

Joubert Berger builds CostCompass, a spend-intelligence dashboard that pulls usage from AI and compute providers into one month-to-date total, a forecast, and a per-provider breakdown. This guide reflects how CostCompass reads each provider's own usage API — see the security model for how your keys are handled.

One running total across every provider

Connect each provider once and pull a single month-to-date total and forecast across all of them on demand — no SDK, no gateway, nothing in your request path.