# Analyze Cost and Usage

> For the complete documentation index, see [llms.txt](https://docs.redpanda.com/llms.txt). Component-specific: [agentic-data-plane-full.txt](https://docs.redpanda.com/agentic-data-plane-full.txt)

---
title: Analyze Cost and Usage
latest-operator-version: v26.2.1
latest-console-tag: v3.10.0
latest-connect-version: 4.104.0
latest-redpanda-tag: v26.2.1
docname: cost-usage
page-component-name: agentic-data-plane
page-version: master
page-component-version: master
page-component-title: Agentic Data Plane
page-relative-src-path: cost-usage.adoc
page-edit-url: https://github.com/redpanda-data/adp-docs/edit/main/modules/control/pages/cost-usage.adoc
description: Break down LLM spend, requests, and tokens by provider, model, token type, agent, user, or tag. Compare periods, export CSV reports, and see which agents are active right now.
page-topic-type: how-to
personas: platform_engineer, pilot_lead
learning-objective-1: Break down spend, requests, and tokens by provider, model, token type, agent, user, or tag
learning-objective-2: Turn on period comparisons and export the data as CSV
learning-objective-3: Identify the agents active right now and open their recent conversations
page-git-created-date: "2026-07-30"
page-git-modified-date: "2026-08-07"
---

<!-- Source: https://docs.redpanda.com/agentic-data-plane/control/cost-usage.md -->

The **Cost & Usage** page is the spending and usage report for your Agentic Data Plane: every [LLM](https://docs.redpanda.com/agentic-data-plane/reference/glossary/#large-language-model-llm) call the gateway routes is recorded, priced, and charted here. Use it to see where spend comes from, attribute it to a provider, model, agent, user, or tag, and export the numbers for reporting.

After reading this page, you will be able to:

-   Break down spend, requests, and tokens by provider, model, token type, agent, user, or tag

-   Turn on period comparisons and export the data as CSV

-   Identify the agents active right now and open their recent conversations


## [](#prerequisites)Prerequisites

This page assumes traffic through at least one [LLM provider](https://docs.redpanda.com/agentic-data-plane/gateway/configure-provider/); with no traffic, the charts are empty.

> 📝 **NOTE**
>
> Dollar values come from per-model pricing: the built-in catalog rates, or the overrides you set on a provider. Cost reporting works without any pricing setup. See [Override per-model pricing](https://docs.redpanda.com/agentic-data-plane/control/budgets/#override-per-model-pricing).

## [](#open-the-report)Open the report

Open **Cost & Usage** under **Governance** in the sidebar. The page has two tabs:

-   **Cost & usage**: The spending report. Charts of spend, requests, and tokens over a time window, with grouping, filters, and CSV export.

-   **Activity**: The live view. The agents active right now, with a drill-down into their recent conversations.


## [](#choose-the-time-window)Choose the time window

The date-range picker offers last 24 hours, last 7 days (the default), last 14 days, last 30 days, last 90 days, month to date, quarter to date, year to date, and custom ranges. The chart subtitle shows the selected date range and bucket size.

A custom range writes `customStart` and `customEnd` ISO-8601 timestamps to the page URL, so the view is shareable: copy the URL after picking a custom range and any teammate who opens it lands on the same window.

To compare against the period before, turn on the **Compare to previous period** switch in the date-range picker. The picker shows which previous window the report compares against, and each series in the report compares against its own numbers from that period.

## [](#break-down-and-filter)Break down and filter

Use **Group by** to switch the chart breakdown between providers, models, token type, agents, users, and tags:

-   Group by provider to see which upstream consumed the most budget.

-   Group by model to see which model drove spend inside one or more providers.

-   Group by token type to separate input, output, cached, cache-write, and reasoning usage where those buckets apply.

-   Group by agent or user to attribute spend to the agent or the identified caller that drove it.

-   Group by a tag key to attribute spend to a dimension you define, such as `department` or `env`. Tag grouping picks the key from a submenu, and the control shows the active key, for example `Tag: department`. See [Track Spend by Tag](https://docs.redpanda.com/agentic-data-plane/control/cost-allocation-tags/).


Each dimension, Provider, Model, Cost type, Token type, User, and Agent, has its own filter button above the charts, and you can combine them freely. For example, filter to one Anthropic provider, drill into `claude-opus-4-7`, then limit the spend view to input tokens. Selecting an agent also narrows the provider options to the providers that agent used. The tag filter is independent of grouping, so you can group by model while filtering to `env=prod`.

Deleted providers stay in the report so history remains complete. Turn off **Show deleted providers** to hide them; when everything that matches your filters is from deleted providers, the chart says so instead of rendering blank.

## [](#read-the-charts)Read the charts

The report includes these charts:

-   Spend over time: Estimated spend in USD for the selected range.

-   Requests over time: Request count for the selected range.

-   Tokens over time: Token count for the selected range.


The chart renders empty buckets in the selected range as zero-height bars rather than gaps, so quiet days line up with their date label and the trend stays readable when traffic is bursty.

The chart palette is colorblind-safe. When multiple providers of the same type exist (for example, two OpenAI providers), the chart renders each one with a distinct hatched pattern so the series stay visually distinguishable.

The spend chart footer summarizes the selected view by cost bucket, including total, input, output, cached, cache writes, and reasoning when the selected traffic includes those categories.

Each chart can be maximized for a closer look, and exported on its own: the chart export downloads the data as currently shown, including any truncation the chart applies to keep the top series readable.

## [](#download-cost-and-usage-report)Download the report as CSV

To export the data behind the charts, use the download controls in the toolbar:

-   Click **Download full report** to download the complete, untruncated dataset for the current filters and date range as a CSV file. Every cost type and token type is a separate column.

-   Next to **Download full report**, open the report-grouping options to choose how the exported rows are grouped. Under Time bucket, pick Hourly, Daily, Monthly, or Total (no time column). Under Break down by, select any combination of Provider, Model, User, and Agent.


Use **Download full report** when you need the whole dataset rather than the charted view.

## [](#see-which-agents-are-active-now)See which agents are active now

The **Activity** tab answers a different question from the report: instead of what something cost, it shows what’s running right now. It ranks the agents with traffic over a window of the last hour (the default), the last 24 hours, or the last 7 days, and shows each agent’s change against the previous window. Select an agent to see its recent requests and open a conversation.

The Playground’s live view also hands off to this tab: when an agent task is still running after several minutes, the Playground points you here to follow it to completion.

## [](#next-steps)Next steps

-   [Set Up Budgets](https://docs.redpanda.com/agentic-data-plane/control/budgets/)

-   [Track Spend by Tag](https://docs.redpanda.com/agentic-data-plane/control/cost-allocation-tags/)

-   [See What Your Agent Did](https://docs.redpanda.com/agentic-data-plane/monitor/transcripts/)