> For the complete documentation index, see [llms.txt](https://help.slidespilot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.slidespilot.com/slidespilot-help-center-zh/tao-can-yu-zhang-dan/ai-ji-fen.md).

# AI 积分

{% hint style="info" %}
**免责声明：** AI 积分费用可能会随着我们发布新功能或集成新模型而变动。我们会尽力保持此页面的最新状态，但最准确的信息始终显示在产品本身中——通常会显示在每个操作按钮旁边。
{% endhint %}

### PPT 转换/创建

这是您在特定方案下可以创建的演示文稿数量。当您让 AI 生成完整演示文稿时，它会计为 1 次转换/创建——无论演示文稿长度如何。

选择 AI 图像模型：在生成完整演示文稿时，您可以选择使用哪种图像模型，AI 会将图片添加到您的演示文稿中。这将消耗 AI 积分，例如：

* 基础 AI 图像模型：10 积分
* Nanobanana：50 积分
* Nanobanana Pro：200 积分

如果您在生成演示文稿时用完了 AI 积分，仍然可以不含图片地创建它。

### AI 积分

在 SlidesPilot 中使用 AI 功能会消耗不同数量的 AI 积分：

**生成单张图片：** 费用因模型而异。选择模型时，您会看到所需的积分数。

**这些操作也会消耗 AI 积分：**

* 使用 AI 添加新幻灯片：5 积分
* 使用 AI 编辑幻灯片：5 积分（图片幻灯片为 20 积分）
* 使用 AI 美化幻灯片：20 积分
* 使用 AI 生成大纲：1 积分
* 将 PPT 转换为其他格式：10 积分

### 购买额外 AI 积分

当您用完 AI 积分时，您可以随时通过购买 AI 积分包进行充值。充值积分永不过期，因此您无需担心到期日期。这些积分会在您的工作区中与订阅方案积分分开显示。

系统会优先使用您订阅方案中的 AI 积分。待这些积分用完后，将扣除您的充值积分。

#### 充值积分（美元价格）

您可以点击以下按钮为 AI 积分充值（将打开一个新的支付窗口）：

**1000 积分（12.00 美元）：** <a href="https://www.slidespilot.com/app/pay/checkout/price_1SmUmoP5aZl2EteqXk8oyLOE" class="button primary" data-icon="coins">充值 1,000 积分</a>

**2000 积分（22.80 美元）：** <a href="https://www.slidespilot.com/app/pay/checkout/price_1SmUnQP5aZl2EteqnkiS3UWM" class="button primary" data-icon="coins">充值 2,000 积分</a>

**5000 积分（54.00 美元）：** <a href="https://www.slidespilot.com/app/pay/checkout/price_1SmUnmP5aZl2EteqPNWfgpnL" class="button primary" data-icon="coins">充值 5,000 积分</a>

**10000 积分（102 美元）：** <a href="https://www.slidespilot.com/app/pay/checkout/price_1SmUoCP5aZl2Eteqa0ozND2m" class="button primary" data-icon="coins">充值 10,000 积分</a>

{% hint style="danger" %}
**重要：** 请使用您想要充值的账号登录。以某个账号购买的 AI 积分将绑定到该账号，且无法转移。
{% endhint %}


---

# 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://help.slidespilot.com/slidespilot-help-center-zh/tao-can-yu-zhang-dan/ai-ji-fen.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.
