---
title: "View AI Router consumption"
sidebar_label: "View consumption"
sidebar_position: 4
description: "How to view the total AI router consumption or export detailed consumption per request"
---

import Formbricks from '@theme/MDXComponents/Formbricks';
import {CustomTable} from '@selectel/docux/components'
import MoreVerticalIcon from '@selectel/docux/icons/more-vertical'

# View AI Router consumption

You can:

* [view total AI Router consumption](#get-common-consumption) — how much was spent on the service in the last month;
* [view API key consumption](#get-api-key-consumption) — how much was spent on a specific API key in the last month;
* [export detailed consumption by each request](#export-detailed-consumption) in CSV format.

## View total consumption \{#get-common-consumption}

You can view monthly consumption in the [control panel](https://my.selectel.ru/ml/default/ai-router): from the top menu, click **Products** → **AI Router** → AI Router page → **Overview**.

<CustomTable>
  <table>
    <thead>
      <tr>
        <th>Consumption parameter</th><th>Description</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <th>Monthly</th><td>Total monthly consumption in rubles</td>
      </tr>

      <tr>
        <th>Requests per month</th><td>Total number of requests sent during the month</td>
      </tr>

      <tr>
        <th>Tokens per month</th><td>Number of tokens spent during the month</td>
      </tr>

      <tr>
        <th>Input tokens</th><td>Total number of input tokens per month</td>
      </tr>

      <tr>
        <th>Output tokens</th><td>Total number of output tokens per month</td>
      </tr>
    </tbody>
  </table>
</CustomTable>

## View API key consumption \{#get-api-key-consumption}

You can view the monthly consumption of a specific API key in the [control panel](https://my.selectel.ru/ml/default/ai-router): from the top menu, click **Products** → **AI Router** → AI Router page → **Keys and Limits** → API key row → **Consumption, ₽**.

## Export detailed consumption \{#export-detailed-consumption}

You can export detailed consumption for each AI Router request in CSV format.

1. In the [control panel](https://my.selectel.ru/ml/default/ai-router), from the top menu, click **Products** and select **AI Router**.
2. In the **AI Router** section, in the <MoreVerticalIcon /> menu of the AI Router, select **Export consumption to .csv**.
3. Select the report period.
4. Optionally, select how to group the data. By default, **No grouping** is selected.
5. Optional: select a data slice.
6. Click **Export consumption to .csv**.

<Formbricks />
