live
MODEL IDalibaba:wan@2.7-image-pro

Wan2.7 Image Pro

Alibaba
by

Wan2.7 Image Pro is the premium variant of Wan2.7 Image offering more stable composition and more precise prompt comprehension. It shares all capabilities of the standard model including avatar customization, color palette control, marquee editing, multilingual text rendering across 12 languages, and multi-image composition, with improved consistency and fidelity for professional workflows.

Wan2.7 Image Pro

text-to-image

Rare Book Conservator Press Portrait$0.075~12s
Rare Book Conservator Press Portrait

Professional environmental headshot of a senior Black woman rare-book conservator in her early 50s, photographed inside a museum conservation studio. Chest-up landscape composition, subject positioned slightly right of center with generous editorial space on the left, looking directly into the camera with a calm, incisive expression and understated warmth. Natural silver-streaked micro-braids neatly swept back, authentic skin texture, minimal makeup, small hammered-brass earrings. She wears a tailored deep aubergine work jacket over a warm ivory collarless blouse. Behind her, softly focused but legible details establish the profession: clothbound volumes, a brass book cradle, archival boxes, linen thread, bone folders, magnifying glass, and one open book revealing moss-green and oxidized-copper marbled endpapers. Rich, deliberate palette of aubergine, moss green, warm ivory, aged brass, walnut brown, and restrained oxidized copper. Soft north-window light shapes her face from camera left, complemented by a warm practical task lamp in the background; subtle eye catchlights, gentle falloff, refined contrast. Shot at eye level with an 85mm portrait-lens character and shallow depth of field. Museum editorial photography, sophisticated, credible, tactile, quietly authoritative, natural proportions, realistic hands and facial anatomy, crisp eyes, nuanced fabric and paper detail, no text, no logos, no frame, no collage, no fantasy styling.

Try in Playground
import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'alibaba:wan@2.7-image-pro',
  positivePrompt: 'Professional environmental headshot of a senior Black woman rare-book conservator in her early 50s, photographed inside a museum conservation studio. Chest-up landscape composition, subject positioned slightly right of center with generous editorial space on the left, looking directly into the camera with a calm, incisive expression and understated warmth. Natural silver-streaked micro-braids neatly swept back, authentic skin texture, minimal makeup, small hammered-brass earrings. She wears a tailored deep aubergine work jacket over a warm ivory collarless blouse. Behind her, softly focused but legible details establish the profession: clothbound volumes, a brass book cradle, archival boxes, linen thread, bone folders, magnifying glass, and one open book revealing moss-green and oxidized-copper marbled endpapers. Rich, deliberate palette of aubergine, moss green, warm ivory, aged brass, walnut brown, and restrained oxidized copper. Soft north-window light shapes her face from camera left, complemented by a warm practical task lamp in the background; subtle eye catchlights, gentle falloff, refined contrast. Shot at eye level with an 85mm portrait-lens character and shallow depth of field. Museum editorial photography, sophisticated, credible, tactile, quietly authoritative, natural proportions, realistic hands and facial anatomy, crisp eyes, nuanced fabric and paper detail, no text, no logos, no frame, no collage, no fantasy styling.',
  width: 1536,
  height: 1024,
  settings: {
    colorPalette: [
      {
        hex: '#243B53',
        ratio: '45%'
      },
      {
        hex: '#D9A441',
        ratio: '35%'
      },
      {
        hex: '#F2E9D8',
        ratio: '20%'
      }
    ]
  }
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "alibaba:wan@2.7-image-pro",
            "positivePrompt": "Professional environmental headshot of a senior Black woman rare-book conservator in her early 50s, photographed inside a museum conservation studio. Chest-up landscape composition, subject positioned slightly right of center with generous editorial space on the left, looking directly into the camera with a calm, incisive expression and understated warmth. Natural silver-streaked micro-braids neatly swept back, authentic skin texture, minimal makeup, small hammered-brass earrings. She wears a tailored deep aubergine work jacket over a warm ivory collarless blouse. Behind her, softly focused but legible details establish the profession: clothbound volumes, a brass book cradle, archival boxes, linen thread, bone folders, magnifying glass, and one open book revealing moss-green and oxidized-copper marbled endpapers. Rich, deliberate palette of aubergine, moss green, warm ivory, aged brass, walnut brown, and restrained oxidized copper. Soft north-window light shapes her face from camera left, complemented by a warm practical task lamp in the background; subtle eye catchlights, gentle falloff, refined contrast. Shot at eye level with an 85mm portrait-lens character and shallow depth of field. Museum editorial photography, sophisticated, credible, tactile, quietly authoritative, natural proportions, realistic hands and facial anatomy, crisp eyes, nuanced fabric and paper detail, no text, no logos, no frame, no collage, no fantasy styling.",
            "width": 1536,
            "height": 1024,
            "settings": {
                "colorPalette": [
                    {
                        "hex": "#243B53",
                        "ratio": "45%"
                    },
                    {
                        "hex": "#D9A441",
                        "ratio": "35%"
                    },
                    {
                        "hex": "#F2E9D8",
                        "ratio": "20%"
                    }
                ]
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "25754738-7752-4975-91f9-97e457a6d3b5",
      "model": "alibaba:wan@2.7-image-pro",
      "positivePrompt": "Professional environmental headshot of a senior Black woman rare-book conservator in her early 50s, photographed inside a museum conservation studio. Chest-up landscape composition, subject positioned slightly right of center with generous editorial space on the left, looking directly into the camera with a calm, incisive expression and understated warmth. Natural silver-streaked micro-braids neatly swept back, authentic skin texture, minimal makeup, small hammered-brass earrings. She wears a tailored deep aubergine work jacket over a warm ivory collarless blouse. Behind her, softly focused but legible details establish the profession: clothbound volumes, a brass book cradle, archival boxes, linen thread, bone folders, magnifying glass, and one open book revealing moss-green and oxidized-copper marbled endpapers. Rich, deliberate palette of aubergine, moss green, warm ivory, aged brass, walnut brown, and restrained oxidized copper. Soft north-window light shapes her face from camera left, complemented by a warm practical task lamp in the background; subtle eye catchlights, gentle falloff, refined contrast. Shot at eye level with an 85mm portrait-lens character and shallow depth of field. Museum editorial photography, sophisticated, credible, tactile, quietly authoritative, natural proportions, realistic hands and facial anatomy, crisp eyes, nuanced fabric and paper detail, no text, no logos, no frame, no collage, no fantasy styling.",
      "width": 1536,
      "height": 1024,
      "settings": {
        "colorPalette": [
          {
            "hex": "#243B53",
            "ratio": "45%"
          },
          {
            "hex": "#D9A441",
            "ratio": "35%"
          },
          {
            "hex": "#F2E9D8",
            "ratio": "20%"
          }
        ]
      }
    }
  ]'
