> For the complete documentation index, see [llms.txt](https://docs.apiframe.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apiframe.ai/my-account/image-credits.md).

# Image credits

Image credits are used for image processing actions like:

* Generating new images (Imagine, Reroll, Blend, Faceswap)
* Updating generated images (Upscale, Variations, Inpaint, Outpaint, Pan)
* and reading images (Describe)

An image credit can be bought when you run out of credits.

Here is the breakdown of how much each action costs:

* **Imagine / Blend / Reroll**: 4 credits.
* **Variations / Outpaint / Inpaint / Pan / Blend**: 4 credits in Fast mode
* **Describe / Shorten / Seed / 1x Upscale (U1, U2, U3 and U4)**: 2 credits
* **Faceswap**: 2 credits for high resolution
* **2x Upscale**: 1 credits
* **4x Upscale**: 2 credits
* **Upscale (subtle) / Upscale (creative)**: 4 credits
* **Luma Imagine and Extend**: 6 credits
* **Suno**: Imagine and Extend 2 credits, Lyrics 1 credit
* **Flux:** 1 credit
* **Ideogram**: 1 credit for old models and 3 credits for the new v3 model
* **Udio**: 1 credit for udio32-v1.5 and 2  credits for udio130-v1.5
* **Runway ML**: 4 credits
* **Kling 2.5 Turbo Pro**:  10 credits for 5 secs, 20 credits for 10 secs
* **Kling 2.6**: 10 credits for 5 secs (20 credits with audio), 20 credits for 10 secs (40 credits with audio)
* **AI Photos -  Upload and Prepare**: 2 credits
* **AI Photos - Train Model**: 4 credits per training image, so 40 credits for 10 training images
* **AI Photos - Generate Photo**: 1 credit per photo

[BUY CREDITS HERE](https://app.apiframe.ai/dashboard/billing/subscription)


---

# 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.apiframe.ai/my-account/image-credits.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.
