# Models

Welcome to the KidJig Image API Provider documentation. This API allows you to generate images using various AI models through a unified interface.

### Available Models

| Model Name        | Model String (ID)   |
| ----------------- | ------------------- |
| Flux Pro Ultra    | flux-pro-v1.1-ultra |
| Flux Pro          | flux-pro-v1.1       |
| Ideogram V2       | ideogram-v2         |
| Ideogram V2 Turbo | ideogram-v2-turbo   |
| ReCraft V3        | recraft-v3          |
| ReCraft 20B       | recraft-20b         |
| AuraFlow          | aura-flow           |
| Sana              | sana                |

### Authentication

All API endpoints require an API key to be passed in the header as 'X-Api-Key'.&#x20;

Example: <mark style="color:orange;">X-Api-Key: kdjg\_byJvkbCPjBldO0at5UFHr6iPkkWDTX19g21dvyrUDZM</mark>


---

# 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://kidjig.gitbook.io/kidjig-docs/api-provider/image-models/models.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.
