> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aieev.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Monitoring

> Monitor Air API requests, usage, and spending

AirCloud provides two levels of monitoring for Air API: **Project-level Monitoring** and **Organization-level Usage**.

<Note>
  Use **Project Monitoring** to analyze API requests and performance, and **Organization Usage** to track spending trends across projects over time.
</Note>

## Project Monitoring

From the Project sidebar, navigate to **Monitoring** and select the **Air API** tab to view API request metrics and spending for the current project over time.

<img src="https://mintcdn.com/aieev-723717ca/dkFBRWuZs0kiNAeQ/images/project-monitoring-eng.png?fit=max&auto=format&n=dkFBRWuZs0kiNAeQ&q=85&s=927d558cf8186d471d038efef8638c64" alt="Project Monitoring Eng" width="2774" height="1896" data-path="images/project-monitoring-eng.png" />

### Metrics

| Metric               | Description                                                       |
| -------------------- | ----------------------------------------------------------------- |
| **Total Requests**   | Total number of API requests during the selected period.          |
| **Total Tokens**     | Sum of input and output tokens.                                   |
| **Total Characters** | Total characters processed by character-based models such as TTS. |
| **Total Cost**       | Total spending during the selected period (AU).                   |
| **Most Used Model**  | The model with the highest number of requests.                    |
| **Input Tokens**     | Total number of input tokens.                                     |
| **Output Tokens**    | Total number of output tokens.                                    |
| **Input Cost**       | Cost incurred by input tokens.                                    |
| **Output Cost**      | Cost incurred by output tokens.                                   |

### Filter Options

<img src="https://mintcdn.com/aieev-723717ca/EC0TtgHB8u0o5aB1/images/project-monitoring-filter.png?fit=max&auto=format&n=EC0TtgHB8u0o5aB1&q=85&s=a86139f13f50be39049f26b99b37a344" alt="Project Monitoring Filter" width="1542" height="170" data-path="images/project-monitoring-filter.png" />

| Option            | Description                                                                   |
| ----------------- | ----------------------------------------------------------------------------- |
| **Service Type**  | Filter by **All**, **Chat (LLM)**, or **TTS**.                                |
| **Model**         | View requests for a specific model only.                                      |
| **API Key**       | View requests made using a specific API key.                                  |
| **Date Range**    | Select the time range to analyze.                                             |
| **Time Interval** | Choose the aggregation interval (for example, **1 minute** or **5 minutes**). |
| **Auto Refresh**  | Enable or disable automatic updates.                                          |

### Request History

Individual API requests are displayed in a table below the metrics.

Click <Icon icon="download" /> **Export** to download the request history.

<img src="https://mintcdn.com/aieev-723717ca/cmScYG9ndQf3b4fG/images/export-eng329.png?fit=max&auto=format&n=cmScYG9ndQf3b4fG&q=85&s=6ae787d559ee960c69f4999cd0971118" alt="Export Eng329" width="2074" height="370" data-path="images/export-eng329.png" />

| Field           | Description                                      |
| --------------- | ------------------------------------------------ |
| **Created At**  | Time when the request was made.                  |
| **API Key**     | API key used for the request.                    |
| **Model**       | Model used for the request.                      |
| **Engine Type** | Request type, such as **Chat (LLM)** or **TTS**. |
| **Usage**       | Number of tokens or characters processed.        |
| **Latency**     | Time taken to process the request.               |

## Organization Usage

From the Organization page, navigate to **Usage Management** → **Usage**, then select the **Air API** filter to view Air API spending across all Projects within the Organization.

The table below provides a daily spending breakdown for each Project.

<img src="https://mintcdn.com/aieev-723717ca/cmScYG9ndQf3b4fG/images/org-usage-eng392.png?fit=max&auto=format&n=cmScYG9ndQf3b4fG&q=85&s=7120fc3c5336c2bbb0f3ccf3e9c41238" alt="Org Usage Eng392" width="2740" height="1904" data-path="images/org-usage-eng392.png" />

### Metrics

| Metric                 | Description                                                           |
| ---------------------- | --------------------------------------------------------------------- |
| **Total Cost**         | Total Air API spending during the selected period.                    |
| **Highest Daily Cost** | The highest daily spending amount and the corresponding date.         |
| **Cost Distribution**  | Pie chart showing spending by Project.                                |
| **Service Cost**       | Combined spending for other services, such as Air Container.          |
| **Active Projects**    | Number of Projects that made API requests during the selected period. |

## Related Documentation

<Columns cols={2}>
  <Card title="API Usage Guide" icon="astroid" href="/docs/air-api/api-usage-guide" cta="View Guide" arrow="true">
    Learn how to authenticate and call Air API.
  </Card>

  <Card title="Billing" icon="credit-card" href="/docs/console/billing" cta="View Billing" arrow="true">
    Learn about AU-based billing and the refund policy.
  </Card>
</Columns>
