---
title: Wan2.6 Image | Runware Docs
url: https://runware.ai/docs/models/alibaba-wan2-6-image
description: High fidelity image generation built on the Wan2.6 visual stack
---
# Wan2.6 Image

Wan2.6 Image is a single-frame image generation model derived from the Wan2.6 multimodal video architecture. It focuses on strong prompt adherence, clean spatial structure, and visually coherent results, delivering video-grade image quality for creative, editorial, and product-oriented workflows.

- **ID**: `alibaba:wan@2.6-image`
- **Status**: live
- **Creator**: Alibaba
- **Release Date**: December 16, 2025
- **Capabilities**: Text to Image, Image to Image, Image Editing

## Pricing

- **1024x1024**: `$0.03`

## Compatibility & Validation

`width` and `height` must be used together.

## Request Parameters

**API Options**

Platform-level options for task execution and delivery.

### [taskType](https://runware.ai/docs/models/alibaba-wan2-6-image#request-tasktype)

- **Type**: `string`
- **Required**: true
- **Value**: `imageInference`

Identifier for the type of task being performed

### [taskUUID](https://runware.ai/docs/models/alibaba-wan2-6-image#request-taskuuid)

- **Type**: `string`
- **Required**: true
- **Format**: `UUID v4`

UUID v4 identifier for tracking tasks and matching async responses. Must be unique per task.

### [outputType](https://runware.ai/docs/models/alibaba-wan2-6-image#request-outputtype)

- **Type**: `string`
- **Default**: `URL`

Image output type.

**Allowed values**: `URL` `base64Data` `dataURI`

### [outputFormat](https://runware.ai/docs/models/alibaba-wan2-6-image#request-outputformat)

- **Type**: `string`
- **Default**: `JPG`

Specifies the file format of the generated output. The available values depend on the task type and the specific model's capabilities.

- \`JPG\`: Best for photorealistic images with smaller file sizes (no transparency).
- \`PNG\`: Lossless compression, supports high quality and transparency (alpha channel).
- \`WEBP\`: Modern format providing superior compression and transparency support.

> [!NOTE]
> \*\*Transparency\*\*: If you are using features like background removal or LayerDiffuse that require transparency, you must select a format that supports an alpha channel (e.g., \`PNG\`, \`WEBP\`, \`TIFF\`). \`JPG\` does not support transparency.

**Allowed values**: `JPG` `PNG` `WEBP`

### [outputQuality](https://runware.ai/docs/models/alibaba-wan2-6-image#request-outputquality)

- **Type**: `integer`
- **Min**: `20`
- **Max**: `99`
- **Default**: `95`

Compression quality of the output. Higher values preserve quality but increase file size.

### [webhookURL](https://runware.ai/docs/models/alibaba-wan2-6-image#request-webhookurl)

- **Type**: `string`
- **Format**: `URI`

Specifies a webhook URL where JSON responses will be sent via HTTP POST when generation tasks complete. For batch requests with multiple results, each completed item triggers a separate webhook call as it becomes available.

**Learn more** (1 resource):

- [Webhooks](https://runware.ai/docs/platform/webhooks) (platform)

### [deliveryMethod](https://runware.ai/docs/models/alibaba-wan2-6-image#request-deliverymethod)

- **Type**: `string`
- **Default**: `sync`

Determines how the API delivers task results.

**Allowed values**:

- `sync` Returns complete results directly in the API response.
- `async` Returns an immediate acknowledgment with the task UUID. Poll for results using getResponse.

**Learn more** (1 resource):

- [Task Polling](https://runware.ai/docs/platform/task-polling) (platform)

### [uploadEndpoint](https://runware.ai/docs/models/alibaba-wan2-6-image#request-uploadendpoint)

- **Type**: `string`
- **Format**: `URI`

Specifies a URL where the generated content will be automatically uploaded using the HTTP PUT method. The raw binary data of the media file is sent directly as the request body. For secure uploads to cloud storage, use presigned URLs that include temporary authentication credentials.

**Common use cases:**

- **Cloud storage**: Upload directly to S3 buckets, Google Cloud Storage, or Azure Blob Storage using presigned URLs.
- **CDN integration**: Upload to content delivery networks for immediate distribution.

```text
// S3 presigned URL for secure upload
https://your-bucket.s3.amazonaws.com/generated/content.mp4?X-Amz-Signature=abc123&X-Amz-Expires=3600