runware run alibaba:wan@2.7-image-pro \
  positivePrompt="Professional environmental headshot of a senior Black woman rare-book conservator in her early 50s, photographed inside a museum conservation studio. Chest-up landscape composition, subject positioned slightly right of center with generous editorial space on the left, looking directly into the camera with a calm, incisive expression and understated warmth. Natural silver-streaked micro-braids neatly swept back, authentic skin texture, minimal makeup, small hammered-brass earrings. She wears a tailored deep aubergine work jacket over a warm ivory collarless blouse. Behind her, softly focused but legible details establish the profession: clothbound volumes, a brass book cradle, archival boxes, linen thread, bone folders, magnifying glass, and one open book revealing moss-green and oxidized-copper marbled endpapers. Rich, deliberate palette of aubergine, moss green, warm ivory, aged brass, walnut brown, and restrained oxidized copper. Soft north-window light shapes her face from camera left, complemented by a warm practical task lamp in the background; subtle eye catchlights, gentle falloff, refined contrast. Shot at eye level with an 85mm portrait-lens character and shallow depth of field. Museum editorial photography, sophisticated, credible, tactile, quietly authoritative, natural proportions, realistic hands and facial anatomy, crisp eyes, nuanced fabric and paper detail, no text, no logos, no frame, no collage, no fantasy styling." \
  width=1536 \
  height=1024 \
  settings.colorPalette.0.hex="#243B53" \
  settings.colorPalette.0.ratio=45% \
  settings.colorPalette.1.hex="#D9A441" \
  settings.colorPalette.1.ratio=35% \
  settings.colorPalette.2.hex="#F2E9D8" \
  settings.colorPalette.2.ratio=20%
{
  "taskType": "imageInference",
  "taskUUID": "25754738-7752-4975-91f9-97e457a6d3b5",
  "model": "alibaba:wan@2.7-image-pro",
  "positivePrompt": "Professional environmental headshot of a senior Black woman rare-book conservator in her early 50s, photographed inside a museum conservation studio. Chest-up landscape composition, subject positioned slightly right of center with generous editorial space on the left, looking directly into the camera with a calm, incisive expression and understated warmth. Natural silver-streaked micro-braids neatly swept back, authentic skin texture, minimal makeup, small hammered-brass earrings. She wears a tailored deep aubergine work jacket over a warm ivory collarless blouse. Behind her, softly focused but legible details establish the profession: clothbound volumes, a brass book cradle, archival boxes, linen thread, bone folders, magnifying glass, and one open book revealing moss-green and oxidized-copper marbled endpapers. Rich, deliberate palette of aubergine, moss green, warm ivory, aged brass, walnut brown, and restrained oxidized copper. Soft north-window light shapes her face from camera left, complemented by a warm practical task lamp in the background; subtle eye catchlights, gentle falloff, refined contrast. Shot at eye level with an 85mm portrait-lens character and shallow depth of field. Museum editorial photography, sophisticated, credible, tactile, quietly authoritative, natural proportions, realistic hands and facial anatomy, crisp eyes, nuanced fabric and paper detail, no text, no logos, no frame, no collage, no fantasy styling.",
  "width": 1536,
  "height": 1024,
  "settings": {
    "colorPalette": [
      {
        "hex": "#243B53",
        "ratio": "45%"
      },
      {
        "hex": "#D9A441",
        "ratio": "35%"
      },
      {
        "hex": "#F2E9D8",
        "ratio": "20%"
      }
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "25754738-7752-4975-91f9-97e457a6d3b5",
  "imageUUID": "9aeb83a5-5407-4937-9682-1b525514ffd0",
  "imageURL": "https://im.runware.ai/image/os/a10dlim3/ws/3/ii/9aeb83a5-5407-4937-9682-1b525514ffd0.jpg",
  "seed": 181499163,
  "cost": 0.075
}

reference-to-image

Oyster Hatchery Meter Lifestyle Photograph$0.075~16s
Oyster Hatchery Meter Lifestyle Photograph

Create a finished 5:4 landscape product lifestyle photograph for professional aquaculture equipment. Use reference image 1 as the strict identity reference for the main product: preserve the handheld dissolved-oxygen meter's graphite rubberized casing, exact silhouette, screen position, button layout, coiled cable and optical probe. Use reference image 2 to define the authentic oyster-hatchery environment, industrial textures, harbor atmosphere and cool dawn lighting. Combine them into a new scene showing a hatchery technician in practical waterproof workwear holding the meter clearly above a shallow oyster nursery tank while its optical probe is submerged in gently rippling seawater. Frame from waist level at a natural working distance, with the meter prominent and sharply focused in the right foreground, the technician's hand interacting plausibly with it, and mesh oyster trays, hoses and misty harbor structures receding into soft depth. The device must feel genuinely used on location: tiny clean water droplets on the casing, realistic cable tension and accurate hand scale, but no mud obscuring its controls. Premium editorial realism with restrained direct-fill flash balanced against cool sea-green morning light and subtle amber sunrise reflections. Crisp product detail, believable skin and materials, understated documentary mood, no staged showroom feeling, no added lettering, no invented branding, no duplicated tools, no distorted fingers.

Try in Playground
import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'alibaba:wan@2.7-image-pro',
  positivePrompt: 'Create a finished 5:4 landscape product lifestyle photograph for professional aquaculture equipment. Use reference image 1 as the strict identity reference for the main product: preserve the handheld dissolved-oxygen meter\'s graphite rubberized casing, exact silhouette, screen position, button layout, coiled cable and optical probe. Use reference image 2 to define the authentic oyster-hatchery environment, industrial textures, harbor atmosphere and cool dawn lighting. Combine them into a new scene showing a hatchery technician in practical waterproof workwear holding the meter clearly above a shallow oyster nursery tank while its optical probe is submerged in gently rippling seawater. Frame from waist level at a natural working distance, with the meter prominent and sharply focused in the right foreground, the technician\'s hand interacting plausibly with it, and mesh oyster trays, hoses and misty harbor structures receding into soft depth. The device must feel genuinely used on location: tiny clean water droplets on the casing, realistic cable tension and accurate hand scale, but no mud obscuring its controls. Premium editorial realism with restrained direct-fill flash balanced against cool sea-green morning light and subtle amber sunrise reflections. Crisp product detail, believable skin and materials, understated documentary mood, no staged showroom feeling, no added lettering, no invented branding, no duplicated tools, no distorted fingers.',
  width: 1280,
  height: 1024,
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/9ab5169b-6616-4354-bba4-e785708c99ae.jpg',
      'https://assets.runware.ai/assets/inputs/1b0ee6f0-f876-4ab0-bbc7-e0955f9a2fe5.jpg'
    ]
  }
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "alibaba:wan@2.7-image-pro",
            "positivePrompt": "Create a finished 5:4 landscape product lifestyle photograph for professional aquaculture equipment. Use reference image 1 as the strict identity reference for the main product: preserve the handheld dissolved-oxygen meter's graphite rubberized casing, exact silhouette, screen position, button layout, coiled cable and optical probe. Use reference image 2 to define the authentic oyster-hatchery environment, industrial textures, harbor atmosphere and cool dawn lighting. Combine them into a new scene showing a hatchery technician in practical waterproof workwear holding the meter clearly above a shallow oyster nursery tank while its optical probe is submerged in gently rippling seawater. Frame from waist level at a natural working distance, with the meter prominent and sharply focused in the right foreground, the technician's hand interacting plausibly with it, and mesh oyster trays, hoses and misty harbor structures receding into soft depth. The device must feel genuinely used on location: tiny clean water droplets on the casing, realistic cable tension and accurate hand scale, but no mud obscuring its controls. Premium editorial realism with restrained direct-fill flash balanced against cool sea-green morning light and subtle amber sunrise reflections. Crisp product detail, believable skin and materials, understated documentary mood, no staged showroom feeling, no added lettering, no invented branding, no duplicated tools, no distorted fingers.",
            "width": 1280,
            "height": 1024,
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/9ab5169b-6616-4354-bba4-e785708c99ae.jpg",
                    "https://assets.runware.ai/assets/inputs/1b0ee6f0-f876-4ab0-bbc7-e0955f9a2fe5.jpg"
                ]
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "1b29b696-4331-4e4d-9313-cb90ca15e7d1",
      "model": "alibaba:wan@2.7-image-pro",
      "positivePrompt": "Create a finished 5:4 landscape product lifestyle photograph for professional aquaculture equipment. Use reference image 1 as the strict identity reference for the main product: preserve the handheld dissolved-oxygen meter's graphite rubberized casing, exact silhouette, screen position, button layout, coiled cable and optical probe. Use reference image 2 to define the authentic oyster-hatchery environment, industrial textures, harbor atmosphere and cool dawn lighting. Combine them into a new scene showing a hatchery technician in practical waterproof workwear holding the meter clearly above a shallow oyster nursery tank while its optical probe is submerged in gently rippling seawater. Frame from waist level at a natural working distance, with the meter prominent and sharply focused in the right foreground, the technician's hand interacting plausibly with it, and mesh oyster trays, hoses and misty harbor structures receding into soft depth. The device must feel genuinely used on location: tiny clean water droplets on the casing, realistic cable tension and accurate hand scale, but no mud obscuring its controls. Premium editorial realism with restrained direct-fill flash balanced against cool sea-green morning light and subtle amber sunrise reflections. Crisp product detail, believable skin and materials, understated documentary mood, no staged showroom feeling, no added lettering, no invented branding, no duplicated tools, no distorted fingers.",
      "width": 1280,
      "height": 1024,
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/9ab5169b-6616-4354-bba4-e785708c99ae.jpg",
          "https://assets.runware.ai/assets/inputs/1b0ee6f0-f876-4ab0-bbc7-e0955f9a2fe5.jpg"
        ]
      }
    }
  ]'
runware run alibaba:wan@2.7-image-pro \
  positivePrompt="Create a finished 5:4 landscape product lifestyle photograph for professional aquaculture equipment. Use reference image 1 as the strict identity reference for the main product: preserve the handheld dissolved-oxygen meter's graphite rubberized casing, exact silhouette, screen position, button layout, coiled cable and optical probe. Use reference image 2 to define the authentic oyster-hatchery environment, industrial textures, harbor atmosphere and cool dawn lighting. Combine them into a new scene showing a hatchery technician in practical waterproof workwear holding the meter clearly above a shallow oyster nursery tank while its optical probe is submerged in gently rippling seawater. Frame from waist level at a natural working distance, with the meter prominent and sharply focused in the right foreground, the technician's hand interacting plausibly with it, and mesh oyster trays, hoses and misty harbor structures receding into soft depth. The device must feel genuinely used on location: tiny clean water droplets on the casing, realistic cable tension and accurate hand scale, but no mud obscuring its controls. Premium editorial realism with restrained direct-fill flash balanced against cool sea-green morning light and subtle amber sunrise reflections. Crisp product detail, believable skin and materials, understated documentary mood, no staged showroom feeling, no added lettering, no invented branding, no duplicated tools, no distorted fingers." \
  width=1280 \
  height=1024 \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/9ab5169b-6616-4354-bba4-e785708c99ae.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/1b0ee6f0-f876-4ab0-bbc7-e0955f9a2fe5.jpg
{
  "taskType": "imageInference",
  "taskUUID": "1b29b696-4331-4e4d-9313-cb90ca15e7d1",
  "model": "alibaba:wan@2.7-image-pro",
  "positivePrompt": "Create a finished 5:4 landscape product lifestyle photograph for professional aquaculture equipment. Use reference image 1 as the strict identity reference for the main product: preserve the handheld dissolved-oxygen meter's graphite rubberized casing, exact silhouette, screen position, button layout, coiled cable and optical probe. Use reference image 2 to define the authentic oyster-hatchery environment, industrial textures, harbor atmosphere and cool dawn lighting. Combine them into a new scene showing a hatchery technician in practical waterproof workwear holding the meter clearly above a shallow oyster nursery tank while its optical probe is submerged in gently rippling seawater. Frame from waist level at a natural working distance, with the meter prominent and sharply focused in the right foreground, the technician's hand interacting plausibly with it, and mesh oyster trays, hoses and misty harbor structures receding into soft depth. The device must feel genuinely used on location: tiny clean water droplets on the casing, realistic cable tension and accurate hand scale, but no mud obscuring its controls. Premium editorial realism with restrained direct-fill flash balanced against cool sea-green morning light and subtle amber sunrise reflections. Crisp product detail, believable skin and materials, understated documentary mood, no staged showroom feeling, no added lettering, no invented branding, no duplicated tools, no distorted fingers.",
  "width": 1280,
  "height": 1024,
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/9ab5169b-6616-4354-bba4-e785708c99ae.jpg",
      "https://assets.runware.ai/assets/inputs/1b0ee6f0-f876-4ab0-bbc7-e0955f9a2fe5.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "1b29b696-4331-4e4d-9313-cb90ca15e7d1",
  "imageUUID": "33bdb746-4e90-4be2-ad6c-d81f06fd9e6e",
  "imageURL": "https://im.runware.ai/image/os/a08dlim3/ws/3/ii/33bdb746-4e90-4be2-ad6c-d81f06fd9e6e.jpg",
  "seed": 331236857,
  "cost": 0.075
}
Aerial Kite Arena Panorama
Aerial Kite Arena Panorama

