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

# WonderClip Image 2

> WonderClip Image 2 asynchronous image generation through WonderClip.

WonderClip Image 2 supports text-to-image and image-to-image generation with up to nine reference images.

GENGEN maps the public model ID to the upstream Wonder-Image-2 model and returns `wonderclip-image10:<job_id>` task IDs.

## Model ID

```text theme={"dark"}
wonder-image-2
```

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

## Supported modes

* `text_to_image`
* `image_to_image`

## Inputs

* `Text`
* `Image`

## Outputs

* `Image`

## Capabilities

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

### Additional capabilities

* `Multiple outputs`
* `Aspect ratio control`
* `Reference images`

## Technical details

| Property          | Value                                          |
| ----------------- | ---------------------------------------------- |
| Provider          | `wonderclip`                                   |
| Modality          | `image`                                        |
| Processing        | `Asynchronous task`                            |
| Endpoint          | `/api/gengen/v1/wonderclip-images/generations` |
| Resolutions       | `1K, 2K, 4K`                                   |
| Aspect ratios     | `16:9, 9:16, 4:3, 3:4, 1:1`                    |
| 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.
