> For the complete documentation index, see [llms.txt](https://docs.skydeck.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skydeck.ai/zh-cn/control-center/billing/model-usage-prices.md).

# 模型使用价格

## 理解模型定价

每个 AI 模型都有其自己的定价结构，基于使用的令牌数量。

* **令牌：** 令牌是 AI 模型处理的文本基本单位。
* **输入令牌：** 当您向 AI 模型提供文本时使用的令牌。
* **输出令牌：** AI 模型作为响应生成的令牌。

## 查看模型使用价格

1. **导航到账单部分：** 转到“账户”选项卡，然后选择“账单”。
2. **模型价格表：** 在账单页面，您会找到一个显示模型使用价格的表格。该表格包括以下信息：
   * **提供者：** AI 模型的提供者。
   * **模型：** 特定 AI 模型的名称。
   * **输入价格：** 每百万输入令牌的价格。
   * **输出价格：** 每百万输出令牌的价格。
   * **生效日期：** 价格生效的日期。
   * **过期日期：** 价格过期的日期（如适用）。

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

## 重要说明

* 价格可能会有所变动。
* 价格适用于您的预付信用余额。
* 您的信用余额会根据使用的输入和输出令牌数量减少。

如果您对模型使用价格有任何疑问，请联系 <support@skydeck.ai> 寻求帮助。


---

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