> For the complete documentation index, see [llms.txt](https://docs.maiagent.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/others/usage.md).

# 利用量の計算

{% hint style="success" %}
✨ **MaiAgent は Credits ポイント制で課金します** — 一つの残高で対話、音声、画像生成、ドキュメント解析などすべての AI 機能を同時にカバーします。本ページでは Credits の計算方法をご説明します。

Credits 制度の詳細については [Credits 課金制度](/maiagent-user-guide/maiagent-user-guide-ja/org/credits.md) をご覧ください。
{% endhint %}

## Credits の計算方法 <a href="#credits-calculation" id="credits-calculation"></a>

### モデルごとに異なる料率 — 柔軟に構成できます <a href="#per-model-pricing" id="per-model-pricing"></a>

AI との対話は 1 回ごとに、使用したモデルに応じて「**100 万 tokens あたり**に対応する Credits」で消費量を計算し、**Input と Output は別々に課金されます**。

* 軽量モデル（Claude 4.5 Haiku、GPT-5-mini など）を使うと消費が少なくなります — カスタマーサポートの FAQ や一般的な問い合わせ対応に最適です
* 旗艦モデル（Claude 4.6 Opus、GPT-5 など）を使うと消費が多くなります — 高度な分析や高品質なコンテンツ作成に最適です
* **予算のコントロールはお客様の手中にあります** — 複数の AI アシスタントがそれぞれ異なるモデルを使用でき、モデルのグレードに応じた料率で Credits が差し引かれるため、用途に合わせてコストを最適化できます
* 料率表の全体は <mark style="color:blue;">**組織設定**</mark> → <mark style="color:blue;">**Credits**</mark> → <mark style="color:blue;">**課金方式**</mark> でご確認いただけます

### マルチモーダル機能：一つの残高ですべてカバー <a href="#multimodal-features" id="multimodal-features"></a>

**すべての機能がデフォルトで利用可能で、各機能が独立した Credits 料率を持つ**ため、課金は直感的です。

* **画像生成**：解像度とモデルに応じて課金
* **音声からテキストへの変換 (STT)**：音声の長さに応じて課金
* **テキストから音声への変換 (TTS)**：文字数に応じて課金
* **ドキュメント解析**：ページ数またはサイズに応じて課金
* **ウェブ検索**：クエリ回数に応じて課金
* **AI アシスタントのツール呼び出し**：ツールの種類に応じて課金

### 利用量の例 <a href="#usage-example" id="usage-example"></a>

最もよく使われる **Claude 4.5 Haiku** を例にとると：

* 約 500 文字のカスタマーサポート対話 1 回 → 約 **25〜50 Credits** を消費
* 1,000,000 Credits を追加購入 → **数万回**のカスタマーサポート対話に対応可能\
  — 同時に音声、画像生成、ドキュメント解析などその他の機能にも利用できます

## ナレッジベースの容量計算 <a href="#knowledge-base-storage" id="knowledge-base-storage"></a>

組織配下のすべての AI アシスタントのナレッジベースのアップロード画面における **ファイルサイズ** の合計が、ナレッジベースで使用している容量となります。

* ファイルを削除すると、そのファイルの容量はカウントされなくなります
* ナレッジベースの容量上限はプランによって異なります。詳しくは [トライアルとサブスクリプションプラン](/maiagent-user-guide/maiagent-user-guide-ja/others/trial-and-plans.md) をご覧ください

## 利用量の確認 <a href="#usage-query" id="usage-query"></a>

<mark style="color:blue;">**組織設定**</mark> → <mark style="color:blue;">**Credits**</mark> で以下をご確認いただけます。

* **概要**：リアルタイムの Credits 残高、まもなく失効する残高、月次の利用量推移
* **入金記録**：各 Credits のソース（プランによる付与、追加購入、贈与など）と有効期限、FIFO で差し引き
* **消費記録**：各利用の明細。日付、種類、AI アシスタントで絞り込みでき、**財務照合用に CSV エクスポートに対応**
* **課金方式**：すべてのモデルと機能の詳細な料率

***

## よくある質問 <a href="#faq" id="faq"></a>

### Q：ファイルを削除した後も容量はカウントされますか？ <a href="#faq-deleted-file" id="faq-deleted-file"></a>

削除後はカウントされません。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/others/usage.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
