# Align Pricing Model

## Pricing model

Pricing for Drafter AI works on a pay-per-use basis.

You have packages of 1,000,000 credits each, and the overall bill increases depending on the number of credits spent during the month.

For example, if you spend less than 1,000,000 credits monthly, you’re charged for only one package at the end of the billing period (month).

If you exceeded the package size and spent 1,500,000 credits during the same month, you’ll be billed for 2 packages and so on.

{% hint style="info" %}
If your credit consumption drops, the price goes down as well.
{% endhint %}

## What is an AI credit?

Credits are a universal measurement of computational resources specific tasks consume.

While Drafter AI has hundreds of different data sources and AI modules, all of them consume resources differently.

{% hint style="info" %} <mark style="color:blue;">**Example**</mark>&#x20;

It may take 7000 credits to recognize an image but just around 100 to generate ads headline.
{% endhint %}

## How to keep track of your credits

You can keep track of your credits in 3 ways.

**1. Check the overall number of credits left.**

First of all, track how many credits are left in your current package:

![](/files/WCeDBfqx0uqC2pRyynwv)

**2. Keep track of workflow estimations**

When building workflow, refer to the estimated number of credits that it will consume (per one entry) using the tracker at the bottom of the workflow builder page:

<figure><img src="/files/6XMOFLtLGa1p4TooEdVu" alt=""><figcaption><p>Estimating cost of a single workflow execution</p></figcaption></figure>

**3. Check “History”**

Refer to <mark style="background-color:blue;">**“History”**</mark> to check, how many credits were spent on workflow executions before:

<figure><img src="/files/4jZ9HwQAq5DJRf1qGzCS" alt=""><figcaption><p>Getting real costs in credits and time</p></figcaption></figure>

To make initial calculations easier, refer to the table of approximate consumption for different AI blocks.

## How much do different AI blocks cost in credits?

5 March 2023

<table><thead><tr><th width="270">AI Block</th><th width="88">Pack</th><th width="160">Type of unit</th><th>Cost in AI credits</th></tr></thead><tbody><tr><td>GPT Text Generation</td><td>1000</td><td>Words</td><td>1000</td></tr><tr><td>GPT Text Generation - Economy</td><td>1000</td><td>Words</td><td>100</td></tr><tr><td>Sentiment Recognition</td><td>1000</td><td>Words</td><td>100</td></tr><tr><td>Language Detection</td><td>1000</td><td>Words</td><td>100</td></tr><tr><td>Key Phrases Extraction</td><td>1000</td><td>Words</td><td>100</td></tr><tr><td>Topic Identification</td><td>1000</td><td>Words</td><td>100</td></tr><tr><td>Custom Classification</td><td>1000</td><td>Words</td><td>100</td></tr><tr><td>Entity Extraction</td><td>1000</td><td>Words</td><td>100</td></tr><tr><td>Web Data Extraction</td><td>1</td><td>Page</td><td>5</td></tr><tr><td>Public Search</td><td>10</td><td>Results</td><td>50</td></tr><tr><td>Internal Search</td><td>10</td><td>Results</td><td>50</td></tr><tr><td>Translation</td><td>1000</td><td>Words</td><td>2000</td></tr><tr><td>PDF Recognition</td><td>1</td><td>Page</td><td>100</td></tr><tr><td>Twitter Global Search</td><td>1</td><td>Request (Up to 500 Tweets)</td><td>10000</td></tr><tr><td>Twitter Profile Info</td><td>1</td><td>Request (Up to 500 Tweets)</td><td>10000</td></tr><tr><td>Check Readability</td><td>TBD</td><td></td><td></td></tr><tr><td>Image Recognition</td><td>TBD</td><td></td><td></td></tr><tr><td>Image Generation</td><td>TBD</td><td></td><td></td></tr><tr><td>Speech Recognition</td><td>TBD</td><td></td><td></td></tr><tr><td>Speech Generation</td><td>TBD</td><td></td><td></td></tr><tr><td>Video Generation (Actors)</td><td>TBD</td><td></td><td></td></tr></tbody></table>

Now you're ready to launch.

If you're building integration, proceed to:

{% content-ref url="/pages/GL2EFOEVf1opG9ebqe5g" %}
[Integrate Drafter AI to other apps with Make.com](/scale/integrate-drafter-ai-to-other-apps-with-make.com.md)
{% endcontent-ref %}

{% content-ref url="/pages/P89ekv9EFnMhZoW5dZmk" %}
[Get started with developer API](/scale/get-started-with-developer-api.md)
{% endcontent-ref %}

If you're using it for internal purposes, proceed to:

{% content-ref url="/pages/t04dBvpGaOIEHYWzYsZR" %}
[Invite users](/launch/invite-users.md)
{% endcontent-ref %}

If you plan to use Drafter AI's web platform for public access, let's start with applying your brand.


---

# 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.drafter.ai/build/align-pricing-model.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.
