> ## Documentation Index
> Fetch the complete documentation index at: https://docs.armin.cx/llms.txt
> Use this file to discover all available pages before exploring further.

# AI Credits

> Verstehen, was ein AI Credit verbraucht und wo du den Verbrauch prüfst.

AI Credits messen die Nutzung von KI-Features. Pro KI-Aktion wird ein Credit verbraucht.

## Was einen Credit kostet

| Aktion                                     | Credits |
| ------------------------------------------ | ------- |
| Auto-Response                              | 1       |
| Suggestion / Draft-Antwort                 | 1       |
| Text Modifier (Ton, kürzen, formalisieren) | 1       |
| AI-Condition-Node in einem Workflow        | 1       |
| Extract-Data-Node                          | 1       |
| Workflow-KI-Antwort                        | 1       |
| Statische Condition, Delay oder API-Call   | 0       |

Faustregel: jeder KI-Node oder jede KI-Antwort kostet 1 Credit. Statische Logik kostet nichts.

## Beispiele

| Flow                                     | Credits                      |
| ---------------------------------------- | ---------------------------- |
| Extract Data mit mehreren Feldern        | 1 (pro Node, nicht pro Feld) |
| AI Condition + KI-Antwort                | 2                            |
| Extract Data + AI Condition + KI-Antwort | 3                            |

## Verbrauch prüfen

Geh zu **Einstellungen** → **Billing**, um die AI Credits der aktuellen Periode zu sehen.

[Billing öffnen](https://armin.cx/app/_/settings/billing)

Verwandt: [Sitemap der Einstellungen](/de/settings/sitemap), [Klassische KI](/de/ai/intro), [AI Agents](/de/ai-agents/intro).
