# Pricing

Each file processed by the model will consume credits based on the number of pages contained in the file. The model's Pricing page shows the exact amount of credits consumed per page.

For files having more than one page, such as PDF or TIFF, this is every page of the file.\
Single image files count as one page.

For example, assuming 1 credit per page:

* Single page text PDF file ⇒ 1 credit
* 5 page text and image PDF file ⇒ 5 credits
* A JPEG file ⇒ 1 credit

{% hint style="info" %}
Currently pricing is on a 1 to 1 ratio for all models — one page consumes one credit.
{% endhint %}


---

# 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.mindee.com/models/pricing.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.