Compose a breathtaking panoramic scene of an international aerial kite arena on a rugged ocean headland, merging all eight reference images into one coherent environment. Use the basalt sea cliffs as the primary setting, expanded into a grand natural amphitheater above vivid turquoise water. Fill the sky with a competitive display of colossal kites, featuring the patterned octopus kite as the visual centerpiece and the falcon sport kite carving sharply across the upper airspace. Integrate the timber spectator stand into the cliffside terrain with elegant tensile canopies and tiny crowds implied at a distance. Use the signal pennants and braided ropes as foreground framing elements whipping in strong wind. Place the athlete in the saffron-accented gliding suit near the cliff edge as a featured competitor preparing for launch. Blend the seabirds naturally into the open air around the kites for scale and motion. Use the towering sunlit cloud bank to create depth, drama, and luminous atmosphere. Style: premium cinematic realism, ultra-detailed textures, crisp aerial perspective, dynamic motion, sophisticated environmental storytelling, polished professional travel-campaign look, expansive wide shot, no text, no watermark.

Try in Playground
import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'alibaba:wan@2.7-image-pro',
  positivePrompt: 'Compose a breathtaking panoramic scene of an international aerial kite arena on a rugged ocean headland, merging all eight reference images into one coherent environment. Use the basalt sea cliffs as the primary setting, expanded into a grand natural amphitheater above vivid turquoise water. Fill the sky with a competitive display of colossal kites, featuring the patterned octopus kite as the visual centerpiece and the falcon sport kite carving sharply across the upper airspace. Integrate the timber spectator stand into the cliffside terrain with elegant tensile canopies and tiny crowds implied at a distance. Use the signal pennants and braided ropes as foreground framing elements whipping in strong wind. Place the athlete in the saffron-accented gliding suit near the cliff edge as a featured competitor preparing for launch. Blend the seabirds naturally into the open air around the kites for scale and motion. Use the towering sunlit cloud bank to create depth, drama, and luminous atmosphere. Style: premium cinematic realism, ultra-detailed textures, crisp aerial perspective, dynamic motion, sophisticated environmental storytelling, polished professional travel-campaign look, expansive wide shot, no text, no watermark.',
  width: 1536,
  height: 1024,
  seed: 22473,
  settings: {
    thinking: true,
    colorPalette: [
      {
        hex: '#1F5E7A',
        ratio: '28%'
      },
      {
        hex: '#3FA7D6',
        ratio: '22%'
      },
      {
        hex: '#F2C14E',
        ratio: '16%'
      },
      {
        hex: '#D1495B',
        ratio: '14%'
      },
      {
        hex: '#E7ECEF',
        ratio: '12%'
      },
      {
        hex: '#5B4B3A',
        ratio: '8%'
      }
    ]
  },
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/31239f5c-a7ac-4045-bca3-b52fcae71d89.jpg',
      'https://assets.runware.ai/assets/inputs/eca1dd89-10a1-403b-81ac-e4487357131e.jpg',
      'https://assets.runware.ai/assets/inputs/f3061f66-1265-411f-8542-332f73a3044f.jpg',
      'https://assets.runware.ai/assets/inputs/7a0caa04-cc5a-4936-8b60-af5a167712c6.jpg',
      'https://assets.runware.ai/assets/inputs/cb96f4b4-840b-4fe3-b587-f2b9083032a7.jpg',
      'https://assets.runware.ai/assets/inputs/cbe5543c-3380-4a80-afe8-176178532ee6.jpg',
      'https://assets.runware.ai/assets/inputs/57d79d29-7f0c-4570-84fd-1701ba24a17f.jpg',
      'https://assets.runware.ai/assets/inputs/052960d0-e3c9-47f8-a569-3a71c9e2743a.jpg'
    ]
  }
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "alibaba:wan@2.7-image-pro",
            "positivePrompt": "Compose a breathtaking panoramic scene of an international aerial kite arena on a rugged ocean headland, merging all eight reference images into one coherent environment. Use the basalt sea cliffs as the primary setting, expanded into a grand natural amphitheater above vivid turquoise water. Fill the sky with a competitive display of colossal kites, featuring the patterned octopus kite as the visual centerpiece and the falcon sport kite carving sharply across the upper airspace. Integrate the timber spectator stand into the cliffside terrain with elegant tensile canopies and tiny crowds implied at a distance. Use the signal pennants and braided ropes as foreground framing elements whipping in strong wind. Place the athlete in the saffron-accented gliding suit near the cliff edge as a featured competitor preparing for launch. Blend the seabirds naturally into the open air around the kites for scale and motion. Use the towering sunlit cloud bank to create depth, drama, and luminous atmosphere. Style: premium cinematic realism, ultra-detailed textures, crisp aerial perspective, dynamic motion, sophisticated environmental storytelling, polished professional travel-campaign look, expansive wide shot, no text, no watermark.",
            "width": 1536,
            "height": 1024,
            "seed": 22473,
            "settings": {
                "thinking": True,
                "colorPalette": [
                    {
                        "hex": "#1F5E7A",
                        "ratio": "28%"
                    },
                    {
                        "hex": "#3FA7D6",
                        "ratio": "22%"
                    },
                    {
                        "hex": "#F2C14E",
                        "ratio": "16%"
                    },
                    {
                        "hex": "#D1495B",
                        "ratio": "14%"
                    },
                    {
                        "hex": "#E7ECEF",
                        "ratio": "12%"
                    },
                    {
                        "hex": "#5B4B3A",
                        "ratio": "8%"
                    }
                ]
            },
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/31239f5c-a7ac-4045-bca3-b52fcae71d89.jpg",
                    "https://assets.runware.ai/assets/inputs/eca1dd89-10a1-403b-81ac-e4487357131e.jpg",
                    "https://assets.runware.ai/assets/inputs/f3061f66-1265-411f-8542-332f73a3044f.jpg",
                    "https://assets.runware.ai/assets/inputs/7a0caa04-cc5a-4936-8b60-af5a167712c6.jpg",
                    "https://assets.runware.ai/assets/inputs/cb96f4b4-840b-4fe3-b587-f2b9083032a7.jpg",
                    "https://assets.runware.ai/assets/inputs/cbe5543c-3380-4a80-afe8-176178532ee6.jpg",
                    "https://assets.runware.ai/assets/inputs/57d79d29-7f0c-4570-84fd-1701ba24a17f.jpg",
                    "https://assets.runware.ai/assets/inputs/052960d0-e3c9-47f8-a569-3a71c9e2743a.jpg"
                ]
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "98486648-d59a-4fbd-83e0-af6e92da8a49",
      "model": "alibaba:wan@2.7-image-pro",
      "positivePrompt": "Compose a breathtaking panoramic scene of an international aerial kite arena on a rugged ocean headland, merging all eight reference images into one coherent environment. Use the basalt sea cliffs as the primary setting, expanded into a grand natural amphitheater above vivid turquoise water. Fill the sky with a competitive display of colossal kites, featuring the patterned octopus kite as the visual centerpiece and the falcon sport kite carving sharply across the upper airspace. Integrate the timber spectator stand into the cliffside terrain with elegant tensile canopies and tiny crowds implied at a distance. Use the signal pennants and braided ropes as foreground framing elements whipping in strong wind. Place the athlete in the saffron-accented gliding suit near the cliff edge as a featured competitor preparing for launch. Blend the seabirds naturally into the open air around the kites for scale and motion. Use the towering sunlit cloud bank to create depth, drama, and luminous atmosphere. Style: premium cinematic realism, ultra-detailed textures, crisp aerial perspective, dynamic motion, sophisticated environmental storytelling, polished professional travel-campaign look, expansive wide shot, no text, no watermark.",
      "width": 1536,
      "height": 1024,
      "seed": 22473,
      "settings": {
        "thinking": true,
        "colorPalette": [
          {
            "hex": "#1F5E7A",
            "ratio": "28%"
          },
          {
            "hex": "#3FA7D6",
            "ratio": "22%"
          },
          {
            "hex": "#F2C14E",
            "ratio": "16%"
          },
          {
            "hex": "#D1495B",
            "ratio": "14%"
          },
          {
            "hex": "#E7ECEF",
            "ratio": "12%"
          },
          {
            "hex": "#5B4B3A",
            "ratio": "8%"
          }
        ]
      },
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/31239f5c-a7ac-4045-bca3-b52fcae71d89.jpg",
          "https://assets.runware.ai/assets/inputs/eca1dd89-10a1-403b-81ac-e4487357131e.jpg",
          "https://assets.runware.ai/assets/inputs/f3061f66-1265-411f-8542-332f73a3044f.jpg",
          "https://assets.runware.ai/assets/inputs/7a0caa04-cc5a-4936-8b60-af5a167712c6.jpg",
          "https://assets.runware.ai/assets/inputs/cb96f4b4-840b-4fe3-b587-f2b9083032a7.jpg",
          "https://assets.runware.ai/assets/inputs/cbe5543c-3380-4a80-afe8-176178532ee6.jpg",
          "https://assets.runware.ai/assets/inputs/57d79d29-7f0c-4570-84fd-1701ba24a17f.jpg",
          "https://assets.runware.ai/assets/inputs/052960d0-e3c9-47f8-a569-3a71c9e2743a.jpg"
        ]
      }
    }
  ]'
