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

# Qwen Image 3.0

> Synchronous Qwen Image 3.0 generation and editing through Alibaba Cloud Model Studio.

Qwen Image 3.0 is a unified synchronous image model for text-to-image generation and text-guided image editing.

Image editing accepts one to three reference images. Each request can return up to six PNG images, and output URLs remain available from the upstream provider for 24 hours.

GENGEN exposes the public model as `qwen-image-3-0` while routing requests directly to Alibaba Cloud Model Studio model `qwen-image-3.0-pro`.

## Model ID

```text theme={"dark"}
qwen-image-3-0
```

Pass this exact public ID in the top-level `model` field. Do not substitute an upstream provider alias.

## Supported modes

* `text_to_image`
* `image_edit`

## Inputs

* `Text`
* `Image`

## Outputs

* `Image`

## Capabilities

* `Text-to-image`
* `Image editing`

### Additional capabilities

* `Text-to-image generation`
* `Editing with 1-3 reference images`
* `Up to 6 outputs`
* `Negative prompt`
* `Seed control`
* `Prompt rewriting`
* `Watermark control`

## Technical details

| Property          | Value                                    |
| ----------------- | ---------------------------------------- |
| Provider          | `qwen`                                   |
| Modality          | `image`                                  |
| Processing        | `Synchronous response`                   |
| Endpoint          | `/api/gengen/v1/qwen-images/generations` |
| Watermark control | `Supported`                              |

<Note>
  Availability and final customer prices can change. Check the [Dashboard model catalog](https://gengen.farm/dashboard?section=models) before production use.
</Note>

See the [API reference overview](/api-reference/introduction) for authentication, request conventions, and response schemas.
