> 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/others/usage.md).

# 用量計算

{% hint style="success" %}
✨ **MaiAgent 採用 Credits 點數制計費** — 一份額度同時涵蓋對話、語音、生圖、文件解析等所有 AI 功能。本頁說明 Credits 計算方式。

完整 Credits 制度說明請見 [Credits 計費制度](/org/credits.md)。
{% endhint %}

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

### 不同模型，不同費率 — 您可以彈性配置 <a href="#per-model-pricing" id="per-model-pricing"></a>

每一次 AI 對話會根據使用的模型，以「**每 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 字的客服對話 → 約消耗 **25–50 Credits**
* 加購 1,000,000 Credits → 可支撐**數萬次**客服對話\
  — 同時可拿來處理語音、生圖、文件解析等其他功能

## 知識庫容量計算 <a href="#knowledge-base-storage" id="knowledge-base-storage"></a>

組織下的所有 AI 助理的知識庫上傳頁面中的 **檔案大小** 加總即為知識庫所使用的容量。

* 刪除文件後，該文件的容量即不再計算
* 知識庫容量上限依方案不同，詳見 [試用與訂閱方案](/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/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.