runware run alibaba:wan@2.7-image-pro \
  positivePrompt="Compose a breathtaking panoramic scene of an international aerial kite arena on a rugged ocean headland, merging all eight reference images into one coherent environment. Use the basalt sea cliffs as the primary setting, expanded into a grand natural amphitheater above vivid turquoise water. Fill the sky with a competitive display of colossal kites, featuring the patterned octopus kite as the visual centerpiece and the falcon sport kite carving sharply across the upper airspace. Integrate the timber spectator stand into the cliffside terrain with elegant tensile canopies and tiny crowds implied at a distance. Use the signal pennants and braided ropes as foreground framing elements whipping in strong wind. Place the athlete in the saffron-accented gliding suit near the cliff edge as a featured competitor preparing for launch. Blend the seabirds naturally into the open air around the kites for scale and motion. Use the towering sunlit cloud bank to create depth, drama, and luminous atmosphere. Style: premium cinematic realism, ultra-detailed textures, crisp aerial perspective, dynamic motion, sophisticated environmental storytelling, polished professional travel-campaign look, expansive wide shot, no text, no watermark." \
  width=1536 \
  height=1024 \
  seed=22473 \
  settings.thinking=true \
  settings.colorPalette.0.hex="#1F5E7A" \
  settings.colorPalette.0.ratio=28% \
  settings.colorPalette.1.hex="#3FA7D6" \
  settings.colorPalette.1.ratio=22% \
  settings.colorPalette.2.hex="#F2C14E" \
  settings.colorPalette.2.ratio=16% \
  settings.colorPalette.3.hex="#D1495B" \
  settings.colorPalette.3.ratio=14% \
  settings.colorPalette.4.hex="#E7ECEF" \
  settings.colorPalette.4.ratio=12% \
  settings.colorPalette.5.hex="#5B4B3A" \
  settings.colorPalette.5.ratio=8% \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/31239f5c-a7ac-4045-bca3-b52fcae71d89.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/eca1dd89-10a1-403b-81ac-e4487357131e.jpg \
  inputs.referenceImages.2=https://assets.runware.ai/assets/inputs/f3061f66-1265-411f-8542-332f73a3044f.jpg \
  inputs.referenceImages.3=https://assets.runware.ai/assets/inputs/7a0caa04-cc5a-4936-8b60-af5a167712c6.jpg \
  inputs.referenceImages.4=https://assets.runware.ai/assets/inputs/cb96f4b4-840b-4fe3-b587-f2b9083032a7.jpg \
  inputs.referenceImages.5=https://assets.runware.ai/assets/inputs/cbe5543c-3380-4a80-afe8-176178532ee6.jpg \
  inputs.referenceImages.6=https://assets.runware.ai/assets/inputs/57d79d29-7f0c-4570-84fd-1701ba24a17f.jpg \
  inputs.referenceImages.7=https://assets.runware.ai/assets/inputs/052960d0-e3c9-47f8-a569-3a71c9e2743a.jpg
{
  "taskType": "imageInference",
  "taskUUID": "98486648-d59a-4fbd-83e0-af6e92da8a49",
  "model": "alibaba:wan@2.7-image-pro",
  "positivePrompt": "Compose a breathtaking panoramic scene of an international aerial kite arena on a rugged ocean headland, merging all eight reference images into one coherent environment. Use the basalt sea cliffs as the primary setting, expanded into a grand natural amphitheater above vivid turquoise water. Fill the sky with a competitive display of colossal kites, featuring the patterned octopus kite as the visual centerpiece and the falcon sport kite carving sharply across the upper airspace. Integrate the timber spectator stand into the cliffside terrain with elegant tensile canopies and tiny crowds implied at a distance. Use the signal pennants and braided ropes as foreground framing elements whipping in strong wind. Place the athlete in the saffron-accented gliding suit near the cliff edge as a featured competitor preparing for launch. Blend the seabirds naturally into the open air around the kites for scale and motion. Use the towering sunlit cloud bank to create depth, drama, and luminous atmosphere. Style: premium cinematic realism, ultra-detailed textures, crisp aerial perspective, dynamic motion, sophisticated environmental storytelling, polished professional travel-campaign look, expansive wide shot, no text, no watermark.",
  "width": 1536,
  "height": 1024,
  "seed": 22473,
  "settings": {
    "thinking": true,
    "colorPalette": [
      {
        "hex": "#1F5E7A",
        "ratio": "28%"
      },
      {
        "hex": "#3FA7D6",
        "ratio": "22%"
      },
      {
        "hex": "#F2C14E",
        "ratio": "16%"
      },
      {
        "hex": "#D1495B",
        "ratio": "14%"
      },
      {
        "hex": "#E7ECEF",
        "ratio": "12%"
      },
      {
        "hex": "#5B4B3A",
        "ratio": "8%"
      }
    ]
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/31239f5c-a7ac-4045-bca3-b52fcae71d89.jpg",
      "https://assets.runware.ai/assets/inputs/eca1dd89-10a1-403b-81ac-e4487357131e.jpg",
      "https://assets.runware.ai/assets/inputs/f3061f66-1265-411f-8542-332f73a3044f.jpg",
      "https://assets.runware.ai/assets/inputs/7a0caa04-cc5a-4936-8b60-af5a167712c6.jpg",
      "https://assets.runware.ai/assets/inputs/cb96f4b4-840b-4fe3-b587-f2b9083032a7.jpg",
      "https://assets.runware.ai/assets/inputs/cbe5543c-3380-4a80-afe8-176178532ee6.jpg",
      "https://assets.runware.ai/assets/inputs/57d79d29-7f0c-4570-84fd-1701ba24a17f.jpg",
      "https://assets.runware.ai/assets/inputs/052960d0-e3c9-47f8-a569-3a71c9e2743a.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "98486648-d59a-4fbd-83e0-af6e92da8a49",
  "imageUUID": "8a1bafb4-a3f6-4662-8807-1e09dc709e76",
  "imageURL": "https://im.runware.ai/image/os/a12d13/ws/3/ii/8a1bafb4-a3f6-4662-8807-1e09dc709e76.jpg",
  "seed": 22473,
  "cost": 0.075
}

sequential-images

Saltworks Visitor Lighting Study Set$0.075~17s
Saltworks Visitor Lighting Study Set

Create a coherent set of four separate, full-frame architectural photographs for a heritage saltworks visitor-route lighting study. Show the same restored 1890s graduation tower in every image: a long monumental timber structure packed with dark blackthorn bundles, a narrow covered walkway, weathered oak posts, shallow white salt-crystallization pans in the foreground, low marsh grasses, and a small brick pump house at the far right. Preserve identical architecture, camera position, 28 mm lens, eye-level three-quarter viewpoint, horizon, scale, and restrained documentary visual identity throughout the set. Meaningful annual progression: Image 1 — winter predawn, frost on the timber and salt pans, cold mist, deep blue ambient light, sparse warm safety lamps under the walkway. Image 2 — spring morning after rain, soft silver overcast light, wet reflective timber, fresh green reeds, lamps switched off. Image 3 — high-summer late afternoon, strong low-angle sunlight, crisp structural shadows across bright salt pans, dry straw-colored grasses, clear pale sky. Image 4 — autumn blue hour after a shower, copper reeds and damp wood, indigo sky, subtle warm architectural uplighting revealing the timber lattice without theatrical color. Premium medium-format architectural photography, precise material detail, realistic weather, controlled highlights, natural perspective, quiet public-infrastructure mood. Compose each image for 1344x768 landscape with generous foreground and the tower spanning the middle third. Four separate images, not a collage, grid, split screen, contact sheet, or before-and-after graphic. No captions, signage, logos, borders, or watermarks.

Try in Playground
import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'alibaba:wan@2.7-image-pro',
  positivePrompt: 'Create a coherent set of four separate, full-frame architectural photographs for a heritage saltworks visitor-route lighting study. Show the same restored 1890s graduation tower in every image: a long monumental timber structure packed with dark blackthorn bundles, a narrow covered walkway, weathered oak posts, shallow white salt-crystallization pans in the foreground, low marsh grasses, and a small brick pump house at the far right. Preserve identical architecture, camera position, 28 mm lens, eye-level three-quarter viewpoint, horizon, scale, and restrained documentary visual identity throughout the set. Meaningful annual progression: Image 1 — winter predawn, frost on the timber and salt pans, cold mist, deep blue ambient light, sparse warm safety lamps under the walkway. Image 2 — spring morning after rain, soft silver overcast light, wet reflective timber, fresh green reeds, lamps switched off. Image 3 — high-summer late afternoon, strong low-angle sunlight, crisp structural shadows across bright salt pans, dry straw-colored grasses, clear pale sky. Image 4 — autumn blue hour after a shower, copper reeds and damp wood, indigo sky, subtle warm architectural uplighting revealing the timber lattice without theatrical color. Premium medium-format architectural photography, precise material detail, realistic weather, controlled highlights, natural perspective, quiet public-infrastructure mood. Compose each image for 1344x768 landscape with generous foreground and the tower spanning the middle third. Four separate images, not a collage, grid, split screen, contact sheet, or before-and-after graphic. No captions, signage, logos, borders, or watermarks.',
  width: 1344,
  height: 768,
  settings: {
    sequential: true
  }
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "alibaba:wan@2.7-image-pro",
            "positivePrompt": "Create a coherent set of four separate, full-frame architectural photographs for a heritage saltworks visitor-route lighting study. Show the same restored 1890s graduation tower in every image: a long monumental timber structure packed with dark blackthorn bundles, a narrow covered walkway, weathered oak posts, shallow white salt-crystallization pans in the foreground, low marsh grasses, and a small brick pump house at the far right. Preserve identical architecture, camera position, 28 mm lens, eye-level three-quarter viewpoint, horizon, scale, and restrained documentary visual identity throughout the set. Meaningful annual progression: Image 1 — winter predawn, frost on the timber and salt pans, cold mist, deep blue ambient light, sparse warm safety lamps under the walkway. Image 2 — spring morning after rain, soft silver overcast light, wet reflective timber, fresh green reeds, lamps switched off. Image 3 — high-summer late afternoon, strong low-angle sunlight, crisp structural shadows across bright salt pans, dry straw-colored grasses, clear pale sky. Image 4 — autumn blue hour after a shower, copper reeds and damp wood, indigo sky, subtle warm architectural uplighting revealing the timber lattice without theatrical color. Premium medium-format architectural photography, precise material detail, realistic weather, controlled highlights, natural perspective, quiet public-infrastructure mood. Compose each image for 1344x768 landscape with generous foreground and the tower spanning the middle third. Four separate images, not a collage, grid, split screen, contact sheet, or before-and-after graphic. No captions, signage, logos, borders, or watermarks.",
            "width": 1344,
            "height": 768,
            "settings": {
                "sequential": True
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "eb908ab4-8821-44b9-8c4e-304859a3e876",
      "model": "alibaba:wan@2.7-image-pro",
      "positivePrompt": "Create a coherent set of four separate, full-frame architectural photographs for a heritage saltworks visitor-route lighting study. Show the same restored 1890s graduation tower in every image: a long monumental timber structure packed with dark blackthorn bundles, a narrow covered walkway, weathered oak posts, shallow white salt-crystallization pans in the foreground, low marsh grasses, and a small brick pump house at the far right. Preserve identical architecture, camera position, 28 mm lens, eye-level three-quarter viewpoint, horizon, scale, and restrained documentary visual identity throughout the set. Meaningful annual progression: Image 1 — winter predawn, frost on the timber and salt pans, cold mist, deep blue ambient light, sparse warm safety lamps under the walkway. Image 2 — spring morning after rain, soft silver overcast light, wet reflective timber, fresh green reeds, lamps switched off. Image 3 — high-summer late afternoon, strong low-angle sunlight, crisp structural shadows across bright salt pans, dry straw-colored grasses, clear pale sky. Image 4 — autumn blue hour after a shower, copper reeds and damp wood, indigo sky, subtle warm architectural uplighting revealing the timber lattice without theatrical color. Premium medium-format architectural photography, precise material detail, realistic weather, controlled highlights, natural perspective, quiet public-infrastructure mood. Compose each image for 1344x768 landscape with generous foreground and the tower spanning the middle third. Four separate images, not a collage, grid, split screen, contact sheet, or before-and-after graphic. No captions, signage, logos, borders, or watermarks.",
      "width": 1344,
      "height": 768,
      "settings": {
        "sequential": true
      }
    }
  ]'
