# 模型使用價格

## 理解模型定價

每個 AI 模型都有其自己的定價結構，這是基於使用的令牌數量。

* **令牌：** 令牌是 AI 模型處理的基本文本單位。
* **輸入令牌：** 當您向 AI 模型提供文本時使用的令牌。
* **輸出令牌：** AI 模型作為回應生成的令牌。

## 查看模型使用價格

1. **導航至帳單區域：** 前往「帳戶」標籤，然後選擇「帳單」。
2. **模型價格表：** 在帳單頁面上，您將找到一個顯示模型使用價格的表格。該表格包括以下信息：
   * **提供者：** AI 模型的提供者。
   * **模型：** 特定 AI 模型的名稱。
   * **輸入價格：** 每 100 萬個輸入標記的價格。
   * **輸出價格：** 每 100 萬個輸出標記的價格。
   * **生效日期：** 價格生效的日期。
   * **到期日期：** 價格到期的日期（如適用）。

<figure><img src="/files/ZDHOUAsYVkRGRnFgL4MH" alt=""><figcaption><p><strong>模型價格表</strong></p></figcaption></figure>

## 重要注意事項

* 價格可能會變動。
* 價格將應用於您的預付信用餘額。
* 根據使用的輸入和輸出標記數量，您的信用餘額將減少。

如果您對模型使用價格有任何疑問，請聯繫 <support@skydeck.ai> 尋求協助。


---

# 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.skydeck.ai/zh-hk/control-center/billing/model-usage-prices.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.
