> 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/de/control-center/billing/model-usage-prices.md).

# Preise für Modellnutzung

## Verständnis der Modellpreise

Jedes KI-Modell hat seine eigene Preisstruktur, die auf der Anzahl der verwendeten Tokens basiert.

* **Tokens:** Tokens sind die grundlegenden Texteinheiten, die von KI-Modellen verarbeitet werden.
* **Eingabetokens:** Tokens, die verwendet werden, wenn Sie dem KI-Modell Text bereitstellen.
* **Ausgabetokens:** Tokens, die vom KI-Modell als Antwort generiert werden.

## Anzeigen der Modellnutzungspreise

1. **Navigieren Sie zum Abrechnungsbereich:** Gehen Sie zum Tab "Konto" und wählen Sie dann "Abrechnung".
2. **Preistabelle für Modelle:** Auf der Abrechnungsseite finden Sie eine Tabelle, die die Preise für die Modellnutzung anzeigt. Die Tabelle enthält die folgenden Informationen:
   * **Anbieter:** Der Anbieter des KI-Modells.
   * **Modell:** Der Name des spezifischen KI-Modells.
   * **Eingabepreis:** Der Preis pro 1 Million Eingabetokens.
   * **Ausgabepreis:** Der Preis pro 1 Million Ausgabetokens.
   * **Gültigkeitsdatum:** Das Datum, an dem der Preis gültig wurde.
   * **Ablaufdatum:** Das Datum, an dem der Preis abgelaufen ist (falls zutreffend).

<figure><img src="/files/XouXSPlfyKpFzNhJysYk" alt=""><figcaption><p><strong>Preistabelle für Modelle</strong></p></figcaption></figure>

## Wichtige Hinweise

* Die Preise können sich ändern.
* Die Preise werden auf Ihr Prepaid-Guthaben angewendet.
* Ihr Guthaben wird basierend auf der Anzahl der verwendeten Eingabe- und Ausgabetoken reduziert.

Wenn Sie Fragen zu den Preisen für die Modellenutzung haben, wenden Sie sich bitte an <support@skydeck.ai> zur Unterstützung.


---

# 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/de/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.