runware run alibaba:wan@2.7-image-pro \
  positivePrompt="Create a coherent set of four separate, full-frame architectural photographs for a heritage saltworks visitor-route lighting study. Show the same restored 1890s graduation tower in every image: a long monumental timber structure packed with dark blackthorn bundles, a narrow covered walkway, weathered oak posts, shallow white salt-crystallization pans in the foreground, low marsh grasses, and a small brick pump house at the far right. Preserve identical architecture, camera position, 28 mm lens, eye-level three-quarter viewpoint, horizon, scale, and restrained documentary visual identity throughout the set. Meaningful annual progression: Image 1 — winter predawn, frost on the timber and salt pans, cold mist, deep blue ambient light, sparse warm safety lamps under the walkway. Image 2 — spring morning after rain, soft silver overcast light, wet reflective timber, fresh green reeds, lamps switched off. Image 3 — high-summer late afternoon, strong low-angle sunlight, crisp structural shadows across bright salt pans, dry straw-colored grasses, clear pale sky. Image 4 — autumn blue hour after a shower, copper reeds and damp wood, indigo sky, subtle warm architectural uplighting revealing the timber lattice without theatrical color. Premium medium-format architectural photography, precise material detail, realistic weather, controlled highlights, natural perspective, quiet public-infrastructure mood. Compose each image for 1344x768 landscape with generous foreground and the tower spanning the middle third. Four separate images, not a collage, grid, split screen, contact sheet, or before-and-after graphic. No captions, signage, logos, borders, or watermarks." \
  width=1344 \
  height=768 \
  settings.sequential=true
{
  "taskType": "imageInference",
  "taskUUID": "eb908ab4-8821-44b9-8c4e-304859a3e876",
  "model": "alibaba:wan@2.7-image-pro",
  "positivePrompt": "Create a coherent set of four separate, full-frame architectural photographs for a heritage saltworks visitor-route lighting study. Show the same restored 1890s graduation tower in every image: a long monumental timber structure packed with dark blackthorn bundles, a narrow covered walkway, weathered oak posts, shallow white salt-crystallization pans in the foreground, low marsh grasses, and a small brick pump house at the far right. Preserve identical architecture, camera position, 28 mm lens, eye-level three-quarter viewpoint, horizon, scale, and restrained documentary visual identity throughout the set. Meaningful annual progression: Image 1 — winter predawn, frost on the timber and salt pans, cold mist, deep blue ambient light, sparse warm safety lamps under the walkway. Image 2 — spring morning after rain, soft silver overcast light, wet reflective timber, fresh green reeds, lamps switched off. Image 3 — high-summer late afternoon, strong low-angle sunlight, crisp structural shadows across bright salt pans, dry straw-colored grasses, clear pale sky. Image 4 — autumn blue hour after a shower, copper reeds and damp wood, indigo sky, subtle warm architectural uplighting revealing the timber lattice without theatrical color. Premium medium-format architectural photography, precise material detail, realistic weather, controlled highlights, natural perspective, quiet public-infrastructure mood. Compose each image for 1344x768 landscape with generous foreground and the tower spanning the middle third. Four separate images, not a collage, grid, split screen, contact sheet, or before-and-after graphic. No captions, signage, logos, borders, or watermarks.",
  "width": 1344,
  "height": 768,
  "settings": {
    "sequential": true
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "eb908ab4-8821-44b9-8c4e-304859a3e876",
  "imageUUID": "296c91ad-12a6-46d9-80d5-9d52f1eeebe5",
  "imageURL": "https://im.runware.ai/image/os/a03d21/ws/3/ii/296c91ad-12a6-46d9-80d5-9d52f1eeebe5.jpg",
  "seed": 1891676663,
  "cost": 0.075
}
Moonlit Icebound Railway Viaduct
Moonlit Icebound Railway Viaduct

An immense stone railway viaduct crossing a frozen northern valley under a bright moon, a sleek vintage midnight-blue train curving across the tallest arch, silver frost on the tracks, scattered pine groves below, distant mountain ridges softened by drifting snow haze, a few warm amber carriage windows glowing against the cold night, crisp star-filled sky, long elegant leading lines, grand sense of scale, ultra-detailed masonry, realistic snow texture, cinematic atmosphere, balanced composition, professional travel-photography style, sharp focus, rich contrast, refined lighting, no people in foreground

Try in Playground
import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'alibaba:wan@2.7-image-pro',
  positivePrompt: 'An immense stone railway viaduct crossing a frozen northern valley under a bright moon, a sleek vintage midnight-blue train curving across the tallest arch, silver frost on the tracks, scattered pine groves below, distant mountain ridges softened by drifting snow haze, a few warm amber carriage windows glowing against the cold night, crisp star-filled sky, long elegant leading lines, grand sense of scale, ultra-detailed masonry, realistic snow texture, cinematic atmosphere, balanced composition, professional travel-photography style, sharp focus, rich contrast, refined lighting, no people in foreground',
  width: 1536,
  height: 896,
  seed: 82361,
  settings: {
    thinking: true,
    colorPalette: [
      {
        hex: '#0E1A2B',
        ratio: '38%'
      },
      {
        hex: '#C9D8E8',
        ratio: '27%'
      },
      {
        hex: '#EEF4FA',
        ratio: '18%'
      },
      {
        hex: '#F0B35A',
        ratio: '9%'
      },
      {
        hex: '#4E5F73',
        ratio: '8%'
      }
    ]
  }
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "alibaba:wan@2.7-image-pro",
            "positivePrompt": "An immense stone railway viaduct crossing a frozen northern valley under a bright moon, a sleek vintage midnight-blue train curving across the tallest arch, silver frost on the tracks, scattered pine groves below, distant mountain ridges softened by drifting snow haze, a few warm amber carriage windows glowing against the cold night, crisp star-filled sky, long elegant leading lines, grand sense of scale, ultra-detailed masonry, realistic snow texture, cinematic atmosphere, balanced composition, professional travel-photography style, sharp focus, rich contrast, refined lighting, no people in foreground",
            "width": 1536,
            "height": 896,
            "seed": 82361,
            "settings": {
                "thinking": True,
                "colorPalette": [
                    {
                        "hex": "#0E1A2B",
                        "ratio": "38%"
                    },
                    {
                        "hex": "#C9D8E8",
                        "ratio": "27%"
                    },
                    {
                        "hex": "#EEF4FA",
                        "ratio": "18%"
                    },
                    {
                        "hex": "#F0B35A",
                        "ratio": "9%"
                    },
                    {
                        "hex": "#4E5F73",
                        "ratio": "8%"
                    }
                ]
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "2ceefd93-6918-46cf-8324-edef8147ee84",
      "model": "alibaba:wan@2.7-image-pro",
      "positivePrompt": "An immense stone railway viaduct crossing a frozen northern valley under a bright moon, a sleek vintage midnight-blue train curving across the tallest arch, silver frost on the tracks, scattered pine groves below, distant mountain ridges softened by drifting snow haze, a few warm amber carriage windows glowing against the cold night, crisp star-filled sky, long elegant leading lines, grand sense of scale, ultra-detailed masonry, realistic snow texture, cinematic atmosphere, balanced composition, professional travel-photography style, sharp focus, rich contrast, refined lighting, no people in foreground",
      "width": 1536,
      "height": 896,
      "seed": 82361,
      "settings": {
        "thinking": true,
        "colorPalette": [
          {
            "hex": "#0E1A2B",
            "ratio": "38%"
          },
          {
            "hex": "#C9D8E8",
            "ratio": "27%"
          },
          {
            "hex": "#EEF4FA",
            "ratio": "18%"
          },
          {
            "hex": "#F0B35A",
            "ratio": "9%"
          },
          {
            "hex": "#4E5F73",
            "ratio": "8%"
          }
        ]
      }
    }
  ]'
