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.

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.
- AI Cost Tracking Tools: The 3 Ways They Get Your NumbersAI cost tracking tools get your spend three ways: routing traffic, instrumenting code, or reading the bill. How they compare, and where CostCompass fits.
- CostCompass vs. a Spreadsheet for AI Cost TrackingCostCompass vs. a spreadsheet for AI cost tracking — where by-hand roll-up goes stale, and what a one-click dashboard with forecasts does instead.
- How to Track AI Costs Across Multiple ProvidersFour ways to track what you're spending on AI across every provider — and how to keep one running total and a forecast without changing any code.
- What an AI API Cost Dashboard Is — and How to Get OneAn AI API cost dashboard prices every provider's usage into one money figure and forecasts the month. What one shows, and the two ways it gets its numbers.
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.