> ## Documentation Index
> Fetch the complete documentation index at: https://apixo.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Image Generation APIs

> Browse image generation, editing, upscaling, and utility models available through the APIXO Generation API

Use APIXO image APIs to generate images from text, edit reference images, create variations, upscale assets, and remove watermarks.

All models in this category use the Generation API workflow unless their individual page says otherwise:

1. Submit a task with `POST /generateTask/{model}`.
2. Poll `GET /statusTask/{model}` or provide a webhook callback.
3. Read the final image URLs from the completed task.

## Choose an image model

| Provider or family | Models                                                                                                                                                                                                                                                                             |
| ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Google             | [Nano Banana](/docs/models/image/nano-banana), [Nano Banana Pro](/docs/models/image/nano-banana-pro), [Nano Banana 2](/docs/models/image/nano-banana-2)                                                                                                                                           |
| OpenAI             | [GPT Image 1](/docs/models/image/gpt-image-1), [GPT Image 2](/docs/models/image/gpt-image-2)                                                                                                                                                                                                 |
| Z-Image            | [Z-Image LoRA](/docs/models/image/z-image-lora)                                                                                                                                                                                                                                         |
| xAI                | [Grok Image](/docs/models/image/grok-image)                                                                                                                                                                                                                                             |
| Black Forest Labs  | [Flux 2](/docs/models/image/flux-2), [Flux Kontext](/docs/models/image/flux-kontext)                                                                                                                                                                                                         |
| Midjourney         | [Midjourney](/docs/models/image/midjourney)                                                                                                                                                                                                                                             |
| MiniMax            | [MiniMax Image 01](/docs/models/image/minimax-image-01)                                                                                                                                                                                                                                 |
| Runway             | [Runway Gen4 Image](/docs/models/image/runway-gen4-image), [Runway Gen4 Image Turbo](/docs/models/image/runway-gen4-image-turbo)                                                                                                                                                             |
| ByteDance          | [Seedream 4.0](/docs/models/image/seedream-4-0), [Seedream 4.5](/docs/models/image/seedream-4-5), [Seedream 5.0](/docs/models/image/seedream-5-0), [Seedream 5.0 Pro](/docs/models/image/seedream-5-0-pro)                                                                                             |
| Alibaba            | [Qwen Image](/docs/models/image/qwen), [Qwen 2 Image](/docs/models/image/qwen-2-image), [Qwen Image Edit LoRA](/docs/models/image/qwen-image-edit-lora), [Wan 2.5 Image](/docs/models/image/wan-2-5-image), [Wan 2.6 Image](/docs/models/image/wan-2-6-image), [Wan 2.7 Image](/docs/models/image/wan-2-7-image) |

## Start building

<CardGroup>
  <Card title="Generation API overview" href="/docs/models">
    Understand the shared async request flow.
  </Card>

  <Card title="Generate Task" href="/docs/api-reference/generate-task">
    Submit an image generation or editing task.
  </Card>

  <Card title="Status Task" href="/docs/api-reference/status-task">
    Poll for progress, results, and failures.
  </Card>

  <Card title="Webhooks" href="/docs/api-reference/webhooks">
    Receive task completion callbacks.
  </Card>
</CardGroup>