runware run alibaba:wan@2.7-image-pro \
  positivePrompt="An immense stone railway viaduct crossing a frozen northern valley under a bright moon, a sleek vintage midnight-blue train curving across the tallest arch, silver frost on the tracks, scattered pine groves below, distant mountain ridges softened by drifting snow haze, a few warm amber carriage windows glowing against the cold night, crisp star-filled sky, long elegant leading lines, grand sense of scale, ultra-detailed masonry, realistic snow texture, cinematic atmosphere, balanced composition, professional travel-photography style, sharp focus, rich contrast, refined lighting, no people in foreground" \
  width=1536 \
  height=896 \
  seed=82361 \
  settings.thinking=true \
  settings.colorPalette.0.hex="#0E1A2B" \
  settings.colorPalette.0.ratio=38% \
  settings.colorPalette.1.hex="#C9D8E8" \
  settings.colorPalette.1.ratio=27% \
  settings.colorPalette.2.hex="#EEF4FA" \
  settings.colorPalette.2.ratio=18% \
  settings.colorPalette.3.hex="#F0B35A" \
  settings.colorPalette.3.ratio=9% \
  settings.colorPalette.4.hex="#4E5F73" \
  settings.colorPalette.4.ratio=8%
{
  "taskType": "imageInference",
  "taskUUID": "2ceefd93-6918-46cf-8324-edef8147ee84",
  "model": "alibaba:wan@2.7-image-pro",
  "positivePrompt": "An immense stone railway viaduct crossing a frozen northern valley under a bright moon, a sleek vintage midnight-blue train curving across the tallest arch, silver frost on the tracks, scattered pine groves below, distant mountain ridges softened by drifting snow haze, a few warm amber carriage windows glowing against the cold night, crisp star-filled sky, long elegant leading lines, grand sense of scale, ultra-detailed masonry, realistic snow texture, cinematic atmosphere, balanced composition, professional travel-photography style, sharp focus, rich contrast, refined lighting, no people in foreground",
  "width": 1536,
  "height": 896,
  "seed": 82361,
  "settings": {
    "thinking": true,
    "colorPalette": [
      {
        "hex": "#0E1A2B",
        "ratio": "38%"
      },
      {
        "hex": "#C9D8E8",
        "ratio": "27%"
      },
      {
        "hex": "#EEF4FA",
        "ratio": "18%"
      },
      {
        "hex": "#F0B35A",
        "ratio": "9%"
      },
      {
        "hex": "#4E5F73",
        "ratio": "8%"
      }
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "2ceefd93-6918-46cf-8324-edef8147ee84",
  "imageUUID": "13f990d5-d66c-4d4f-8f4b-8afaac3cdbc9",
  "imageURL": "https://im.runware.ai/image/os/a12d13/ws/3/ii/13f990d5-d66c-4d4f-8f4b-8afaac3cdbc9.jpg",
  "seed": 82361,
  "cost": 0.075
}
Glacial Cathedral Procession Tableau
Glacial Cathedral Procession Tableau

Combine both reference images into a grand cinematic scene: a solemn procession of masked performers crossing the central aisle of a colossal crystalline cathedral, the architecture formed from translucent frozen facets and towering luminous arches. Emphasize symmetry, depth, and a majestic sense of scale. The figures should appear elegantly integrated into the environment, with flowing garments, reflective surfaces, intricate ceremonial details, drifting frost haze, polished floor reflections, and beams of cold light scattering through the crystal structure. Premium high-detail fantasy realism, refined composition, dramatic atmosphere, sharp focus, extraordinary material rendering, no text, no watermark.

Try in Playground
import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'alibaba:wan@2.7-image-pro',
  positivePrompt: 'Combine both reference images into a grand cinematic scene: a solemn procession of masked performers crossing the central aisle of a colossal crystalline cathedral, the architecture formed from translucent frozen facets and towering luminous arches. Emphasize symmetry, depth, and a majestic sense of scale. The figures should appear elegantly integrated into the environment, with flowing garments, reflective surfaces, intricate ceremonial details, drifting frost haze, polished floor reflections, and beams of cold light scattering through the crystal structure. Premium high-detail fantasy realism, refined composition, dramatic atmosphere, sharp focus, extraordinary material rendering, no text, no watermark.',
  width: 1024,
  height: 1280,
  seed: 55039,
  settings: {
    thinking: true,
    colorPalette: [
      {
        hex: '#CFE8F7',
        ratio: '34%'
      },
      {
        hex: '#7FA7D8',
        ratio: '26%'
      },
      {
        hex: '#E8EEF5',
        ratio: '18%'
      },
      {
        hex: '#3F5F8C',
        ratio: '14%'
      },
      {
        hex: '#D9C27A',
        ratio: '8%'
      }
    ]
  },
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/244e21da-1360-41b9-81fe-81565078b874.jpg',
      'https://assets.runware.ai/assets/inputs/00fbd5d6-b3a3-4b22-abf3-5bce3a57b069.jpg'
    ]
  }
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "alibaba:wan@2.7-image-pro",
            "positivePrompt": "Combine both reference images into a grand cinematic scene: a solemn procession of masked performers crossing the central aisle of a colossal crystalline cathedral, the architecture formed from translucent frozen facets and towering luminous arches. Emphasize symmetry, depth, and a majestic sense of scale. The figures should appear elegantly integrated into the environment, with flowing garments, reflective surfaces, intricate ceremonial details, drifting frost haze, polished floor reflections, and beams of cold light scattering through the crystal structure. Premium high-detail fantasy realism, refined composition, dramatic atmosphere, sharp focus, extraordinary material rendering, no text, no watermark.",
            "width": 1024,
            "height": 1280,
            "seed": 55039,
            "settings": {
                "thinking": True,
                "colorPalette": [
                    {
                        "hex": "#CFE8F7",
                        "ratio": "34%"
                    },
                    {
                        "hex": "#7FA7D8",
                        "ratio": "26%"
                    },
                    {
                        "hex": "#E8EEF5",
                        "ratio": "18%"
                    },
                    {
                        "hex": "#3F5F8C",
                        "ratio": "14%"
                    },
                    {
                        "hex": "#D9C27A",
                        "ratio": "8%"
                    }
                ]
            },
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/244e21da-1360-41b9-81fe-81565078b874.jpg",
                    "https://assets.runware.ai/assets/inputs/00fbd5d6-b3a3-4b22-abf3-5bce3a57b069.jpg"
                ]
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "360dd9f6-ea12-45cd-8922-007cb787231b",
      "model": "alibaba:wan@2.7-image-pro",
      "positivePrompt": "Combine both reference images into a grand cinematic scene: a solemn procession of masked performers crossing the central aisle of a colossal crystalline cathedral, the architecture formed from translucent frozen facets and towering luminous arches. Emphasize symmetry, depth, and a majestic sense of scale. The figures should appear elegantly integrated into the environment, with flowing garments, reflective surfaces, intricate ceremonial details, drifting frost haze, polished floor reflections, and beams of cold light scattering through the crystal structure. Premium high-detail fantasy realism, refined composition, dramatic atmosphere, sharp focus, extraordinary material rendering, no text, no watermark.",
      "width": 1024,
      "height": 1280,
      "seed": 55039,
      "settings": {
        "thinking": true,
        "colorPalette": [
          {
            "hex": "#CFE8F7",
            "ratio": "34%"
          },
          {
            "hex": "#7FA7D8",
            "ratio": "26%"
          },
          {
            "hex": "#E8EEF5",
            "ratio": "18%"
          },
          {
            "hex": "#3F5F8C",
            "ratio": "14%"
          },
          {
            "hex": "#D9C27A",
            "ratio": "8%"
          }
        ]
      },
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/244e21da-1360-41b9-81fe-81565078b874.jpg",
          "https://assets.runware.ai/assets/inputs/00fbd5d6-b3a3-4b22-abf3-5bce3a57b069.jpg"
        ]
      }
    }
  ]'
