Choose how the data reaches us
CostGraph pulls it
You supply a read-only key and we call Baseten once a day. Nothing to run.
You push it
You send us FOCUS records over the API. Credentials never leave your infrastructure.
Before you begin
- In the Baseten console, go to Settings > API keys and create a key. It reads your whole organization’s billing, not just your own usage.
Let CostGraph pull
- Open Settings > Integrations and pick Baseten.
- Name the connection and pick the tenant these charges belong to.
- Enter the key you copied.
- Select Connect.
Credentials are encrypted at rest and used only to read billing data. Revoke them in
Baseten at any time and the connection stops; nothing else is affected.
Push it yourself
Send the charges to CostGraph as FOCUS records instead. Push FOCUS data covers the connection id, thefocus:write key, and the request shape.
Run the exporter
Rather than build that request yourself, run our exporter. It reads Baseten on a schedule and pushes the records for you, wherever you want to run it: a container, a KubernetesCronJob, or a binary on a machine you already have.
Baseten behavior
Baseten’s billing summary reports token counts and rounds its own money to whole cents, which reads as zero for anything smaller. CostGraph prices each token type from the rates Baseten publishes for that model instead, so a fraction of a cent still lands as a real figure. Cached input is priced well under uncached input. A model that is not in Baseten’s catalogue is skipped rather than priced at a guessed rate, and billing lags behind usage, so a sync run immediately after traffic can read empty.What CostGraph does with it
Records land as raw billing rows, are normalised into line items, and roll up into daily cost. From there Baseten spend appears in Cost Overview and in anomaly detection alongside every other provider. Two signals ride along:- Cache savings. Cached input is much cheaper than uncached, and Baseten reports the split, so you can see how much of a bill the prompt cache avoided.
- Idle deployments. A dedicated deployment reports billed minutes and the requests it served on the same row, so one that is paid for and barely used stands out.