> 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/plans-and-billing/ai-credits.md).

# AI Credits

{% hint style="info" %}
**Disclaimer:** AI credit costs may change as we release new features or integrate new models. We strive to keep this page current, but the most accurate information is always displayed in the product itself—typically shown next to each action button.
{% endhint %}

### PPT Conversions/Creations

This is the number of presentations you can create under a specific plan. When you ask AI to generate a complete presentation, it counts as 1 conversion/creation—regardless of the presentation's length.

Choosing an AI image model: you can choose which image model to use when generating a complete presentation, AI will add images to your presentation. This will cost AI credits, for example:

* Basic AI image model: 10 credits
* Nanobanana: 50 credits
* Nanobanana Pro: 200 credits

If you run out of AI credits while generating a presentation, you can still create it without images.

### AI Credits

Using AI features in SlidesPilot costs different amounts of AI credits:

**Generating a single image:** Cost varies by model. You'll see the credit cost when selecting a model.

**These actions also cost AI credits:**

* Add a new slide with AI: 5 credits
* Edit a slide with AI: 5 credits (20 credits for Image Slides)
* Beautify a slide with AI: 20 credits
* Generate an outline with AI: 1 credit
* Convert PPT to other formats: 10 credits

### Buy Additional AI Credits

When you run out of AI credits, you can always top up by purchasing an AI credits pack. Top-up credits never expire, so you don't need to worry about expiration dates. These credits will be displayed separately from your subscription plan credits in your workspace.

AI credits from your subscription plan will be used first. Once those run out, your top-up credits will be deducted.

#### Top-up credits (price USD)

You can top up AI credits by clicking the following buttons (will open a new window for payment):

**1000 Credits($12.00):** <a href="https://www.slidespilot.com/pay/checkout/price_1SmUmoP5aZl2EteqXk8oyLOE" class="button primary" data-icon="coins">Top up 1,000 Credits</a>

**2000 Credits ($22.80):** <a href="https://www.slidespilot.com/pay/checkout/price_1SmUnQP5aZl2EteqnkiS3UWM" class="button primary" data-icon="coins">Top up 2,000 Credits</a>

**5000 Credits ($54.00):** <a href="https://www.slidespilot.com/pay/checkout/price_1SmUnmP5aZl2EteqPNWfgpnL" class="button primary" data-icon="coins">Top up 5,000 Credits</a>

**10000 Credits ($102):** <a href="https://www.slidespilot.com/pay/checkout/price_1SmUoCP5aZl2Eteqa0ozND2m" class="button primary" data-icon="coins">Top up 10,000 Credits</a>

{% hint style="danger" %}
**Important:** Log in with the account you want to top up. AI credits purchased under one account are bound to that account and cannot be transferred.
{% 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/plans-and-billing/ai-credits.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.