// Google Cloud Storage presigned URL
https://storage.googleapis.com/your-bucket/content.jpg?X-Goog-Signature=xyz789

// Custom storage endpoint
https://storage.example.com/uploads/generated-image.jpg
```

The content data will be sent as the request body to the specified URL when generation is complete.

### [safety](https://runware.ai/docs/models/alibaba-wan2-6-image#request-safety)

- **Path**: `safety.checkContent`
- **Type**: `object (2 properties)`

Content safety checking configuration for image generation.

#### [checkContent](https://runware.ai/docs/models/alibaba-wan2-6-image#request-safety-checkcontent)

- **Path**: `safety.checkContent`
- **Type**: `boolean`
- **Default**: `false`

Enable or disable content safety checking. When enabled, defaults to `fast` mode.

#### [mode](https://runware.ai/docs/models/alibaba-wan2-6-image#request-safety-mode)

- **Path**: `safety.mode`
- **Type**: `string`
- **Default**: `none`

Safety checking mode for image generation.

**Allowed values**:

- `none` Disables checking.
- `fast` Performs a single check.

### [ttl](https://runware.ai/docs/models/alibaba-wan2-6-image#request-ttl)

- **Type**: `integer`
- **Min**: `60`

Time-to-live (TTL) in seconds for generated content. Only applies when `outputType` is `URL`.

### [includeCost](https://runware.ai/docs/models/alibaba-wan2-6-image#request-includecost)

- **Type**: `boolean`
- **Default**: `false`

Include task cost in the response.

### [numberResults](https://runware.ai/docs/models/alibaba-wan2-6-image#request-numberresults)

- **Type**: `integer`
- **Min**: `1`
- **Max**: `20`
- **Default**: `1`

Number of results to generate. Each result uses a different seed, producing variations of the same parameters.

**Inputs**

Input resources for the task (images, audio, etc). These must be nested inside the \`inputs\` object.

### [referenceImages](https://runware.ai/docs/models/alibaba-wan2-6-image#request-inputs-referenceimages)

- **Path**: `inputs.referenceImages`
- **Type**: `array of strings`

List of reference images (UUID, URL, Data URI, or Base64).

**Generation Parameters**

Core parameters for controlling the generated content.

### [model](https://runware.ai/docs/models/alibaba-wan2-6-image#request-model)

- **Type**: `string`
- **Required**: true
- **Value**: `alibaba:wan@2.6-image`

Identifier of the model to use for generation.

**Learn more** (3 resources):

- [Text To Image: Model Selection The Foundation Of Generation](https://runware.ai/docs/guides/text-to-image#model-selection-the-foundation-of-generation) (guide)
- [Image Inpainting: Model Specialized Inpainting Models](https://runware.ai/docs/guides/image-inpainting#model-specialized-inpainting-models) (guide)
- [Image Outpainting: Other Critical Parameters](https://runware.ai/docs/guides/image-outpainting#other-critical-parameters) (guide)

### [positivePrompt](https://runware.ai/docs/models/alibaba-wan2-6-image#request-positiveprompt)

- **Type**: `string`
- **Required**: true
- **Min**: `1`
- **Max**: `2100`

Text prompt describing elements to include in the generated output.

**Learn more** (2 resources):

- [Text To Image: Prompts Guiding The Generation](https://runware.ai/docs/guides/text-to-image#prompts-guiding-the-generation) (guide)
- [Image Outpainting: Other Critical Parameters](https://runware.ai/docs/guides/image-outpainting#other-critical-parameters) (guide)

### [negativePrompt](https://runware.ai/docs/models/alibaba-wan2-6-image#request-negativeprompt)

- **Type**: `string`
- **Min**: `1`
- **Max**: `500`

Prompt to guide what to exclude from generation. Ignored when guidance is disabled (CFGScale ≤ 1).

**Learn more** (1 resource):

- [Text To Image: Prompts Guiding The Generation](https://runware.ai/docs/guides/text-to-image#prompts-guiding-the-generation) (guide)

### [width](https://runware.ai/docs/models/alibaba-wan2-6-image#request-width)

- **Type**: `integer`
- **Required**: true
- **Min**: `576`
- **Max**: `1440`

Width of the generated media in pixels.

**Learn more** (2 resources):

- [Image To Image: Dimensions Changing Aspect Ratio](https://runware.ai/docs/guides/image-to-image#dimensions-changing-aspect-ratio) (guide)
- [Image Outpainting: Dimensions Critical For Outpainting](https://runware.ai/docs/guides/image-outpainting#dimensions-critical-for-outpainting) (guide)

### [height](https://runware.ai/docs/models/alibaba-wan2-6-image#request-height)

- **Type**: `integer`
- **Required**: true
- **Min**: `576`
- **Max**: `1440`

Height of the generated media in pixels.

**Learn more** (2 resources):

- [Image To Image: Dimensions Changing Aspect Ratio](https://runware.ai/docs/guides/image-to-image#dimensions-changing-aspect-ratio) (guide)
- [Image Outpainting: Dimensions Critical For Outpainting](https://runware.ai/docs/guides/image-outpainting#dimensions-critical-for-outpainting) (guide)

**Provider Settings**

Parameters specific to this model provider. These must be nested inside the \`providerSettings.alibaba\` object.

### [promptExtend](https://runware.ai/docs/models/alibaba-wan2-6-image#request-providersettings-alibaba-promptextend)

- **Path**: `providerSettings.alibaba.promptExtend`
- **Type**: `boolean`
- **Default**: `true`

Enable LLM-based prompt rewriting to expand and clarify inputs. Affects reproducibility.

## Response Parameters

### [taskType](https://runware.ai/docs/models/alibaba-wan2-6-image#response-tasktype)

- **Type**: `string`
- **Required**: true
- **Value**: `imageInference`

Type of the task.

### [taskUUID](https://runware.ai/docs/models/alibaba-wan2-6-image#response-taskuuid)

- **Type**: `string`
- **Required**: true
- **Format**: `UUID v4`

UUID of the task.

### [imageUUID](https://runware.ai/docs/models/alibaba-wan2-6-image#response-imageuuid)

- **Type**: `string`
- **Required**: true
- **Format**: `UUID v4`

UUID of the output image.

### [imageURL](https://runware.ai/docs/models/alibaba-wan2-6-image#response-imageurl)

- **Type**: `string`
- **Format**: `URI`

URL of the output image.

### [imageBase64Data](https://runware.ai/docs/models/alibaba-wan2-6-image#response-imagebase64data)

- **Type**: `string`

Base64-encoded image data.

### [imageDataURI](https://runware.ai/docs/models/alibaba-wan2-6-image#response-imagedatauri)

- **Type**: `string`
- **Format**: `URI`

Data URI of the output image.

### [seed](https://runware.ai/docs/models/alibaba-wan2-6-image#response-seed)

- **Type**: `integer`

The seed used for generation. If none was provided, shows the randomly generated seed.

### [NSFWContent](https://runware.ai/docs/models/alibaba-wan2-6-image#response-nsfwcontent)

- **Type**: `boolean`

Flag indicating if NSFW content was detected.

### [cost](https://runware.ai/docs/models/alibaba-wan2-6-image#response-cost)

- **Type**: `float`

Task cost in USD. Present when `includeCost` is set to `true` in the request.

## Examples

### Iridescent Ice Cavern Duel (Image to Image)

![Iridescent Ice Cavern Duel](https://assets.runware.ai/examples/alibaba-wan2-6-image/531b0e57-19e7-4bf3-8e91-b3cfb1e933b4.jpg)

**Request**:

```json
{
  "taskType": "imageInference",
  "taskUUID": "db104b41-f8ce-46ae-9fec-ee5ee4c35c28",
  "model": "alibaba:wan@2.6-image",
  "positivePrompt": "A lone aristocratic swordsman standing in a vast crystalline ice cavern, blending the costume design and silhouette from the first reference image with the environment and lighting from the second reference image. Dynamic fantasy scene, reflective frozen floor, suspended shards of ice, cold luminous atmosphere, sweeping depth, detailed textures in fabric and frost, elegant stance, cinematic composition, high clarity, rich blue and silver palette, crisp spatial structure, premium editorial fantasy illustration",
  "negativePrompt": "blurry, low detail, extra limbs, duplicated subject, deformed hands, cropped figure, text, watermark, logo, flat lighting, cluttered background",
  "width": 1024,
  "height": 768,
  "providerSettings": {
    "alibaba": {
      "promptExtend": false
    }
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/4291c6fc-4005-4a71-b199-87bb84226005.jpg",
      "https://assets.runware.ai/assets/inputs/6925f43a-ae86-4d5e-bff0-b45070b5a8a6.jpg"
    ]
  }
}
```

**Response**:

```json
{
  "taskType": "imageInference",
  "taskUUID": "db104b41-f8ce-46ae-9fec-ee5ee4c35c28",
  "imageUUID": "5c59e14d-f83f-485f-97a2-5ee9d8d242f3",
  "imageURL": "https://im.runware.ai/image/os/a22d05/ws/3/ii/5c59e14d-f83f-485f-97a2-5ee9d8d242f3.jpg",
  "seed": 1118443787,
  "cost": 0.03
}
```

---

### Seafloor Cathedral Reef Procession (Text to Image)

![Seafloor Cathedral Reef Procession](https://assets.runware.ai/examples/alibaba-wan2-6-image/d5fc2c03-6fe9-4e8e-8991-8ca147865b33.jpg)

**Request**:

```json
{
  "taskType": "imageInference",
  "taskUUID": "5af59fad-6351-4b36-8272-2c5f567e5b0d",
  "model": "alibaba:wan@2.6-image",
  "positivePrompt": "A grand coral cathedral rising from the ocean floor, vast ribbed arches formed from pale stone and living reef, a ceremonial procession of pearl divers and manta riders passing through the nave, schools of silver fish swirling like drifting confetti, enormous stained-glass-like mineral panels casting fractured turquoise, amber, and rose light across mosaic tiles, carved statues softened by coral growth, trailing banners of sea silk, intricate shells, anemones, and sea fans decorating every surface, deep perspective, clean architectural symmetry, layered foreground midground and background, elegant fantasy realism, highly detailed textures, serene yet majestic atmosphere, cinematic ultra-wide composition, crisp subject separation, video-grade image quality",
  "negativePrompt": "low detail, blurry, flat lighting, distorted anatomy, extra limbs, duplicated subjects, messy composition, text, watermark, frame, oversaturated colors",
  "width": 2700,
  "height": 768,
  "providerSettings": {
    "alibaba": {
      "promptExtend": false
    }
  }
}
```

**Response**:

```json
{
  "taskType": "imageInference",
  "taskUUID": "5af59fad-6351-4b36-8272-2c5f567e5b0d",
  "imageUUID": "b6065d2d-9067-43f7-a45f-b09c3243665e",
  "imageURL": "https://im.runware.ai/image/os/a05d22/ws/3/ii/b6065d2d-9067-43f7-a45f-b09c3243665e.jpg",
  "seed": 1454382174,
  "cost": 0.03
}
```

---

### Brass Automaton Tailor Workshop (Text to Image)

![Brass Automaton Tailor Workshop](https://assets.runware.ai/examples/alibaba-wan2-6-image/ccce1466-851c-4cf7-87e0-bd4ee4414c3a.jpg)

**Request**:

```json
{
  "taskType": "imageInference",
  "taskUUID": "b89cd043-a02b-478b-ab2e-9ead58c05a3e",
  "model": "alibaba:wan@2.6-image",
  "positivePrompt": "A panoramic mechanical fashion workshop inside a grand nineteenth-century atelier, a brass automaton tailor standing at the center on a wooden fitting platform, delicately assembling an extravagant cobalt and saffron stage costume with articulated metal fingers. Surrounding the figure are dress forms wearing half-finished garments, hanging measuring tapes, racks of patterned fabrics, spools of thread, pinned sketches, gear-driven sewing machines, polished copper piping, paper patterns scattered across long worktables, and a wall of tiny labeled drawers. In the far background, apprentices made of porcelain and steel sort buttons and trim beneath high arched windows. Warm morning light streams through dusty glass, mixing with tungsten task lamps to create layered highlights across satin, brocade, brushed metal, varnished wood, and polished floorboards. Deep cinematic perspective, clear subject hierarchy, rich micro-detail, balanced asymmetry, whimsical industrial elegance, editorial fashion photography meets storybook steampunk set design, ultra-clean composition, highly coherent anatomy for the automata, crisp textures, premium image quality.",
  "negativePrompt": "blurry, low detail, duplicated limbs, malformed hands, extra fingers, cropped subject, flat lighting, cluttered focal point, text, watermark, logo, frame, oversaturated, muddy colors",
  "width": 2700,
  "height": 768,
  "providerSettings": {
    "alibaba": {
      "promptExtend": false
    }
  }
}
```

**Response**:

```json
{
  "taskType": "imageInference",
  "taskUUID": "b89cd043-a02b-478b-ab2e-9ead58c05a3e",
  "imageUUID": "a6750ff0-cdaa-40be-a3a4-f7442d1d886a",
  "imageURL": "https://im.runware.ai/image/os/a22d05/ws/3/ii/a6750ff0-cdaa-40be-a3a4-f7442d1d886a.jpg",
  "seed": 1738039713,
  "cost": 0.03
}
```

---

### Basalt Bathhouse Chess Duel (Image to Image)

![Basalt Bathhouse Chess Duel](https://assets.runware.ai/examples/alibaba-wan2-6-image/09868884-c388-4a83-8094-45a096af6904.jpg)

**Request**:

```json
{
  "taskType": "imageInference",
  "taskUUID": "54505801-82d6-470d-9107-1d92a823a82b",
  "model": "alibaba:wan@2.6-image",
  "positivePrompt": "Transform the reference composition into an opulent volcanic-stone bathhouse interior where two rival strategists sit across from each other at a low inlaid chess table, one in a dark embroidered robe and one in pale structured attire, rising mineral steam drifting through shafts of amber light from clerestory windows, black basalt columns, geometric mosaic floors, copper basins, carved wall niches, folded towels, scattered game pieces, subtle tension between the characters, cinematic editorial photography, ultra-detailed textures, clean spatial structure, grounded anatomy, layered depth, reflective wet stone, elegant color contrast of charcoal, ochre, ivory, and oxidized copper.",
  "negativePrompt": "low detail, blurry, extra limbs, extra fingers, distorted hands, duplicate people, crowded scene, text, watermark, logo, frame, overexposed, flat lighting, cartoon, anime, bad anatomy",
  "width": 1536,
  "height": 1024,
  "providerSettings": {
    "alibaba": {
      "promptExtend": false
    }
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/da852dcd-0263-43a5-8cdf-e87a1b3f377f.jpg"
    ]
  }
}
```

**Response**:

```json
{
  "taskType": "imageInference",
  "taskUUID": "54505801-82d6-470d-9107-1d92a823a82b",
  "imageUUID": "dceef069-496a-4ea1-ab4b-6531f70c2905",
  "imageURL": "https://im.runware.ai/image/os/a12d13/ws/3/ii/dceef069-496a-4ea1-ab4b-6531f70c2905.jpg",
  "seed": 37644387,
  "cost": 0.03
}
```

---

### Art Deco Airship Lounge (Image to Image)

![Art Deco Airship Lounge](https://assets.runware.ai/examples/alibaba-wan2-6-image/eafc9281-235e-4788-b3a1-22689c245c9a.jpg)

**Request**:

```json
{
  "taskType": "imageInference",
  "taskUUID": "4b8de343-e0b4-450a-8948-4b7284278d1c",
  "model": "alibaba:wan@2.6-image",
  "positivePrompt": "Create a refined editorial illustration of an elegant passenger lounge inside a grand vintage airship cruising above a vast sea of clouds. Merge the references into one coherent scene: a spacious Art Deco interior with curved brass ribs, geometric inlays, emerald velvet seating, polished walnut surfaces, and sweeping observation windows filled with glowing high-altitude cloud layers. Feature a poised traveler in a 1930s-inspired aviator ensemble standing near the center aisle, styled with understated luxury and clean silhouette. Emphasize strong composition, believable depth, crisp architectural lines, premium materials, and cinematic atmosphere. The overall image should feel sophisticated, transportive, and richly detailed, with warm amber light interacting with cool sky tones for balanced contrast.",
  "negativePrompt": "low detail, blurry, distorted anatomy, extra limbs, duplicate person, cluttered scene, flat lighting, text, watermark, oversaturated colors, messy perspective",
  "width": 1024,
  "height": 768,
  "providerSettings": {
    "alibaba": {
      "promptExtend": false
    }
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/1ba6e0d7-4e9c-465b-b750-d14bc8773d46.jpg",
      "https://assets.runware.ai/assets/inputs/1d809e01-be21-4108-af12-d0c38d2016c4.jpg",
      "https://assets.runware.ai/assets/inputs/70176373-bba0-4e75-be51-d454c955a306.jpg",
      "https://assets.runware.ai/assets/inputs/da8272f0-5b94-4779-a496-2e7e9b32634a.jpg"
    ]
  }
}
```

**Response**:

```json
{
  "taskType": "imageInference",
  "taskUUID": "4b8de343-e0b4-450a-8948-4b7284278d1c",
  "imageUUID": "586e0153-91ac-40fb-903c-4185d9946322",
  "imageURL": "https://im.runware.ai/image/os/a14d18/ws/3/ii/586e0153-91ac-40fb-903c-4185d9946322.jpg",
  "seed": 572922284,
  "cost": 0.03
}
```

---

### Celestial Clockwork Garden Salon (Image to Image)

![Celestial Clockwork Garden Salon](https://assets.runware.ai/examples/alibaba-wan2-6-image/d3c57b60-8de2-444f-9a9b-d74d37552ffd.jpg)

**Request**:

```json
{
  "taskType": "imageInference",
  "taskUUID": "304dbd02-0c9b-4d38-b876-970ffe872734",
  "model": "alibaba:wan@2.6-image",
  "positivePrompt": "A grand editorial fantasy scene inside a celestial clockwork garden salon, a refined gathering space beneath a vast painted dome of constellations and rotating orrery rings. At the center stands a charismatic host in elaborate couture inspired by mechanical florals, enamel inlays, pearl detailing, and polished brass filigree. The room is filled with towering engineered blossoms, articulated petals, delicate gears, mirrored tables, marble mosaic flooring, and elegant guests arranged in balanced depth. Soft amber and ivory illumination reflects across metal, glass, and silk surfaces. Strong architectural symmetry, clean spatial structure, cinematic composition, luxurious textures, high detail, sophisticated color harmony, premium fashion editorial aesthetic, video-grade image quality.",
  "negativePrompt": "low detail, blurry, noisy, distorted anatomy, extra limbs, bad hands, cluttered composition, oversaturated, flat lighting, text, watermark, logo",
  "width": 1536,
  "height": 1024,
  "providerSettings": {
    "alibaba": {
      "promptExtend": false
    }
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/e1c0d4c1-1864-42f2-897d-fcb7450967db.jpg",
      "https://assets.runware.ai/assets/inputs/b76b24a8-ae0f-4872-adae-ea953872b156.jpg",
      "https://assets.runware.ai/assets/inputs/03c2a8fd-30b5-41c6-8297-110630af1990.jpg"
    ]
  }
}
```

**Response**:

```json
{
  "taskType": "imageInference",
  "taskUUID": "304dbd02-0c9b-4d38-b876-970ffe872734",
  "imageUUID": "ec7995a5-7d0e-4ecc-b3a6-2e498be15395",
  "imageURL": "https://im.runware.ai/image/os/a19d05/ws/3/ii/ec7995a5-7d0e-4ecc-b3a6-2e498be15395.jpg",
  "seed": 1432800054,
  "cost": 0.03
}
```

---

### Tidal Library Glass Atrium (Image to Image)

![Tidal Library Glass Atrium](https://assets.runware.ai/examples/alibaba-wan2-6-image/48be1eb7-846a-4005-b857-90b1eb11e428.jpg)

**Request**:

```json
{
  "taskType": "imageInference",
  "taskUUID": "960eaff6-9340-4ed0-b688-ce9c8c27cd45",
  "model": "alibaba:wan@2.6-image",
  "positivePrompt": "Create a richly detailed scene inside a vast glass-roofed library atrium partially flooded by calm tidal water. A solitary archivist in layered teal and copper clothing stands on a narrow stone path between reflective pools, carrying brass measuring tools and rolled sea charts. Towering bookcases, suspended bridges, hanging staircases, and sunbeams through misty glass create strong depth and clean spatial composition. Include scattered floating pages, elegant ripples, polished stone, weathered metal railings, and a sense of quiet scholarly wonder. Blend cinematic realism with refined illustrative texture, highly coherent architecture, precise anatomy, natural lighting, crisp details, and balanced color harmony.",
  "negativePrompt": "blurry, low detail, distorted anatomy, extra limbs, duplicate person, messy composition, oversaturated, text, watermark, logo, cropped head, deformed hands",
  "width": 1024,
  "height": 768,
  "providerSettings": {
    "alibaba": {
      "promptExtend": false
    }
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/54d92151-de1a-45a1-a295-4797265462c2.jpg",
      "https://assets.runware.ai/assets/inputs/f882aef9-1db9-42bc-a73f-582f4986485e.jpg"
    ]
  }
}
```

**Response**:

```json
{
  "taskType": "imageInference",
  "taskUUID": "960eaff6-9340-4ed0-b688-ce9c8c27cd45",
  "imageUUID": "7f2b4498-38e9-4278-b00d-b3e2cdce380e",
  "imageURL": "https://im.runware.ai/image/os/a24d12/ws/3/ii/7f2b4498-38e9-4278-b00d-b3e2cdce380e.jpg",
  "seed": 1747316482,
  "cost": 0.03
}
```

---

### Ornate Canal Masquerade Procession (Image to Image)

![Ornate Canal Masquerade Procession](https://assets.runware.ai/examples/alibaba-wan2-6-image/a3cd6a6b-38d3-468f-8195-d1b591e3b665.jpg)

**Request**:

```json
{
  "taskType": "imageInference",
  "taskUUID": "b1ba5e6f-1fb2-4e25-a222-9b494da7947b",
  "model": "alibaba:wan@2.6-image",
  "positivePrompt": "Create a grand ceremonial scene in a historic canal city, combining the ornate costume language of the first reference with the environment and spatial character of the second reference. A masked lead figure stands on the prow of a decorated wooden boat, surrounded by attendants in layered textiles and musicians, drifting through a narrow canal beneath carved stone bridges. Warm lantern light reflects across the water, intricate masonry and banners frame the route, and the crowd watches from balconies and steps. Emphasize elegant fabric texture, polished wood, gilded ornament, refined facial masks, coherent anatomy, deep perspective, and cinematic editorial realism with lush detail and clean spatial structure.",
  "negativePrompt": "blurry, low detail, distorted hands, extra limbs, duplicate people, warped architecture, text, watermark, oversaturated, flat lighting, cropped subject",
  "width": 1024,
  "height": 768,
  "providerSettings": {
    "alibaba": {
      "promptExtend": false
    }
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/bca1e88e-c097-45ed-b816-de5e64cd8e8c.jpg",
      "https://assets.runware.ai/assets/inputs/f7adbdb5-9022-4b2f-a381-50d55535719d.jpg"
    ]
  }
}
```

**Response**:

```json
{
  "taskType": "imageInference",
  "taskUUID": "b1ba5e6f-1fb2-4e25-a222-9b494da7947b",
  "imageUUID": "57807c57-0add-4bf8-a9dc-0fae49ddb687",
  "imageURL": "https://im.runware.ai/image/os/a22d05/ws/3/ii/57807c57-0add-4bf8-a9dc-0fae49ddb687.jpg",
  "seed": 1139904258,
  "cost": 0.03
}
```