> ## 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 Edit

> Asynchronous image editing model that modifies an input image from text instructions.

Qwen Image Edit is an asynchronous image editing model. It takes one source image and a text instruction, then returns a public GENGEN task ID immediately after the task is accepted.

The model is suited for adding, removing, or modifying visual elements, changing backgrounds, applying style changes, and other text-guided image edits.

In GENGEN, Qwen Image Edit uses a dedicated image edit task endpoint and returns `qwenedit:<remote_id>` public task IDs.

## Model ID

```text theme={"dark"}
qwen-image-edit-spicy
```

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

## Supported modes

* `image_edit`

## Inputs

* `Image`
* `Text`

## Outputs

* `Image`

## Capabilities

* `Image edit`

### Additional capabilities

* `Text-guided image editing`
* `Reference image input`
* `Seed control`

## Technical details

| Property          | Value                                         |
| ----------------- | --------------------------------------------- |
| Provider          | `qwen`                                        |
| Modality          | `image`                                       |
| Processing        | `Asynchronous task`                           |
| Endpoint          | `/api/gengen/v1/qwen-image-edits/generations` |
| Watermark control | `Not 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.
