# 請求金額を確認する

{% hint style="info" %}
請求金額は、サイドバーの請求ページから確認できます。なお、請求ページは [Admin ロールを持つユーザー](/administrator-guide/manage-permissions/role-permissions.md)のみ閲覧できます。
{% endhint %}

請求ページでは、対象月ごとの請求金額、トラフィックコスト、トークンコスト、過去実績を確認できます。

### 請求ページで確認できる内容

請求ページは、以下の 4 つのタブで構成されています。

<table><thead><tr><th width="183.45703125">タブ</th><th>確認できる内容</th></tr></thead><tbody><tr><td>概要</td><td>対象月の請求金額の総額や、月末時点の予測値を確認できます。</td></tr><tr><td>トラフィックコスト</td><td>Node ごとのリクエスト数、超過リクエスト数、超過料金などを確認できます。</td></tr><tr><td>トークンコスト</td><td>モデル別のトークン消費量および利用料金を確認できます。</td></tr><tr><td>過去実績</td><td>過去月の請求実績を確認できます。</td></tr></tbody></table>

画面右上の対象月から、確認したい月を選択できます。選択した月に応じて、各タブの表示内容が切り替わります。

### 概要タブを確認する

概要タブでは、選択した月の請求金額の概要を確認できます。

月途中の場合は、現時点までの利用状況に基づく請求金額と、月末時点の予測金額が表示されます。

<figure><img src="/files/0Ks2tP8iiELTn37LqXZZ" alt=""><figcaption></figcaption></figure>

### トラフィックコストタブを確認する

トラフィックコストタブでは、Node ごとのトラフィック利用状況を確認できます。

契約枠を超過したリクエストがある場合、超過分に対して契約時のログ単価に基づく料金が発生します。トラフィックは Node 単位で集計されます。

<figure><img src="/files/GK3knGJE9JKOUUk0gRqD" alt=""><figcaption></figcaption></figure>

### トークンコストタブを確認する

トークンコストタブでは、評価で使用したモデル別のトークン消費量と利用料金を確認できます。

ローカルモデル、リモートモデル（高速 / 高精度）ごとに、入力トークン数、出力トークン数、入力コスト、出力コスト、合計料金が表示されます。

<figure><img src="/files/qwZ036MOzk8nhEeL4lu2" alt=""><figcaption></figcaption></figure>

### 過去実績タブを確認する

過去実績タブでは、過去月の請求実績を確認できます。

対象月を選択すると、その月のリクエスト数、超過リクエスト数、超過料金、トークン消費量、請求金額などを確認できます。

<figure><img src="/files/uWsWaDxQIWzvugyfrxY3" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.radar.citadel-ai.com/administrator-guide/check-billing-amount.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
