# AI credits

AI credits are utilized when your AI agents consume LLM models to generate an answer.&#x20;

The action blocks that consume these AI credits are:

* Answer AI&#x20;
* Set AI &#x20;
* AI Agent

By default, all AI action blocks use the `gpt-4o` model which charges 1 credit per answer.

## Multiplier matrix

Depending on the LLM model you use in your chatbot, the number of AI credits deducted will differ.

| Model                  | Credits multiplier |
| ---------------------- | ------------------ |
| gpt-4.1                | 1x                 |
| gpt-4.1-mini           | 0.3x               |
| gpt-4.1-nano           | 0.1x               |
| gpt-4o                 | 1x                 |
| gpt-4o-mini            | 0.1x               |
| o4-mini                | 0.5x               |
| o3                     | 5x                 |
| o3-mini                | 0.5x               |
| gpt-4-turbo            | 4x                 |
| gpt-4                  | 12x                |
| gpt-4.5-preview        | 30x                |
| gpt-3.5-turbo          | 0.5x               |
| claude-3-haiku         | 0.2x               |
| claude-3-sonnet        | 1.5x               |
| claude-3-opus          | 8x                 |
| claude-3.5-sonnet      | 1.5x               |
| claude-3.5-haiku       | 0.5x               |
| claude-3.7-sonnet      | 1.5x               |
| gemini-1.5-pro         | 0.6x               |
| gemini-1.5-flash       | 0.05x              |
| gemini-2.0-flash       | 0.1x               |
| gemini-2.5-flash       | 0.2x               |
| gemini-2.5-pro-preview | 1.5x               |

## Pricing

Based on your pricing plans, you are allocated certain number of AI credits. You can view them at [www.wotnot.io/pricing](https://www.wotnot.io/pricing)

If you exhaust all your AI credits, you will be charged **$7 per 1,000 extra AI credits** consumed.&#x20;

### Fair usage policy

* One AI credit is consumed for every AI-generated response.
* 1 AI credit = 5,000 tokens of usage.
* If a single response uses more than 5,000 tokens, additional credits are applied.

For example, a response using 10,000 tokens will consume 2 AI credits.

This ensures fair usage while supporting more detailed and complex responses when needed.

{% hint style="info" %}
**NOTE:**

* AI credits are only valid for the current subscription cycle, and **do not carry forward** to the next cycle.
  {% endhint %}
