---
title: "View AI Router metrics"
sidebar_label: "View metrics"
sidebar_position: 6
description: "How to view AI Router usage statistics for the last 24 hours"
---

import Formbricks from '@theme/MDXComponents/Formbricks';
import {CustomTable} from '@selectel/docux/components'

# View AI Router metrics

Metrics show statistics for the last 24 hours of AI router usage. Statistics are displayed for all models and for each model individually.

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

<CustomTable>
  <table>
    <thead>
      <tr>
        <th>Metric</th><th>Description</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <th>Overall availability</th><td>Overall percentage of successfully completed requests</td>
      </tr>

      <tr>
        <th>Average latency</th><td>Global TTFT (Time To First Token) parameter</td>
      </tr>

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

      <tr>
        <th>Output tokens</th><td>Total number of output tokens</td>
      </tr>

      <tr>
        <th>Cache read tokens</th><td>Total number of tokens read from the cache</td>
      </tr>

      <tr>
        <th>Cache write tokens</th><td>Total number of tokens written to the cache</td>
      </tr>
    </tbody>
  </table>
</CustomTable>

<Formbricks />