runware run alibaba:wan@2.7-image-pro \
  positivePrompt="Combine both reference images into a grand cinematic scene: a solemn procession of masked performers crossing the central aisle of a colossal crystalline cathedral, the architecture formed from translucent frozen facets and towering luminous arches. Emphasize symmetry, depth, and a majestic sense of scale. The figures should appear elegantly integrated into the environment, with flowing garments, reflective surfaces, intricate ceremonial details, drifting frost haze, polished floor reflections, and beams of cold light scattering through the crystal structure. Premium high-detail fantasy realism, refined composition, dramatic atmosphere, sharp focus, extraordinary material rendering, no text, no watermark." \
  width=1024 \
  height=1280 \
  seed=55039 \
  settings.thinking=true \
  settings.colorPalette.0.hex="#CFE8F7" \
  settings.colorPalette.0.ratio=34% \
  settings.colorPalette.1.hex="#7FA7D8" \
  settings.colorPalette.1.ratio=26% \
  settings.colorPalette.2.hex="#E8EEF5" \
  settings.colorPalette.2.ratio=18% \
  settings.colorPalette.3.hex="#3F5F8C" \
  settings.colorPalette.3.ratio=14% \
  settings.colorPalette.4.hex="#D9C27A" \
  settings.colorPalette.4.ratio=8% \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/244e21da-1360-41b9-81fe-81565078b874.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/00fbd5d6-b3a3-4b22-abf3-5bce3a57b069.jpg
{
  "taskType": "imageInference",
  "taskUUID": "360dd9f6-ea12-45cd-8922-007cb787231b",
  "model": "alibaba:wan@2.7-image-pro",
  "positivePrompt": "Combine both reference images into a grand cinematic scene: a solemn procession of masked performers crossing the central aisle of a colossal crystalline cathedral, the architecture formed from translucent frozen facets and towering luminous arches. Emphasize symmetry, depth, and a majestic sense of scale. The figures should appear elegantly integrated into the environment, with flowing garments, reflective surfaces, intricate ceremonial details, drifting frost haze, polished floor reflections, and beams of cold light scattering through the crystal structure. Premium high-detail fantasy realism, refined composition, dramatic atmosphere, sharp focus, extraordinary material rendering, no text, no watermark.",
  "width": 1024,
  "height": 1280,
  "seed": 55039,
  "settings": {
    "thinking": true,
    "colorPalette": [
      {
        "hex": "#CFE8F7",
        "ratio": "34%"
      },
      {
        "hex": "#7FA7D8",
        "ratio": "26%"
      },
      {
        "hex": "#E8EEF5",
        "ratio": "18%"
      },
      {
        "hex": "#3F5F8C",
        "ratio": "14%"
      },
      {
        "hex": "#D9C27A",
        "ratio": "8%"
      }
    ]
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/244e21da-1360-41b9-81fe-81565078b874.jpg",
      "https://assets.runware.ai/assets/inputs/00fbd5d6-b3a3-4b22-abf3-5bce3a57b069.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "360dd9f6-ea12-45cd-8922-007cb787231b",
  "imageUUID": "bed1abbf-6d9e-49dc-8757-352961f13c52",
  "imageURL": "https://im.runware.ai/image/os/a04d20/ws/3/ii/bed1abbf-6d9e-49dc-8757-352961f13c52.jpg",
  "seed": 55039,
  "cost": 0.075
}
Submerged Metro Garden Collage
Submerged Metro Garden Collage

Transform the two reference images into a grand underwater transit sanctuary. Preserve the architectural perspective and platform structure from the metro image, but reimagine the edited areas as cracked aquarium glass openings, schools of silver fish drifting through the station, coral growth along rail edges, and roots and giant ferns spilling across the benches and signage. Use the botanical reference to enrich the edited regions with layered tropical foliage, tangled vines, broad leaves, and vivid blossoms adapted to an aquatic setting. The final composition should feel serene and awe-inspiring, with shafts of filtered cyan light, suspended particles in the water, subtle reflections on metal surfaces, highly coherent composition, realistic textures, premium cinematic detail.

Try in Playground
import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'alibaba:wan@2.7-image-pro',
  positivePrompt: 'Transform the two reference images into a grand underwater transit sanctuary. Preserve the architectural perspective and platform structure from the metro image, but reimagine the edited areas as cracked aquarium glass openings, schools of silver fish drifting through the station, coral growth along rail edges, and roots and giant ferns spilling across the benches and signage. Use the botanical reference to enrich the edited regions with layered tropical foliage, tangled vines, broad leaves, and vivid blossoms adapted to an aquatic setting. The final composition should feel serene and awe-inspiring, with shafts of filtered cyan light, suspended particles in the water, subtle reflections on metal surfaces, highly coherent composition, realistic textures, premium cinematic detail.',
  width: 1024,
  height: 1024,
  seed: 50646,
  settings: {
    thinking: true,
    editRegions: [
      [
        [
          120,
          180,
          910,
          820
        ],
        [
          80,
          60,
          980,
          220
        ]
      ],
      [
        [
          40,
          40,
          980,
          980
        ]
      ]
    ],
    colorPalette: [
      {
        hex: '#0E4A5A',
        ratio: '34%'
      },
      {
        hex: '#6FC3C8',
        ratio: '22%'
      },
      {
        hex: '#2E7D4F',
        ratio: '20%'
      },
      {
        hex: '#D96C8A',
        ratio: '12%'
      },
      {
        hex: '#E6D9A2',
        ratio: '12%'
      }
    ]
  },
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/87669350-8d86-46ba-8089-e3c8f4bbc914.jpg',
      'https://assets.runware.ai/assets/inputs/baf7d2d6-0299-45f0-9429-0970d1c6bd76.jpg'
    ]
  }
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "alibaba:wan@2.7-image-pro",
            "positivePrompt": "Transform the two reference images into a grand underwater transit sanctuary. Preserve the architectural perspective and platform structure from the metro image, but reimagine the edited areas as cracked aquarium glass openings, schools of silver fish drifting through the station, coral growth along rail edges, and roots and giant ferns spilling across the benches and signage. Use the botanical reference to enrich the edited regions with layered tropical foliage, tangled vines, broad leaves, and vivid blossoms adapted to an aquatic setting. The final composition should feel serene and awe-inspiring, with shafts of filtered cyan light, suspended particles in the water, subtle reflections on metal surfaces, highly coherent composition, realistic textures, premium cinematic detail.",
            "width": 1024,
            "height": 1024,
            "seed": 50646,
            "settings": {
                "thinking": True,
                "editRegions": [
                    [
                        [
                            120,
                            180,
                            910,
                            820
                        ],
                        [
                            80,
                            60,
                            980,
                            220
                        ]
                    ],
                    [
                        [
                            40,
                            40,
                            980,
                            980
                        ]
                    ]
                ],
                "colorPalette": [
                    {
                        "hex": "#0E4A5A",
                        "ratio": "34%"
                    },
                    {
                        "hex": "#6FC3C8",
                        "ratio": "22%"
                    },
                    {
                        "hex": "#2E7D4F",
                        "ratio": "20%"
                    },
                    {
                        "hex": "#D96C8A",
                        "ratio": "12%"
                    },
                    {
                        "hex": "#E6D9A2",
                        "ratio": "12%"
                    }
                ]
            },
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/87669350-8d86-46ba-8089-e3c8f4bbc914.jpg",
                    "https://assets.runware.ai/assets/inputs/baf7d2d6-0299-45f0-9429-0970d1c6bd76.jpg"
                ]
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "89da1e2d-67ad-49b3-bd19-3dc4e3940bfd",
      "model": "alibaba:wan@2.7-image-pro",
      "positivePrompt": "Transform the two reference images into a grand underwater transit sanctuary. Preserve the architectural perspective and platform structure from the metro image, but reimagine the edited areas as cracked aquarium glass openings, schools of silver fish drifting through the station, coral growth along rail edges, and roots and giant ferns spilling across the benches and signage. Use the botanical reference to enrich the edited regions with layered tropical foliage, tangled vines, broad leaves, and vivid blossoms adapted to an aquatic setting. The final composition should feel serene and awe-inspiring, with shafts of filtered cyan light, suspended particles in the water, subtle reflections on metal surfaces, highly coherent composition, realistic textures, premium cinematic detail.",
      "width": 1024,
      "height": 1024,
      "seed": 50646,
      "settings": {
        "thinking": true,
        "editRegions": [
          [
            [
              120,
              180,
              910,
              820
            ],
            [
              80,
              60,
              980,
              220
            ]
          ],
          [
            [
              40,
              40,
              980,
              980
            ]
          ]
        ],
        "colorPalette": [
          {
            "hex": "#0E4A5A",
            "ratio": "34%"
          },
          {
            "hex": "#6FC3C8",
            "ratio": "22%"
          },
          {
            "hex": "#2E7D4F",
            "ratio": "20%"
          },
          {
            "hex": "#D96C8A",
            "ratio": "12%"
          },
          {
            "hex": "#E6D9A2",
            "ratio": "12%"
          }
        ]
      },
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/87669350-8d86-46ba-8089-e3c8f4bbc914.jpg",
          "https://assets.runware.ai/assets/inputs/baf7d2d6-0299-45f0-9429-0970d1c6bd76.jpg"
        ]
      }
    }
  ]'
