# 用量與額度

MaiGPT 採用量計費，用多少算多少。以下說明用量的基本概念。

***

## 什麼是用量 <a href="#what-is-usage" id="what-is-usage"></a>

每次你跟 AI 對話，系統會依據訊息的長度和複雜度計算用量。用量通常由公司統一管理和支付，你不需要自己付費。

***

## 哪些操作會消耗用量 <a href="#operations-that-consume-usage" id="operations-that-consume-usage"></a>

| 操作            | 用量            |
| ------------- | ------------- |
| 一般對話          | 低             |
| 上傳檔案分析        | 中（依檔案大小）      |
| 知識庫問答         | 中             |
| Deep Research | 高（會進行多次搜尋和分析） |
| AI 生圖         | 中             |
| 深度思考          | 較高（比一般對話多）    |

***

## 怎麼查看用量 <a href="#how-to-check-usage" id="how-to-check-usage"></a>

{% hint style="info" %}
用量查看方式依公司設定而異。如果你的介面上有用量顯示，可以直接查看。否則請聯繫管理員了解用量狀況。
{% endhint %}

***

## 節省用量的技巧 <a href="#tips-to-save-usage" id="tips-to-save-usage"></a>

* **問題越精確，用量越少** — 具體的問題比模糊的問題回覆更短，用量更低
* **善用同一段對話** — 延續對話比開新對話更省，因為不需要重複提供背景
* **選擇適合的功能** — 簡單問題不需要開 Deep Research 或深度思考

***

## 下一步 <a href="#next-steps" id="next-steps"></a>

* [模型差異怎麼選](/maigpt/faq/model-comparison.md)
* [安全性與隱私](/maigpt/faq/security.md)
* [回到 MaiGPT 總覽](/maigpt/maigpt.md)


---

# 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.maiagent.ai/maigpt/faq/usage.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.
