> 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-de/tarife-und-abrechnung/ki-credits.md).

# KI-Credits

{% hint style="info" %}
**Hinweis:** Die Kosten für KI-Credits können sich ändern, wenn wir neue Funktionen veröffentlichen oder neue Modelle integrieren. Wir bemühen uns, diese Seite aktuell zu halten, aber die genauesten Informationen werden immer direkt im Produkt angezeigt – in der Regel neben jeder Aktionsschaltfläche.
{% endhint %}

### PPT-Konvertierungen/-Erstellungen

Dies ist die Anzahl der Präsentationen, die Sie im Rahmen eines bestimmten Tarifs erstellen können. Wenn Sie die KI bitten, eine vollständige Präsentation zu erstellen, zählt das als 1 Konvertierung/Erstellung – unabhängig von der Länge der Präsentation.

Auswahl eines KI-Bildmodells: Sie können auswählen, welches Bildmodell bei der Erstellung einer vollständigen Präsentation verwendet werden soll. Die KI fügt Ihrer Präsentation Bilder hinzu. Dies kostet KI-Credits, zum Beispiel:

* Einfaches KI-Bildmodell: 10 Credits
* Nanobanana: 50 Credits
* Nanobanana Pro: 200 Credits

Wenn Ihnen bei der Erstellung einer Präsentation die KI-Credits ausgehen, können Sie sie dennoch ohne Bilder erstellen.

### KI-Credits

Die Nutzung von KI-Funktionen in SlidesPilot kostet unterschiedliche Mengen an KI-Credits:

**Ein einzelnes Bild generieren:** Die Kosten variieren je nach Modell. Sie sehen die Credit-Kosten bei der Auswahl eines Modells.

**Diese Aktionen kosten ebenfalls KI-Credits:**

* Eine neue Folie mit KI hinzufügen: 5 Credits
* Eine Folie mit KI bearbeiten: 5 Credits (20 Credits für Bildfolien)
* Eine Folie mit KI verschönern: 20 Credits
* Eine Gliederung mit KI erstellen: 1 Credit
* PPT in andere Formate konvertieren: 10 Credits

### Zusätzliche KI-Credits kaufen

Wenn Ihnen die KI-Credits ausgehen, können Sie Ihr Guthaben jederzeit durch den Kauf eines KI-Credit-Pakets aufladen. Auflade-Credits verfallen nie, sodass Sie sich keine Gedanken über Ablaufdaten machen müssen. Diese Credits werden in Ihrem Arbeitsbereich getrennt von den Credits Ihres Abonnementplans angezeigt.

Zuerst werden die KI-Credits Ihres Abonnementplans verwendet. Sobald diese aufgebraucht sind, werden Ihre Auflade-Credits abgezogen.

#### Auflade-Credits (Preis in USD)

Sie können KI-Credits aufladen, indem Sie auf die folgenden Schaltflächen klicken (öffnet ein neues Fenster für die Zahlung):

**1000 Credits ($12.00):** <a href="https://www.slidespilot.com/app/pay/checkout/price_1SmUmoP5aZl2EteqXk8oyLOE" class="button primary" data-icon="coins">1.000 Credits aufladen</a>

**2000 Credits ($22.80):** <a href="https://www.slidespilot.com/app/pay/checkout/price_1SmUnQP5aZl2EteqnkiS3UWM" class="button primary" data-icon="coins">2.000 Credits aufladen</a>

**5000 Credits ($54.00):** <a href="https://www.slidespilot.com/app/pay/checkout/price_1SmUnmP5aZl2EteqPNWfgpnL" class="button primary" data-icon="coins">5.000 Credits aufladen</a>

**10000 Credits ($102):** <a href="https://www.slidespilot.com/app/pay/checkout/price_1SmUoCP5aZl2Eteqa0ozND2m" class="button primary" data-icon="coins">10.000 Credits aufladen</a>

{% hint style="danger" %}
**Wichtig:** Melden Sie sich mit dem Konto an, das Sie aufladen möchten. KI-Credits, die unter einem Konto gekauft wurden, sind an dieses Konto gebunden und können nicht übertragen werden.
{% 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-de/tarife-und-abrechnung/ki-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.