runware run alibaba:wan@2.7-image-pro \
  positivePrompt="Transform the two reference images into a grand underwater transit sanctuary. Preserve the architectural perspective and platform structure from the metro image, but reimagine the edited areas as cracked aquarium glass openings, schools of silver fish drifting through the station, coral growth along rail edges, and roots and giant ferns spilling across the benches and signage. Use the botanical reference to enrich the edited regions with layered tropical foliage, tangled vines, broad leaves, and vivid blossoms adapted to an aquatic setting. The final composition should feel serene and awe-inspiring, with shafts of filtered cyan light, suspended particles in the water, subtle reflections on metal surfaces, highly coherent composition, realistic textures, premium cinematic detail." \
  width=1024 \
  height=1024 \
  seed=50646 \
  settings.thinking=true \
  settings.editRegions.0.0.0=120 \
  settings.editRegions.0.0.1=180 \
  settings.editRegions.0.0.2=910 \
  settings.editRegions.0.0.3=820 \
  settings.editRegions.0.1.0=80 \
  settings.editRegions.0.1.1=60 \
  settings.editRegions.0.1.2=980 \
  settings.editRegions.0.1.3=220 \
  settings.editRegions.1.0.0=40 \
  settings.editRegions.1.0.1=40 \
  settings.editRegions.1.0.2=980 \
  settings.editRegions.1.0.3=980 \
  settings.colorPalette.0.hex="#0E4A5A" \
  settings.colorPalette.0.ratio=34% \
  settings.colorPalette.1.hex="#6FC3C8" \
  settings.colorPalette.1.ratio=22% \
  settings.colorPalette.2.hex="#2E7D4F" \
  settings.colorPalette.2.ratio=20% \
  settings.colorPalette.3.hex="#D96C8A" \
  settings.colorPalette.3.ratio=12% \
  settings.colorPalette.4.hex="#E6D9A2" \
  settings.colorPalette.4.ratio=12% \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/87669350-8d86-46ba-8089-e3c8f4bbc914.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/baf7d2d6-0299-45f0-9429-0970d1c6bd76.jpg
{
  "taskType": "imageInference",
  "taskUUID": "89da1e2d-67ad-49b3-bd19-3dc4e3940bfd",
  "model": "alibaba:wan@2.7-image-pro",
  "positivePrompt": "Transform the two reference images into a grand underwater transit sanctuary. Preserve the architectural perspective and platform structure from the metro image, but reimagine the edited areas as cracked aquarium glass openings, schools of silver fish drifting through the station, coral growth along rail edges, and roots and giant ferns spilling across the benches and signage. Use the botanical reference to enrich the edited regions with layered tropical foliage, tangled vines, broad leaves, and vivid blossoms adapted to an aquatic setting. The final composition should feel serene and awe-inspiring, with shafts of filtered cyan light, suspended particles in the water, subtle reflections on metal surfaces, highly coherent composition, realistic textures, premium cinematic detail.",
  "width": 1024,
  "height": 1024,
  "seed": 50646,
  "settings": {
    "thinking": true,
    "editRegions": [
      [
        [
          120,
          180,
          910,
          820
        ],
        [
          80,
          60,
          980,
          220
        ]
      ],
      [
        [
          40,
          40,
          980,
          980
        ]
      ]
    ],
    "colorPalette": [
      {
        "hex": "#0E4A5A",
        "ratio": "34%"
      },
      {
        "hex": "#6FC3C8",
        "ratio": "22%"
      },
      {
        "hex": "#2E7D4F",
        "ratio": "20%"
      },
      {
        "hex": "#D96C8A",
        "ratio": "12%"
      },
      {
        "hex": "#E6D9A2",
        "ratio": "12%"
      }
    ]
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/87669350-8d86-46ba-8089-e3c8f4bbc914.jpg",
      "https://assets.runware.ai/assets/inputs/baf7d2d6-0299-45f0-9429-0970d1c6bd76.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "89da1e2d-67ad-49b3-bd19-3dc4e3940bfd",
  "imageUUID": "32af58be-2c1e-47ef-ad43-5a64048d242e",
  "imageURL": "https://im.runware.ai/image/os/a11d13/ws/3/ii/32af58be-2c1e-47ef-ad43-5a64048d242e.jpg",
  "seed": 50646,
  "cost": 0.075
}

local-editing

Experimental Radio Festival Poster$0.075~16s
Experimental Radio Festival Poster

Edit the supplied festival poster. Replace only the centered black tabletop radio inside the specified edit region with a conspicuous signal-red 1980s rotary telephone, viewed straight-on at the same scale and position. Give the telephone a crisp screen-printed silhouette, charcoal halftone shading and a coiled black cord arranged neatly beneath it, matching the poster’s Swiss-modernist print texture, limited inks and flat graphic lighting. Keep the replacement entirely within the central region. Preserve everything outside that subject exactly as supplied, including the cream paper texture, cobalt grid, red accents, frequency scales, waveform graphics, spacing, alignment and all typography. Do not change, remove or regenerate any lettering; retain “DEAD AIR” and every event detail verbatim. The result must remain a polished standalone square festival poster, not a mockup.

Try in Playground
import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'alibaba:wan@2.7-image-pro',
  positivePrompt: 'Edit the supplied festival poster. Replace only the centered black tabletop radio inside the specified edit region with a conspicuous signal-red 1980s rotary telephone, viewed straight-on at the same scale and position. Give the telephone a crisp screen-printed silhouette, charcoal halftone shading and a coiled black cord arranged neatly beneath it, matching the poster’s Swiss-modernist print texture, limited inks and flat graphic lighting. Keep the replacement entirely within the central region. Preserve everything outside that subject exactly as supplied, including the cream paper texture, cobalt grid, red accents, frequency scales, waveform graphics, spacing, alignment and all typography. Do not change, remove or regenerate any lettering; retain “DEAD AIR” and every event detail verbatim. The result must remain a polished standalone square festival poster, not a mockup.',
  width: 1024,
  height: 1024,
  settings: {
    editRegions: [
      [
        [
          256,
          256,
          768,
          768
        ]
      ]
    ]
  },
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/0d970dd4-72f2-46c4-b7b7-ad9564d5e2b0.jpg'
    ]
  }
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "alibaba:wan@2.7-image-pro",
            "positivePrompt": "Edit the supplied festival poster. Replace only the centered black tabletop radio inside the specified edit region with a conspicuous signal-red 1980s rotary telephone, viewed straight-on at the same scale and position. Give the telephone a crisp screen-printed silhouette, charcoal halftone shading and a coiled black cord arranged neatly beneath it, matching the poster’s Swiss-modernist print texture, limited inks and flat graphic lighting. Keep the replacement entirely within the central region. Preserve everything outside that subject exactly as supplied, including the cream paper texture, cobalt grid, red accents, frequency scales, waveform graphics, spacing, alignment and all typography. Do not change, remove or regenerate any lettering; retain “DEAD AIR” and every event detail verbatim. The result must remain a polished standalone square festival poster, not a mockup.",
            "width": 1024,
            "height": 1024,
            "settings": {
                "editRegions": [
                    [
                        [
                            256,
                            256,
                            768,
                            768
                        ]
                    ]
                ]
            },
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/0d970dd4-72f2-46c4-b7b7-ad9564d5e2b0.jpg"
                ]
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "575f2bc5-5a3c-4eba-b2d6-430b947514a7",
      "model": "alibaba:wan@2.7-image-pro",
      "positivePrompt": "Edit the supplied festival poster. Replace only the centered black tabletop radio inside the specified edit region with a conspicuous signal-red 1980s rotary telephone, viewed straight-on at the same scale and position. Give the telephone a crisp screen-printed silhouette, charcoal halftone shading and a coiled black cord arranged neatly beneath it, matching the poster’s Swiss-modernist print texture, limited inks and flat graphic lighting. Keep the replacement entirely within the central region. Preserve everything outside that subject exactly as supplied, including the cream paper texture, cobalt grid, red accents, frequency scales, waveform graphics, spacing, alignment and all typography. Do not change, remove or regenerate any lettering; retain “DEAD AIR” and every event detail verbatim. The result must remain a polished standalone square festival poster, not a mockup.",
      "width": 1024,
      "height": 1024,
      "settings": {
        "editRegions": [
          [
            [
              256,
              256,
              768,
              768
            ]
          ]
        ]
      },
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/0d970dd4-72f2-46c4-b7b7-ad9564d5e2b0.jpg"
        ]
      }
    }
  ]'
runware run alibaba:wan@2.7-image-pro \
  positivePrompt="Edit the supplied festival poster. Replace only the centered black tabletop radio inside the specified edit region with a conspicuous signal-red 1980s rotary telephone, viewed straight-on at the same scale and position. Give the telephone a crisp screen-printed silhouette, charcoal halftone shading and a coiled black cord arranged neatly beneath it, matching the poster’s Swiss-modernist print texture, limited inks and flat graphic lighting. Keep the replacement entirely within the central region. Preserve everything outside that subject exactly as supplied, including the cream paper texture, cobalt grid, red accents, frequency scales, waveform graphics, spacing, alignment and all typography. Do not change, remove or regenerate any lettering; retain “DEAD AIR” and every event detail verbatim. The result must remain a polished standalone square festival poster, not a mockup." \
  width=1024 \
  height=1024 \
  settings.editRegions.0.0.0=256 \
  settings.editRegions.0.0.1=256 \
  settings.editRegions.0.0.2=768 \
  settings.editRegions.0.0.3=768 \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/0d970dd4-72f2-46c4-b7b7-ad9564d5e2b0.jpg
{
  "taskType": "imageInference",
  "taskUUID": "575f2bc5-5a3c-4eba-b2d6-430b947514a7",
  "model": "alibaba:wan@2.7-image-pro",
  "positivePrompt": "Edit the supplied festival poster. Replace only the centered black tabletop radio inside the specified edit region with a conspicuous signal-red 1980s rotary telephone, viewed straight-on at the same scale and position. Give the telephone a crisp screen-printed silhouette, charcoal halftone shading and a coiled black cord arranged neatly beneath it, matching the poster’s Swiss-modernist print texture, limited inks and flat graphic lighting. Keep the replacement entirely within the central region. Preserve everything outside that subject exactly as supplied, including the cream paper texture, cobalt grid, red accents, frequency scales, waveform graphics, spacing, alignment and all typography. Do not change, remove or regenerate any lettering; retain “DEAD AIR” and every event detail verbatim. The result must remain a polished standalone square festival poster, not a mockup.",
  "width": 1024,
  "height": 1024,
  "settings": {
    "editRegions": [
      [
        [
          256,
          256,
          768,
          768
        ]
      ]
    ]
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/0d970dd4-72f2-46c4-b7b7-ad9564d5e2b0.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "575f2bc5-5a3c-4eba-b2d6-430b947514a7",
  "imageUUID": "ff3fe4c1-6256-4c19-ad7a-bb8081158c0e",
  "imageURL": "https://im.runware.ai/image/os/a08dlim3/ws/3/ii/ff3fe4c1-6256-4c19-ad7a-bb8081158c0e.jpg",
  "seed": 639189919,
  "cost": 0.075
}