# AI Credits

### What are AI credits?

AI credits are the currency that powers dMeet's AI features — the **AI Voice Translator** and **AI Summary**. Think of them as *minutes*: each credit covers one minute of AI usage during a meeting.

Your credits refresh automatically every month based on your plan:

| Plan       | AI credits/month |
| ---------- | ---------------- |
| Free       | 30               |
| Pro        | 300              |
| Business   | 680              |
| Enterprise | Custom           |

### How credits are spent

The rule is simple: **1 credit = 1 minute** of an AI feature running in a meeting.

{% columns %}
{% column width="50%" %}

<figure><img src="/files/GGrgnQAcXrTAPGH5Gmo6" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column width="50%" %}

* **AI Voice Translator** enabled \
  → **1** credit per minute
* **AI Summary** enabled \
  → **1** credit per minute
* **Both** enabled at the same time \
  → **2** credits per minute
  {% endcolumn %}
  {% endcolumns %}

Credits are spent from the **host's account** — participants don't use their own credits when joining a meeting.

{% hint style="info" %}
You can track exactly how many credits you've used — and how many are left — on the **Plan & Billing** page under **Usage**.
{% endhint %}

### What happens when credits run out?

Nothing dramatic. If your credits run out mid-meeting, the AI features stop — but your meeting keeps going completely normally. No one gets disconnected, nothing gets interrupted.

You'll see a notification letting you know credits have been used up. At that point you can upgrade your plan to get more credits, or continue the meeting without AI features.

{% hint style="warning" icon="rotate" %}
If AI Summary was running when credits ran out, the summary will be generated based on the portion of the meeting that was recorded — up until the moment credits were exhausted.
{% endhint %}

### Need more credits?

If you find yourself running out regularly, upgrading your plan is the easiest way to get more. Pro gives you 10x more credits than Free, and Business gives you more than 20x.

The option to purchase additional credits separately — without changing your plan — is coming soon.


---

# Agent Instructions: 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:

```
GET https://docs.dmeet.org/plans-and-billing/ai-credits.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
