> For the complete documentation index, see [llms.txt](https://docs.mindee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mindee.com/models/pricing.md).

# Credit Cost

Each file successfully processed by a model will consume credits based on the number of pages contained in the file.

Files that are sent but not processed (i.e. job status "Failed", or HTTP 400) do not consume credits.

The model's "Credit Cost" page shows the exact amount of credits consumed per page processed.

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" %}
Ratio of 1 credit per page is for demonstrative purposes.

Depending on the model type and options activated, credits consumed per page may be lower or higher.

**Always check the model's Credit Cost page for the exact amount of credits consumed.**
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.mindee.com/models/pricing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
