live
MODEL IDalibaba:wan@2.7-image

Wan2.7 Image

Alibaba
by

Wan2.7 Image is a unified image generation and editing model from Alibaba that combines generation and interactive editing in a shared latent space. It features virtual avatar face customization with fine bone structure and eye shape control, a color palette system for extracting and applying consistent color schemes, precise marquee selection editing for pixel-level element manipulation, multilingual text rendering supporting up to 3000 tokens in 12 languages, and compositional generation of up to 12 images in a single output.

Wan2.7 Image

text-to-image

Textile Water Recycling Campaign Visual$0.03~5s
Textile Water Recycling Campaign Visual

Premium landscape advertising key art for an industrial water-recycling campaign, shown as a cinematic architectural cutaway of a contemporary textile dye house. On the left, broad ribbons of fabric in saturated vermilion and deep indigo sweep through stainless-steel dyeing machinery; colored wastewater travels through transparent pipes into a sculptural central filtration system with stacked circular membranes, glass tanks and precise valves. Across the image, the liquid visibly transforms from dark dye into luminous clear aqua water, then loops back toward the production line on the right, making the closed-loop process instantly understandable. A female textile engineer in cream workwear stands beside the filtration unit for human scale, inspecting a tablet without dominating the composition. Art direction: sophisticated photorealistic CGI blended with crisp editorial infographics, immaculate industrial design, tactile fabric weave, condensation on glass, brushed metal, subtle steam, realistic reflections. Deliberate restricted palette: deep indigo as the dominant factory environment, warm cream architecture, vermilion fabric accents, bright aqua recycled water, and charcoal machinery. Strong lateral flow from left to right, rhythmic pipework and fabric curves, generous uncluttered cream wall area in the upper right for campaign copy, wide 3:2 composition, polished global sustainability advertising aesthetic, optimistic and technically credible, soft directional skylight with focused highlights, no logos, no labels, no typography, no UI, finished standalone campaign image.

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',
  positivePrompt: 'Premium landscape advertising key art for an industrial water-recycling campaign, shown as a cinematic architectural cutaway of a contemporary textile dye house. On the left, broad ribbons of fabric in saturated vermilion and deep indigo sweep through stainless-steel dyeing machinery; colored wastewater travels through transparent pipes into a sculptural central filtration system with stacked circular membranes, glass tanks and precise valves. Across the image, the liquid visibly transforms from dark dye into luminous clear aqua water, then loops back toward the production line on the right, making the closed-loop process instantly understandable. A female textile engineer in cream workwear stands beside the filtration unit for human scale, inspecting a tablet without dominating the composition. Art direction: sophisticated photorealistic CGI blended with crisp editorial infographics, immaculate industrial design, tactile fabric weave, condensation on glass, brushed metal, subtle steam, realistic reflections. Deliberate restricted palette: deep indigo as the dominant factory environment, warm cream architecture, vermilion fabric accents, bright aqua recycled water, and charcoal machinery. Strong lateral flow from left to right, rhythmic pipework and fabric curves, generous uncluttered cream wall area in the upper right for campaign copy, wide 3:2 composition, polished global sustainability advertising aesthetic, optimistic and technically credible, soft directional skylight with focused highlights, no logos, no labels, no typography, no UI, finished standalone campaign image.',
  width: 1536,
  height: 1024,
  settings: {
    colorPalette: [
      {
        hex: '#17324D',
        ratio: '50%'
      },
      {
        hex: '#D9A441',
        ratio: '30%'
      },
      {
        hex: '#F2E8D5',
        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",
            "positivePrompt": "Premium landscape advertising key art for an industrial water-recycling campaign, shown as a cinematic architectural cutaway of a contemporary textile dye house. On the left, broad ribbons of fabric in saturated vermilion and deep indigo sweep through stainless-steel dyeing machinery; colored wastewater travels through transparent pipes into a sculptural central filtration system with stacked circular membranes, glass tanks and precise valves. Across the image, the liquid visibly transforms from dark dye into luminous clear aqua water, then loops back toward the production line on the right, making the closed-loop process instantly understandable. A female textile engineer in cream workwear stands beside the filtration unit for human scale, inspecting a tablet without dominating the composition. Art direction: sophisticated photorealistic CGI blended with crisp editorial infographics, immaculate industrial design, tactile fabric weave, condensation on glass, brushed metal, subtle steam, realistic reflections. Deliberate restricted palette: deep indigo as the dominant factory environment, warm cream architecture, vermilion fabric accents, bright aqua recycled water, and charcoal machinery. Strong lateral flow from left to right, rhythmic pipework and fabric curves, generous uncluttered cream wall area in the upper right for campaign copy, wide 3:2 composition, polished global sustainability advertising aesthetic, optimistic and technically credible, soft directional skylight with focused highlights, no logos, no labels, no typography, no UI, finished standalone campaign image.",
            "width": 1536,
            "height": 1024,
            "settings": {
                "colorPalette": [
                    {
                        "hex": "#17324D",
                        "ratio": "50%"
                    },
                    {
                        "hex": "#D9A441",
                        "ratio": "30%"
                    },
                    {
                        "hex": "#F2E8D5",
                        "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": "e455b894-339a-4c57-a12b-5365fdfad998",
      "model": "alibaba:wan@2.7-image",
      "positivePrompt": "Premium landscape advertising key art for an industrial water-recycling campaign, shown as a cinematic architectural cutaway of a contemporary textile dye house. On the left, broad ribbons of fabric in saturated vermilion and deep indigo sweep through stainless-steel dyeing machinery; colored wastewater travels through transparent pipes into a sculptural central filtration system with stacked circular membranes, glass tanks and precise valves. Across the image, the liquid visibly transforms from dark dye into luminous clear aqua water, then loops back toward the production line on the right, making the closed-loop process instantly understandable. A female textile engineer in cream workwear stands beside the filtration unit for human scale, inspecting a tablet without dominating the composition. Art direction: sophisticated photorealistic CGI blended with crisp editorial infographics, immaculate industrial design, tactile fabric weave, condensation on glass, brushed metal, subtle steam, realistic reflections. Deliberate restricted palette: deep indigo as the dominant factory environment, warm cream architecture, vermilion fabric accents, bright aqua recycled water, and charcoal machinery. Strong lateral flow from left to right, rhythmic pipework and fabric curves, generous uncluttered cream wall area in the upper right for campaign copy, wide 3:2 composition, polished global sustainability advertising aesthetic, optimistic and technically credible, soft directional skylight with focused highlights, no logos, no labels, no typography, no UI, finished standalone campaign image.",
      "width": 1536,
      "height": 1024,
      "settings": {
        "colorPalette": [
          {
            "hex": "#17324D",
            "ratio": "50%"
          },
          {
            "hex": "#D9A441",
            "ratio": "30%"
          },
          {
            "hex": "#F2E8D5",
            "ratio": "20%"
          }
        ]
      }
    }
  ]'
runware run alibaba:wan@2.7-image \
  positivePrompt="Premium landscape advertising key art for an industrial water-recycling campaign, shown as a cinematic architectural cutaway of a contemporary textile dye house. On the left, broad ribbons of fabric in saturated vermilion and deep indigo sweep through stainless-steel dyeing machinery; colored wastewater travels through transparent pipes into a sculptural central filtration system with stacked circular membranes, glass tanks and precise valves. Across the image, the liquid visibly transforms from dark dye into luminous clear aqua water, then loops back toward the production line on the right, making the closed-loop process instantly understandable. A female textile engineer in cream workwear stands beside the filtration unit for human scale, inspecting a tablet without dominating the composition. Art direction: sophisticated photorealistic CGI blended with crisp editorial infographics, immaculate industrial design, tactile fabric weave, condensation on glass, brushed metal, subtle steam, realistic reflections. Deliberate restricted palette: deep indigo as the dominant factory environment, warm cream architecture, vermilion fabric accents, bright aqua recycled water, and charcoal machinery. Strong lateral flow from left to right, rhythmic pipework and fabric curves, generous uncluttered cream wall area in the upper right for campaign copy, wide 3:2 composition, polished global sustainability advertising aesthetic, optimistic and technically credible, soft directional skylight with focused highlights, no logos, no labels, no typography, no UI, finished standalone campaign image." \
  width=1536 \
  height=1024 \
  settings.colorPalette.0.hex="#17324D" \
  settings.colorPalette.0.ratio=50% \
  settings.colorPalette.1.hex="#D9A441" \
  settings.colorPalette.1.ratio=30% \
  settings.colorPalette.2.hex="#F2E8D5" \
  settings.colorPalette.2.ratio=20%
{
  "taskType": "imageInference",
  "taskUUID": "e455b894-339a-4c57-a12b-5365fdfad998",
  "model": "alibaba:wan@2.7-image",
  "positivePrompt": "Premium landscape advertising key art for an industrial water-recycling campaign, shown as a cinematic architectural cutaway of a contemporary textile dye house. On the left, broad ribbons of fabric in saturated vermilion and deep indigo sweep through stainless-steel dyeing machinery; colored wastewater travels through transparent pipes into a sculptural central filtration system with stacked circular membranes, glass tanks and precise valves. Across the image, the liquid visibly transforms from dark dye into luminous clear aqua water, then loops back toward the production line on the right, making the closed-loop process instantly understandable. A female textile engineer in cream workwear stands beside the filtration unit for human scale, inspecting a tablet without dominating the composition. Art direction: sophisticated photorealistic CGI blended with crisp editorial infographics, immaculate industrial design, tactile fabric weave, condensation on glass, brushed metal, subtle steam, realistic reflections. Deliberate restricted palette: deep indigo as the dominant factory environment, warm cream architecture, vermilion fabric accents, bright aqua recycled water, and charcoal machinery. Strong lateral flow from left to right, rhythmic pipework and fabric curves, generous uncluttered cream wall area in the upper right for campaign copy, wide 3:2 composition, polished global sustainability advertising aesthetic, optimistic and technically credible, soft directional skylight with focused highlights, no logos, no labels, no typography, no UI, finished standalone campaign image.",
  "width": 1536,
  "height": 1024,
  "settings": {
    "colorPalette": [
      {
        "hex": "#17324D",
        "ratio": "50%"
      },
      {
        "hex": "#D9A441",
        "ratio": "30%"
      },
      {
        "hex": "#F2E8D5",
        "ratio": "20%"
      }
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "e455b894-339a-4c57-a12b-5365fdfad998",
  "imageUUID": "92fd65da-9f8d-4891-bc95-8856c22c3711",
  "imageURL": "https://im.runware.ai/image/os/a08dlim3/ws/3/ii/92fd65da-9f8d-4891-bc95-8856c22c3711.jpg",
  "seed": 732773506,
  "cost": 0.03
}

reference-to-image

Community Radio Pledge Drive Post$0.03~18s
Community Radio Pledge Drive Post

Create a finished vertical social media campaign graphic for a nonprofit community radio pledge week. Meaningfully combine the references into a new composition: use the first image only to preserve the believable construction cues of an analog portable radio—cream molded case, metal speaker grille, red tuning window, tactile knobs and antenna—while changing its viewpoint and presentation; use the second image for the tactile cut-paper materials, cobalt, tomato, mint, cream and charcoal palette, rhythmic arcs, frequency bars, rough edges and cast shadows. Do not reproduce either reference as-is. Build a bold editorial still life in which the radio sits in the lower third at a dramatic low three-quarter angle, partly constructed from layered paper and partly photoreal, while concentric broadcast waves expand upward into a structured collage. Let the antenna create a strong diagonal through the layout. Add a few small paper stars and waveform fragments, but keep the design disciplined and civic rather than nostalgic kitsch. Warm directional studio light, convincing dimensional shadows, subtle paper fibers, crisp subject edges, high contrast, optimistic grassroots energy. Reserve the upper half for exact, highly legible typography integrated into the collage. Set the headline on four lines: “KEEP / LOCAL / SIGNALS / STRONG”. Use condensed uppercase sans-serif lettering in cream and cobalt, with “SIGNALS” in tomato red. Beneath it, include “PLEDGE WEEK” and “OCT 12–18, 2026”. At the bottom, add the small line “LISTENER-POWERED COMMUNITY RADIO”. Strong typographic hierarchy, generous margins, balanced negative space, accessible contrast. One polished standalone social post, not a phone screen, app interface, webpage, billboard mockup or framed poster. No logos, station names, extra copy, buttons, watermarks or misspelled text.

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',
  positivePrompt: 'Create a finished vertical social media campaign graphic for a nonprofit community radio pledge week. Meaningfully combine the references into a new composition: use the first image only to preserve the believable construction cues of an analog portable radio—cream molded case, metal speaker grille, red tuning window, tactile knobs and antenna—while changing its viewpoint and presentation; use the second image for the tactile cut-paper materials, cobalt, tomato, mint, cream and charcoal palette, rhythmic arcs, frequency bars, rough edges and cast shadows. Do not reproduce either reference as-is.\n\nBuild a bold editorial still life in which the radio sits in the lower third at a dramatic low three-quarter angle, partly constructed from layered paper and partly photoreal, while concentric broadcast waves expand upward into a structured collage. Let the antenna create a strong diagonal through the layout. Add a few small paper stars and waveform fragments, but keep the design disciplined and civic rather than nostalgic kitsch. Warm directional studio light, convincing dimensional shadows, subtle paper fibers, crisp subject edges, high contrast, optimistic grassroots energy.\n\nReserve the upper half for exact, highly legible typography integrated into the collage. Set the headline on four lines: “KEEP / LOCAL / SIGNALS / STRONG”. Use condensed uppercase sans-serif lettering in cream and cobalt, with “SIGNALS” in tomato red. Beneath it, include “PLEDGE WEEK” and “OCT 12–18, 2026”. At the bottom, add the small line “LISTENER-POWERED COMMUNITY RADIO”. Strong typographic hierarchy, generous margins, balanced negative space, accessible contrast. One polished standalone social post, not a phone screen, app interface, webpage, billboard mockup or framed poster. No logos, station names, extra copy, buttons, watermarks or misspelled text.',
  width: 1024,
  height: 1536,
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/33f81ab1-f91d-41e5-9856-72b8c88f2093.jpg',
      'https://assets.runware.ai/assets/inputs/603a40bb-bf77-4e36-b9dd-47b1c6cb2ed0.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",
            "positivePrompt": "Create a finished vertical social media campaign graphic for a nonprofit community radio pledge week. Meaningfully combine the references into a new composition: use the first image only to preserve the believable construction cues of an analog portable radio—cream molded case, metal speaker grille, red tuning window, tactile knobs and antenna—while changing its viewpoint and presentation; use the second image for the tactile cut-paper materials, cobalt, tomato, mint, cream and charcoal palette, rhythmic arcs, frequency bars, rough edges and cast shadows. Do not reproduce either reference as-is.\n\nBuild a bold editorial still life in which the radio sits in the lower third at a dramatic low three-quarter angle, partly constructed from layered paper and partly photoreal, while concentric broadcast waves expand upward into a structured collage. Let the antenna create a strong diagonal through the layout. Add a few small paper stars and waveform fragments, but keep the design disciplined and civic rather than nostalgic kitsch. Warm directional studio light, convincing dimensional shadows, subtle paper fibers, crisp subject edges, high contrast, optimistic grassroots energy.\n\nReserve the upper half for exact, highly legible typography integrated into the collage. Set the headline on four lines: “KEEP / LOCAL / SIGNALS / STRONG”. Use condensed uppercase sans-serif lettering in cream and cobalt, with “SIGNALS” in tomato red. Beneath it, include “PLEDGE WEEK” and “OCT 12–18, 2026”. At the bottom, add the small line “LISTENER-POWERED COMMUNITY RADIO”. Strong typographic hierarchy, generous margins, balanced negative space, accessible contrast. One polished standalone social post, not a phone screen, app interface, webpage, billboard mockup or framed poster. No logos, station names, extra copy, buttons, watermarks or misspelled text.",
            "width": 1024,
            "height": 1536,
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/33f81ab1-f91d-41e5-9856-72b8c88f2093.jpg",
                    "https://assets.runware.ai/assets/inputs/603a40bb-bf77-4e36-b9dd-47b1c6cb2ed0.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": "d365ed71-a4bd-4be8-a67a-a71bc5b50a2d",
      "model": "alibaba:wan@2.7-image",
      "positivePrompt": "Create a finished vertical social media campaign graphic for a nonprofit community radio pledge week. Meaningfully combine the references into a new composition: use the first image only to preserve the believable construction cues of an analog portable radio—cream molded case, metal speaker grille, red tuning window, tactile knobs and antenna—while changing its viewpoint and presentation; use the second image for the tactile cut-paper materials, cobalt, tomato, mint, cream and charcoal palette, rhythmic arcs, frequency bars, rough edges and cast shadows. Do not reproduce either reference as-is.\n\nBuild a bold editorial still life in which the radio sits in the lower third at a dramatic low three-quarter angle, partly constructed from layered paper and partly photoreal, while concentric broadcast waves expand upward into a structured collage. Let the antenna create a strong diagonal through the layout. Add a few small paper stars and waveform fragments, but keep the design disciplined and civic rather than nostalgic kitsch. Warm directional studio light, convincing dimensional shadows, subtle paper fibers, crisp subject edges, high contrast, optimistic grassroots energy.\n\nReserve the upper half for exact, highly legible typography integrated into the collage. Set the headline on four lines: “KEEP / LOCAL / SIGNALS / STRONG”. Use condensed uppercase sans-serif lettering in cream and cobalt, with “SIGNALS” in tomato red. Beneath it, include “PLEDGE WEEK” and “OCT 12–18, 2026”. At the bottom, add the small line “LISTENER-POWERED COMMUNITY RADIO”. Strong typographic hierarchy, generous margins, balanced negative space, accessible contrast. One polished standalone social post, not a phone screen, app interface, webpage, billboard mockup or framed poster. No logos, station names, extra copy, buttons, watermarks or misspelled text.",
      "width": 1024,
      "height": 1536,
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/33f81ab1-f91d-41e5-9856-72b8c88f2093.jpg",
          "https://assets.runware.ai/assets/inputs/603a40bb-bf77-4e36-b9dd-47b1c6cb2ed0.jpg"
        ]
      }
    }
  ]'
runware run alibaba:wan@2.7-image \
  positivePrompt="Create a finished vertical social media campaign graphic for a nonprofit community radio pledge week. Meaningfully combine the references into a new composition: use the first image only to preserve the believable construction cues of an analog portable radio—cream molded case, metal speaker grille, red tuning window, tactile knobs and antenna—while changing its viewpoint and presentation; use the second image for the tactile cut-paper materials, cobalt, tomato, mint, cream and charcoal palette, rhythmic arcs, frequency bars, rough edges and cast shadows. Do not reproduce either reference as-is.

Build a bold editorial still life in which the radio sits in the lower third at a dramatic low three-quarter angle, partly constructed from layered paper and partly photoreal, while concentric broadcast waves expand upward into a structured collage. Let the antenna create a strong diagonal through the layout. Add a few small paper stars and waveform fragments, but keep the design disciplined and civic rather than nostalgic kitsch. Warm directional studio light, convincing dimensional shadows, subtle paper fibers, crisp subject edges, high contrast, optimistic grassroots energy.

Reserve the upper half for exact, highly legible typography integrated into the collage. Set the headline on four lines: “KEEP / LOCAL / SIGNALS / STRONG”. Use condensed uppercase sans-serif lettering in cream and cobalt, with “SIGNALS” in tomato red. Beneath it, include “PLEDGE WEEK” and “OCT 12–18, 2026”. At the bottom, add the small line “LISTENER-POWERED COMMUNITY RADIO”. Strong typographic hierarchy, generous margins, balanced negative space, accessible contrast. One polished standalone social post, not a phone screen, app interface, webpage, billboard mockup or framed poster. No logos, station names, extra copy, buttons, watermarks or misspelled text." \
  width=1024 \
  height=1536 \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/33f81ab1-f91d-41e5-9856-72b8c88f2093.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/603a40bb-bf77-4e36-b9dd-47b1c6cb2ed0.jpg
{
  "taskType": "imageInference",
  "taskUUID": "d365ed71-a4bd-4be8-a67a-a71bc5b50a2d",
  "model": "alibaba:wan@2.7-image",
  "positivePrompt": "Create a finished vertical social media campaign graphic for a nonprofit community radio pledge week. Meaningfully combine the references into a new composition: use the first image only to preserve the believable construction cues of an analog portable radio—cream molded case, metal speaker grille, red tuning window, tactile knobs and antenna—while changing its viewpoint and presentation; use the second image for the tactile cut-paper materials, cobalt, tomato, mint, cream and charcoal palette, rhythmic arcs, frequency bars, rough edges and cast shadows. Do not reproduce either reference as-is.\n\nBuild a bold editorial still life in which the radio sits in the lower third at a dramatic low three-quarter angle, partly constructed from layered paper and partly photoreal, while concentric broadcast waves expand upward into a structured collage. Let the antenna create a strong diagonal through the layout. Add a few small paper stars and waveform fragments, but keep the design disciplined and civic rather than nostalgic kitsch. Warm directional studio light, convincing dimensional shadows, subtle paper fibers, crisp subject edges, high contrast, optimistic grassroots energy.\n\nReserve the upper half for exact, highly legible typography integrated into the collage. Set the headline on four lines: “KEEP / LOCAL / SIGNALS / STRONG”. Use condensed uppercase sans-serif lettering in cream and cobalt, with “SIGNALS” in tomato red. Beneath it, include “PLEDGE WEEK” and “OCT 12–18, 2026”. At the bottom, add the small line “LISTENER-POWERED COMMUNITY RADIO”. Strong typographic hierarchy, generous margins, balanced negative space, accessible contrast. One polished standalone social post, not a phone screen, app interface, webpage, billboard mockup or framed poster. No logos, station names, extra copy, buttons, watermarks or misspelled text.",
  "width": 1024,
  "height": 1536,
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/33f81ab1-f91d-41e5-9856-72b8c88f2093.jpg",
      "https://assets.runware.ai/assets/inputs/603a40bb-bf77-4e36-b9dd-47b1c6cb2ed0.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "d365ed71-a4bd-4be8-a67a-a71bc5b50a2d",
  "imageUUID": "03912fe3-568f-4305-8f0f-67925fcb85a2",
  "imageURL": "https://im.runware.ai/image/os/a07dlim3/ws/3/ii/03912fe3-568f-4305-8f0f-67925fcb85a2.jpg",
  "seed": 1500433078,
  "cost": 0.03
}
Basalt Library Sky Atrium
Basalt Library Sky Atrium

A vast surreal library carved from dark basalt, with terraced reading galleries, suspended walkways, and an immense open sky atrium above. Floating stone fragments drift beneath a faceted glass canopy, while flocks of white paper birds spiral upward through shafts of pale light. Scholars in tailored coats move among towering shelves, polished black staircases, carved archive tables, and glowing map alcoves. The scene blends monumental geology with refined academic design, featuring crisp perspective lines, intricate textures, elegant scale contrast, and cinematic depth. Ultra-detailed environmental concept art, atmospheric, sophisticated, sharp focus, balanced composition, premium illustration quality.

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',
  positivePrompt: 'A vast surreal library carved from dark basalt, with terraced reading galleries, suspended walkways, and an immense open sky atrium above. Floating stone fragments drift beneath a faceted glass canopy, while flocks of white paper birds spiral upward through shafts of pale light. Scholars in tailored coats move among towering shelves, polished black staircases, carved archive tables, and glowing map alcoves. The scene blends monumental geology with refined academic design, featuring crisp perspective lines, intricate textures, elegant scale contrast, and cinematic depth. Ultra-detailed environmental concept art, atmospheric, sophisticated, sharp focus, balanced composition, premium illustration quality.',
  width: 1536,
  height: 1024,
  seed: 84183,
  settings: {
    thinking: true,
    colorPalette: [
      {
        hex: '#1E2428',
        ratio: '34%'
      },
      {
        hex: '#4C5A5D',
        ratio: '22%'
      },
      {
        hex: '#C8D2D6',
        ratio: '18%'
      },
      {
        hex: '#D8B36A',
        ratio: '14%'
      },
      {
        hex: '#7A8F78',
        ratio: '12%'
      }
    ]
  }
})
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",
            "positivePrompt": "A vast surreal library carved from dark basalt, with terraced reading galleries, suspended walkways, and an immense open sky atrium above. Floating stone fragments drift beneath a faceted glass canopy, while flocks of white paper birds spiral upward through shafts of pale light. Scholars in tailored coats move among towering shelves, polished black staircases, carved archive tables, and glowing map alcoves. The scene blends monumental geology with refined academic design, featuring crisp perspective lines, intricate textures, elegant scale contrast, and cinematic depth. Ultra-detailed environmental concept art, atmospheric, sophisticated, sharp focus, balanced composition, premium illustration quality.",
            "width": 1536,
            "height": 1024,
            "seed": 84183,
            "settings": {
                "thinking": True,
                "colorPalette": [
                    {
                        "hex": "#1E2428",
                        "ratio": "34%"
                    },
                    {
                        "hex": "#4C5A5D",
                        "ratio": "22%"
                    },
                    {
                        "hex": "#C8D2D6",
                        "ratio": "18%"
                    },
                    {
                        "hex": "#D8B36A",
                        "ratio": "14%"
                    },
                    {
                        "hex": "#7A8F78",
                        "ratio": "12%"
                    }
                ]
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "imageInference",
      "taskUUID": "dd528c57-4cc9-43c4-a06a-f67b188cf84a",
      "model": "alibaba:wan@2.7-image",
      "positivePrompt": "A vast surreal library carved from dark basalt, with terraced reading galleries, suspended walkways, and an immense open sky atrium above. Floating stone fragments drift beneath a faceted glass canopy, while flocks of white paper birds spiral upward through shafts of pale light. Scholars in tailored coats move among towering shelves, polished black staircases, carved archive tables, and glowing map alcoves. The scene blends monumental geology with refined academic design, featuring crisp perspective lines, intricate textures, elegant scale contrast, and cinematic depth. Ultra-detailed environmental concept art, atmospheric, sophisticated, sharp focus, balanced composition, premium illustration quality.",
      "width": 1536,
      "height": 1024,
      "seed": 84183,
      "settings": {
        "thinking": true,
        "colorPalette": [
          {
            "hex": "#1E2428",
            "ratio": "34%"
          },
          {
            "hex": "#4C5A5D",
            "ratio": "22%"
          },
          {
            "hex": "#C8D2D6",
            "ratio": "18%"
          },
          {
            "hex": "#D8B36A",
            "ratio": "14%"
          },
          {
            "hex": "#7A8F78",
            "ratio": "12%"
          }
        ]
      }
    }
  ]'
runware run alibaba:wan@2.7-image \
  positivePrompt="A vast surreal library carved from dark basalt, with terraced reading galleries, suspended walkways, and an immense open sky atrium above. Floating stone fragments drift beneath a faceted glass canopy, while flocks of white paper birds spiral upward through shafts of pale light. Scholars in tailored coats move among towering shelves, polished black staircases, carved archive tables, and glowing map alcoves. The scene blends monumental geology with refined academic design, featuring crisp perspective lines, intricate textures, elegant scale contrast, and cinematic depth. Ultra-detailed environmental concept art, atmospheric, sophisticated, sharp focus, balanced composition, premium illustration quality." \
  width=1536 \
  height=1024 \
  seed=84183 \
  settings.thinking=true \
  settings.colorPalette.0.hex="#1E2428" \
  settings.colorPalette.0.ratio=34% \
  settings.colorPalette.1.hex="#4C5A5D" \
  settings.colorPalette.1.ratio=22% \
  settings.colorPalette.2.hex="#C8D2D6" \
  settings.colorPalette.2.ratio=18% \
  settings.colorPalette.3.hex="#D8B36A" \
  settings.colorPalette.3.ratio=14% \
  settings.colorPalette.4.hex="#7A8F78" \
  settings.colorPalette.4.ratio=12%
{
  "taskType": "imageInference",
  "taskUUID": "dd528c57-4cc9-43c4-a06a-f67b188cf84a",
  "model": "alibaba:wan@2.7-image",
  "positivePrompt": "A vast surreal library carved from dark basalt, with terraced reading galleries, suspended walkways, and an immense open sky atrium above. Floating stone fragments drift beneath a faceted glass canopy, while flocks of white paper birds spiral upward through shafts of pale light. Scholars in tailored coats move among towering shelves, polished black staircases, carved archive tables, and glowing map alcoves. The scene blends monumental geology with refined academic design, featuring crisp perspective lines, intricate textures, elegant scale contrast, and cinematic depth. Ultra-detailed environmental concept art, atmospheric, sophisticated, sharp focus, balanced composition, premium illustration quality.",
  "width": 1536,
  "height": 1024,
  "seed": 84183,
  "settings": {
    "thinking": true,
    "colorPalette": [
      {
        "hex": "#1E2428",
        "ratio": "34%"
      },
      {
        "hex": "#4C5A5D",
        "ratio": "22%"
      },
      {
        "hex": "#C8D2D6",
        "ratio": "18%"
      },
      {
        "hex": "#D8B36A",
        "ratio": "14%"
      },
      {
        "hex": "#7A8F78",
        "ratio": "12%"
      }
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "dd528c57-4cc9-43c4-a06a-f67b188cf84a",
  "imageUUID": "9d169896-a6b5-476a-a495-cd51a671259f",
  "imageURL": "https://im.runware.ai/image/os/a07d11/ws/3/ii/9d169896-a6b5-476a-a495-cd51a671259f.jpg",
  "seed": 84183,
  "cost": 0.03
}
Art-Deco Glasshouse Masquerade
Art-Deco Glasshouse Masquerade

Create a lavish fantasy masquerade set inside a monumental glasshouse ballroom, combining the costume elegance of the first reference image with the architectural grandeur of the second reference image. A central masked dancer stands on a polished marble floor beneath a vast vaulted glass canopy, surrounded by guests in sculptural eveningwear, cascading tropical foliage, geometric brass details, mirrored surfaces, and floating ribbons of confetti. Emphasize refined Art Deco design, luminous reflections, intricate beadwork, graceful silhouettes, cinematic depth, and ultra-detailed textures. Rich, sophisticated atmosphere with a sense of spectacle and opulence, balanced composition, premium editorial aesthetic.

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',
  positivePrompt: 'Create a lavish fantasy masquerade set inside a monumental glasshouse ballroom, combining the costume elegance of the first reference image with the architectural grandeur of the second reference image. A central masked dancer stands on a polished marble floor beneath a vast vaulted glass canopy, surrounded by guests in sculptural eveningwear, cascading tropical foliage, geometric brass details, mirrored surfaces, and floating ribbons of confetti. Emphasize refined Art Deco design, luminous reflections, intricate beadwork, graceful silhouettes, cinematic depth, and ultra-detailed textures. Rich, sophisticated atmosphere with a sense of spectacle and opulence, balanced composition, premium editorial aesthetic.',
  width: 1024,
  height: 1024,
  seed: 22278,
  settings: {
    thinking: true,
    colorPalette: [
      {
        hex: '#1E2A39',
        ratio: '34%'
      },
      {
        hex: '#C6A15B',
        ratio: '26%'
      },
      {
        hex: '#E8E1D6',
        ratio: '22%'
      },
      {
        hex: '#2F6B5F',
        ratio: '18%'
      }
    ]
  },
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/83300796-47cf-413a-a2ad-cd1527b9c770.jpg',
      'https://assets.runware.ai/assets/inputs/9e450684-662c-489c-8827-ca3cc5a5b577.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",
            "positivePrompt": "Create a lavish fantasy masquerade set inside a monumental glasshouse ballroom, combining the costume elegance of the first reference image with the architectural grandeur of the second reference image. A central masked dancer stands on a polished marble floor beneath a vast vaulted glass canopy, surrounded by guests in sculptural eveningwear, cascading tropical foliage, geometric brass details, mirrored surfaces, and floating ribbons of confetti. Emphasize refined Art Deco design, luminous reflections, intricate beadwork, graceful silhouettes, cinematic depth, and ultra-detailed textures. Rich, sophisticated atmosphere with a sense of spectacle and opulence, balanced composition, premium editorial aesthetic.",
            "width": 1024,
            "height": 1024,
            "seed": 22278,
            "settings": {
                "thinking": True,
                "colorPalette": [
                    {
                        "hex": "#1E2A39",
                        "ratio": "34%"
                    },
                    {
                        "hex": "#C6A15B",
                        "ratio": "26%"
                    },
                    {
                        "hex": "#E8E1D6",
                        "ratio": "22%"
                    },
                    {
                        "hex": "#2F6B5F",
                        "ratio": "18%"
                    }
                ]
            },
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/83300796-47cf-413a-a2ad-cd1527b9c770.jpg",
                    "https://assets.runware.ai/assets/inputs/9e450684-662c-489c-8827-ca3cc5a5b577.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": "135b1aef-72c7-41ff-86b5-8948386dcb33",
      "model": "alibaba:wan@2.7-image",
      "positivePrompt": "Create a lavish fantasy masquerade set inside a monumental glasshouse ballroom, combining the costume elegance of the first reference image with the architectural grandeur of the second reference image. A central masked dancer stands on a polished marble floor beneath a vast vaulted glass canopy, surrounded by guests in sculptural eveningwear, cascading tropical foliage, geometric brass details, mirrored surfaces, and floating ribbons of confetti. Emphasize refined Art Deco design, luminous reflections, intricate beadwork, graceful silhouettes, cinematic depth, and ultra-detailed textures. Rich, sophisticated atmosphere with a sense of spectacle and opulence, balanced composition, premium editorial aesthetic.",
      "width": 1024,
      "height": 1024,
      "seed": 22278,
      "settings": {
        "thinking": true,
        "colorPalette": [
          {
            "hex": "#1E2A39",
            "ratio": "34%"
          },
          {
            "hex": "#C6A15B",
            "ratio": "26%"
          },
          {
            "hex": "#E8E1D6",
            "ratio": "22%"
          },
          {
            "hex": "#2F6B5F",
            "ratio": "18%"
          }
        ]
      },
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/83300796-47cf-413a-a2ad-cd1527b9c770.jpg",
          "https://assets.runware.ai/assets/inputs/9e450684-662c-489c-8827-ca3cc5a5b577.jpg"
        ]
      }
    }
  ]'
runware run alibaba:wan@2.7-image \
  positivePrompt="Create a lavish fantasy masquerade set inside a monumental glasshouse ballroom, combining the costume elegance of the first reference image with the architectural grandeur of the second reference image. A central masked dancer stands on a polished marble floor beneath a vast vaulted glass canopy, surrounded by guests in sculptural eveningwear, cascading tropical foliage, geometric brass details, mirrored surfaces, and floating ribbons of confetti. Emphasize refined Art Deco design, luminous reflections, intricate beadwork, graceful silhouettes, cinematic depth, and ultra-detailed textures. Rich, sophisticated atmosphere with a sense of spectacle and opulence, balanced composition, premium editorial aesthetic." \
  width=1024 \
  height=1024 \
  seed=22278 \
  settings.thinking=true \
  settings.colorPalette.0.hex="#1E2A39" \
  settings.colorPalette.0.ratio=34% \
  settings.colorPalette.1.hex="#C6A15B" \
  settings.colorPalette.1.ratio=26% \
  settings.colorPalette.2.hex="#E8E1D6" \
  settings.colorPalette.2.ratio=22% \
  settings.colorPalette.3.hex="#2F6B5F" \
  settings.colorPalette.3.ratio=18% \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/83300796-47cf-413a-a2ad-cd1527b9c770.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/9e450684-662c-489c-8827-ca3cc5a5b577.jpg
{
  "taskType": "imageInference",
  "taskUUID": "135b1aef-72c7-41ff-86b5-8948386dcb33",
  "model": "alibaba:wan@2.7-image",
  "positivePrompt": "Create a lavish fantasy masquerade set inside a monumental glasshouse ballroom, combining the costume elegance of the first reference image with the architectural grandeur of the second reference image. A central masked dancer stands on a polished marble floor beneath a vast vaulted glass canopy, surrounded by guests in sculptural eveningwear, cascading tropical foliage, geometric brass details, mirrored surfaces, and floating ribbons of confetti. Emphasize refined Art Deco design, luminous reflections, intricate beadwork, graceful silhouettes, cinematic depth, and ultra-detailed textures. Rich, sophisticated atmosphere with a sense of spectacle and opulence, balanced composition, premium editorial aesthetic.",
  "width": 1024,
  "height": 1024,
  "seed": 22278,
  "settings": {
    "thinking": true,
    "colorPalette": [
      {
        "hex": "#1E2A39",
        "ratio": "34%"
      },
      {
        "hex": "#C6A15B",
        "ratio": "26%"
      },
      {
        "hex": "#E8E1D6",
        "ratio": "22%"
      },
      {
        "hex": "#2F6B5F",
        "ratio": "18%"
      }
    ]
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/83300796-47cf-413a-a2ad-cd1527b9c770.jpg",
      "https://assets.runware.ai/assets/inputs/9e450684-662c-489c-8827-ca3cc5a5b577.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "135b1aef-72c7-41ff-86b5-8948386dcb33",
  "imageUUID": "a18bd5a6-8e90-4356-9824-8c8499c8a74e",
  "imageURL": "https://im.runware.ai/image/os/a09d21/ws/3/ii/a18bd5a6-8e90-4356-9824-8c8499c8a74e.jpg",
  "seed": 22278,
  "cost": 0.03
}
Iridescent Desert Kite Festival
Iridescent Desert Kite Festival

Transform the selected regions of the reference image into a spectacular desert sky festival scene: giant geometric kites made of silk, mirrored foil, and painted fabric soaring above the adobe rooftops, long ribbon tails, drifting paper streamers, subtle dust haze glowing in afternoon light, intricate shadows crossing the buildings, joyful cinematic scale, highly detailed realism, preserve the original town architecture and perspective outside the edited areas, harmonious warm earth tones contrasted with vivid cobalt, saffron, coral, and silver accents

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',
  positivePrompt: 'Transform the selected regions of the reference image into a spectacular desert sky festival scene: giant geometric kites made of silk, mirrored foil, and painted fabric soaring above the adobe rooftops, long ribbon tails, drifting paper streamers, subtle dust haze glowing in afternoon light, intricate shadows crossing the buildings, joyful cinematic scale, highly detailed realism, preserve the original town architecture and perspective outside the edited areas, harmonious warm earth tones contrasted with vivid cobalt, saffron, coral, and silver accents',
  width: 1024,
  height: 1024,
  seed: 37913,
  settings: {
    editRegions: [
      [
        [
          80,
          40,
          944,
          430
        ],
        [
          260,
          430,
          820,
          620
        ]
      ]
    ],
    thinking: true,
    colorPalette: [
      {
        hex: '#C96A3D',
        ratio: '32%'
      },
      {
        hex: '#E0B04B',
        ratio: '19%'
      },
      {
        hex: '#2E5FA7',
        ratio: '21%'
      },
      {
        hex: '#E86F51',
        ratio: '16%'
      },
      {
        hex: '#C9C2B8',
        ratio: '12%'
      }
    ]
  },
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/fe950d09-1b43-4983-9f90-cde1a33831d5.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",
            "positivePrompt": "Transform the selected regions of the reference image into a spectacular desert sky festival scene: giant geometric kites made of silk, mirrored foil, and painted fabric soaring above the adobe rooftops, long ribbon tails, drifting paper streamers, subtle dust haze glowing in afternoon light, intricate shadows crossing the buildings, joyful cinematic scale, highly detailed realism, preserve the original town architecture and perspective outside the edited areas, harmonious warm earth tones contrasted with vivid cobalt, saffron, coral, and silver accents",
            "width": 1024,
            "height": 1024,
            "seed": 37913,
            "settings": {
                "editRegions": [
                    [
                        [
                            80,
                            40,
                            944,
                            430
                        ],
                        [
                            260,
                            430,
                            820,
                            620
                        ]
                    ]
                ],
                "thinking": True,
                "colorPalette": [
                    {
                        "hex": "#C96A3D",
                        "ratio": "32%"
                    },
                    {
                        "hex": "#E0B04B",
                        "ratio": "19%"
                    },
                    {
                        "hex": "#2E5FA7",
                        "ratio": "21%"
                    },
                    {
                        "hex": "#E86F51",
                        "ratio": "16%"
                    },
                    {
                        "hex": "#C9C2B8",
                        "ratio": "12%"
                    }
                ]
            },
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/fe950d09-1b43-4983-9f90-cde1a33831d5.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": "0fc189c9-38a4-4f48-a286-b4522ba04e64",
      "model": "alibaba:wan@2.7-image",
      "positivePrompt": "Transform the selected regions of the reference image into a spectacular desert sky festival scene: giant geometric kites made of silk, mirrored foil, and painted fabric soaring above the adobe rooftops, long ribbon tails, drifting paper streamers, subtle dust haze glowing in afternoon light, intricate shadows crossing the buildings, joyful cinematic scale, highly detailed realism, preserve the original town architecture and perspective outside the edited areas, harmonious warm earth tones contrasted with vivid cobalt, saffron, coral, and silver accents",
      "width": 1024,
      "height": 1024,
      "seed": 37913,
      "settings": {
        "editRegions": [
          [
            [
              80,
              40,
              944,
              430
            ],
            [
              260,
              430,
              820,
              620
            ]
          ]
        ],
        "thinking": true,
        "colorPalette": [
          {
            "hex": "#C96A3D",
            "ratio": "32%"
          },
          {
            "hex": "#E0B04B",
            "ratio": "19%"
          },
          {
            "hex": "#2E5FA7",
            "ratio": "21%"
          },
          {
            "hex": "#E86F51",
            "ratio": "16%"
          },
          {
            "hex": "#C9C2B8",
            "ratio": "12%"
          }
        ]
      },
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/fe950d09-1b43-4983-9f90-cde1a33831d5.jpg"
        ]
      }
    }
  ]'
runware run alibaba:wan@2.7-image \
  positivePrompt="Transform the selected regions of the reference image into a spectacular desert sky festival scene: giant geometric kites made of silk, mirrored foil, and painted fabric soaring above the adobe rooftops, long ribbon tails, drifting paper streamers, subtle dust haze glowing in afternoon light, intricate shadows crossing the buildings, joyful cinematic scale, highly detailed realism, preserve the original town architecture and perspective outside the edited areas, harmonious warm earth tones contrasted with vivid cobalt, saffron, coral, and silver accents" \
  width=1024 \
  height=1024 \
  seed=37913 \
  settings.editRegions.0.0.0=80 \
  settings.editRegions.0.0.1=40 \
  settings.editRegions.0.0.2=944 \
  settings.editRegions.0.0.3=430 \
  settings.editRegions.0.1.0=260 \
  settings.editRegions.0.1.1=430 \
  settings.editRegions.0.1.2=820 \
  settings.editRegions.0.1.3=620 \
  settings.thinking=true \
  settings.colorPalette.0.hex="#C96A3D" \
  settings.colorPalette.0.ratio=32% \
  settings.colorPalette.1.hex="#E0B04B" \
  settings.colorPalette.1.ratio=19% \
  settings.colorPalette.2.hex="#2E5FA7" \
  settings.colorPalette.2.ratio=21% \
  settings.colorPalette.3.hex="#E86F51" \
  settings.colorPalette.3.ratio=16% \
  settings.colorPalette.4.hex="#C9C2B8" \
  settings.colorPalette.4.ratio=12% \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/fe950d09-1b43-4983-9f90-cde1a33831d5.jpg
{
  "taskType": "imageInference",
  "taskUUID": "0fc189c9-38a4-4f48-a286-b4522ba04e64",
  "model": "alibaba:wan@2.7-image",
  "positivePrompt": "Transform the selected regions of the reference image into a spectacular desert sky festival scene: giant geometric kites made of silk, mirrored foil, and painted fabric soaring above the adobe rooftops, long ribbon tails, drifting paper streamers, subtle dust haze glowing in afternoon light, intricate shadows crossing the buildings, joyful cinematic scale, highly detailed realism, preserve the original town architecture and perspective outside the edited areas, harmonious warm earth tones contrasted with vivid cobalt, saffron, coral, and silver accents",
  "width": 1024,
  "height": 1024,
  "seed": 37913,
  "settings": {
    "editRegions": [
      [
        [
          80,
          40,
          944,
          430
        ],
        [
          260,
          430,
          820,
          620
        ]
      ]
    ],
    "thinking": true,
    "colorPalette": [
      {
        "hex": "#C96A3D",
        "ratio": "32%"
      },
      {
        "hex": "#E0B04B",
        "ratio": "19%"
      },
      {
        "hex": "#2E5FA7",
        "ratio": "21%"
      },
      {
        "hex": "#E86F51",
        "ratio": "16%"
      },
      {
        "hex": "#C9C2B8",
        "ratio": "12%"
      }
    ]
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/fe950d09-1b43-4983-9f90-cde1a33831d5.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "0fc189c9-38a4-4f48-a286-b4522ba04e64",
  "imageUUID": "f7112fde-c984-4969-a989-b3fa4c05787d",
  "imageURL": "https://im.runware.ai/image/os/a04d20/ws/3/ii/f7112fde-c984-4969-a989-b3fa4c05787d.jpg",
  "seed": 37913,
  "cost": 0.03
}

sequential-images

Coastal Weather Archive Restoration$0.03~14s
Coastal Weather Archive Restoration

Create a coherent four-image archival photo-restoration sequence based on the same exact 1957 documentary photograph. The scene shows a woman meteorological technician launching a large white radiosonde balloon outside a remote Norwegian coastal weather station, with two colleagues assisting beside a white clapboard instrument hut, a narrow radio mast, rocky shoreline and cold North Sea beneath an overcast sky. Preserve identical people, facial features, clothing, hand positions, balloon shape, architecture, camera angle and framing throughout the set. Authentic mid-century medium-format documentary photography, natural expressions, practical wool coats, rubber boots and simple scientific equipment. Image 1: untreated archive scan, faded warm monochrome, low contrast, dust, fine scratches, silver mirroring, foxing, a pronounced diagonal fold, torn lower-right corner and several small areas of emulsion loss, while the underlying scene remains legible. Image 2: careful structural repair, tears and missing corner seamlessly reconstructed, fold and scratches removed, dust cleaned, balanced neutral black-and-white tones, original grain and period lens character preserved. Image 3: conservative historically researched colorization of the repaired photograph: slate-blue sea, pale gray sky, weathered white station, muted navy and brown wool clothing, dull red instrument case, natural restrained skin tones; no modern saturation. Image 4: final exhibition master, the same accurate colorization with refined tonal separation, subtle local contrast and crisp printable detail, still visibly an authentic 1950s photograph rather than a modern digital photo. Full-frame landscape compositions, no captions, labels, borders, interface elements or decorative collage treatment.

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',
  positivePrompt: 'Create a coherent four-image archival photo-restoration sequence based on the same exact 1957 documentary photograph. The scene shows a woman meteorological technician launching a large white radiosonde balloon outside a remote Norwegian coastal weather station, with two colleagues assisting beside a white clapboard instrument hut, a narrow radio mast, rocky shoreline and cold North Sea beneath an overcast sky. Preserve identical people, facial features, clothing, hand positions, balloon shape, architecture, camera angle and framing throughout the set. Authentic mid-century medium-format documentary photography, natural expressions, practical wool coats, rubber boots and simple scientific equipment.\n\nImage 1: untreated archive scan, faded warm monochrome, low contrast, dust, fine scratches, silver mirroring, foxing, a pronounced diagonal fold, torn lower-right corner and several small areas of emulsion loss, while the underlying scene remains legible.\n\nImage 2: careful structural repair, tears and missing corner seamlessly reconstructed, fold and scratches removed, dust cleaned, balanced neutral black-and-white tones, original grain and period lens character preserved.\n\nImage 3: conservative historically researched colorization of the repaired photograph: slate-blue sea, pale gray sky, weathered white station, muted navy and brown wool clothing, dull red instrument case, natural restrained skin tones; no modern saturation.\n\nImage 4: final exhibition master, the same accurate colorization with refined tonal separation, subtle local contrast and crisp printable detail, still visibly an authentic 1950s photograph rather than a modern digital photo. Full-frame landscape compositions, no captions, labels, borders, interface elements or decorative collage treatment.',
  width: 1920,
  height: 1088,
  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",
            "positivePrompt": "Create a coherent four-image archival photo-restoration sequence based on the same exact 1957 documentary photograph. The scene shows a woman meteorological technician launching a large white radiosonde balloon outside a remote Norwegian coastal weather station, with two colleagues assisting beside a white clapboard instrument hut, a narrow radio mast, rocky shoreline and cold North Sea beneath an overcast sky. Preserve identical people, facial features, clothing, hand positions, balloon shape, architecture, camera angle and framing throughout the set. Authentic mid-century medium-format documentary photography, natural expressions, practical wool coats, rubber boots and simple scientific equipment.\n\nImage 1: untreated archive scan, faded warm monochrome, low contrast, dust, fine scratches, silver mirroring, foxing, a pronounced diagonal fold, torn lower-right corner and several small areas of emulsion loss, while the underlying scene remains legible.\n\nImage 2: careful structural repair, tears and missing corner seamlessly reconstructed, fold and scratches removed, dust cleaned, balanced neutral black-and-white tones, original grain and period lens character preserved.\n\nImage 3: conservative historically researched colorization of the repaired photograph: slate-blue sea, pale gray sky, weathered white station, muted navy and brown wool clothing, dull red instrument case, natural restrained skin tones; no modern saturation.\n\nImage 4: final exhibition master, the same accurate colorization with refined tonal separation, subtle local contrast and crisp printable detail, still visibly an authentic 1950s photograph rather than a modern digital photo. Full-frame landscape compositions, no captions, labels, borders, interface elements or decorative collage treatment.",
            "width": 1920,
            "height": 1088,
            "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": "8c0a0d97-5ec8-4f8e-a8cc-937617e78198",
      "model": "alibaba:wan@2.7-image",
      "positivePrompt": "Create a coherent four-image archival photo-restoration sequence based on the same exact 1957 documentary photograph. The scene shows a woman meteorological technician launching a large white radiosonde balloon outside a remote Norwegian coastal weather station, with two colleagues assisting beside a white clapboard instrument hut, a narrow radio mast, rocky shoreline and cold North Sea beneath an overcast sky. Preserve identical people, facial features, clothing, hand positions, balloon shape, architecture, camera angle and framing throughout the set. Authentic mid-century medium-format documentary photography, natural expressions, practical wool coats, rubber boots and simple scientific equipment.\n\nImage 1: untreated archive scan, faded warm monochrome, low contrast, dust, fine scratches, silver mirroring, foxing, a pronounced diagonal fold, torn lower-right corner and several small areas of emulsion loss, while the underlying scene remains legible.\n\nImage 2: careful structural repair, tears and missing corner seamlessly reconstructed, fold and scratches removed, dust cleaned, balanced neutral black-and-white tones, original grain and period lens character preserved.\n\nImage 3: conservative historically researched colorization of the repaired photograph: slate-blue sea, pale gray sky, weathered white station, muted navy and brown wool clothing, dull red instrument case, natural restrained skin tones; no modern saturation.\n\nImage 4: final exhibition master, the same accurate colorization with refined tonal separation, subtle local contrast and crisp printable detail, still visibly an authentic 1950s photograph rather than a modern digital photo. Full-frame landscape compositions, no captions, labels, borders, interface elements or decorative collage treatment.",
      "width": 1920,
      "height": 1088,
      "settings": {
        "sequential": true
      }
    }
  ]'
runware run alibaba:wan@2.7-image \
  positivePrompt="Create a coherent four-image archival photo-restoration sequence based on the same exact 1957 documentary photograph. The scene shows a woman meteorological technician launching a large white radiosonde balloon outside a remote Norwegian coastal weather station, with two colleagues assisting beside a white clapboard instrument hut, a narrow radio mast, rocky shoreline and cold North Sea beneath an overcast sky. Preserve identical people, facial features, clothing, hand positions, balloon shape, architecture, camera angle and framing throughout the set. Authentic mid-century medium-format documentary photography, natural expressions, practical wool coats, rubber boots and simple scientific equipment.

Image 1: untreated archive scan, faded warm monochrome, low contrast, dust, fine scratches, silver mirroring, foxing, a pronounced diagonal fold, torn lower-right corner and several small areas of emulsion loss, while the underlying scene remains legible.

Image 2: careful structural repair, tears and missing corner seamlessly reconstructed, fold and scratches removed, dust cleaned, balanced neutral black-and-white tones, original grain and period lens character preserved.

Image 3: conservative historically researched colorization of the repaired photograph: slate-blue sea, pale gray sky, weathered white station, muted navy and brown wool clothing, dull red instrument case, natural restrained skin tones; no modern saturation.

Image 4: final exhibition master, the same accurate colorization with refined tonal separation, subtle local contrast and crisp printable detail, still visibly an authentic 1950s photograph rather than a modern digital photo. Full-frame landscape compositions, no captions, labels, borders, interface elements or decorative collage treatment." \
  width=1920 \
  height=1088 \
  settings.sequential=true
{
  "taskType": "imageInference",
  "taskUUID": "8c0a0d97-5ec8-4f8e-a8cc-937617e78198",
  "model": "alibaba:wan@2.7-image",
  "positivePrompt": "Create a coherent four-image archival photo-restoration sequence based on the same exact 1957 documentary photograph. The scene shows a woman meteorological technician launching a large white radiosonde balloon outside a remote Norwegian coastal weather station, with two colleagues assisting beside a white clapboard instrument hut, a narrow radio mast, rocky shoreline and cold North Sea beneath an overcast sky. Preserve identical people, facial features, clothing, hand positions, balloon shape, architecture, camera angle and framing throughout the set. Authentic mid-century medium-format documentary photography, natural expressions, practical wool coats, rubber boots and simple scientific equipment.\n\nImage 1: untreated archive scan, faded warm monochrome, low contrast, dust, fine scratches, silver mirroring, foxing, a pronounced diagonal fold, torn lower-right corner and several small areas of emulsion loss, while the underlying scene remains legible.\n\nImage 2: careful structural repair, tears and missing corner seamlessly reconstructed, fold and scratches removed, dust cleaned, balanced neutral black-and-white tones, original grain and period lens character preserved.\n\nImage 3: conservative historically researched colorization of the repaired photograph: slate-blue sea, pale gray sky, weathered white station, muted navy and brown wool clothing, dull red instrument case, natural restrained skin tones; no modern saturation.\n\nImage 4: final exhibition master, the same accurate colorization with refined tonal separation, subtle local contrast and crisp printable detail, still visibly an authentic 1950s photograph rather than a modern digital photo. Full-frame landscape compositions, no captions, labels, borders, interface elements or decorative collage treatment.",
  "width": 1920,
  "height": 1088,
  "settings": {
    "sequential": true
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "8c0a0d97-5ec8-4f8e-a8cc-937617e78198",
  "imageUUID": "0afd5498-2bc1-46eb-8a65-5e974a27a5a5",
  "imageURL": "https://im.runware.ai/image/os/a03d21/ws/3/ii/0afd5498-2bc1-46eb-8a65-5e974a27a5a5.jpg",
  "seed": 1025673264,
  "cost": 0.03
}

local-editing

Volcanologist Risograph Profile Avatar$0.03~13s
Volcanologist Risograph Profile Avatar

Edit only the person inside the selected marquee region, turning her into a bold handcrafted risograph profile avatar while preserving her recognizable facial identity, short curly hairstyle, direct gaze, pose and silhouette. Render her face and field jacket with crisp graphic shapes, visible halftone dots, slightly imperfect ink registration and layered cobalt blue, fluorescent safety yellow, warm coral and charcoal inks. Add subtle contour-line motifs across the jacket and a small seismograph-wave accent near the collar, without logos or lettering. Keep the treatment polished, authoritative and suitable for a volcano observatory scientist’s professional profile image. Preserve every part of the monitoring room outside the selected region exactly as photographed, including its lighting, maps, displays, equipment, focus and composition. Do not stylize, replace, repaint or alter the surrounding scene. One central subject, square composition, no additional people, no text, no border.

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',
  positivePrompt: 'Edit only the person inside the selected marquee region, turning her into a bold handcrafted risograph profile avatar while preserving her recognizable facial identity, short curly hairstyle, direct gaze, pose and silhouette. Render her face and field jacket with crisp graphic shapes, visible halftone dots, slightly imperfect ink registration and layered cobalt blue, fluorescent safety yellow, warm coral and charcoal inks. Add subtle contour-line motifs across the jacket and a small seismograph-wave accent near the collar, without logos or lettering. Keep the treatment polished, authoritative and suitable for a volcano observatory scientist’s professional profile image. Preserve every part of the monitoring room outside the selected region exactly as photographed, including its lighting, maps, displays, equipment, focus and composition. Do not stylize, replace, repaint or alter the surrounding scene. One central subject, square composition, no additional people, no text, no border.',
  width: 1280,
  height: 1280,
  settings: {
    editRegions: [
      [
        [
          320,
          160,
          704,
          800
        ]
      ]
    ]
  },
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/b017eece-1450-4d42-bddb-60243aaf1757.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",
            "positivePrompt": "Edit only the person inside the selected marquee region, turning her into a bold handcrafted risograph profile avatar while preserving her recognizable facial identity, short curly hairstyle, direct gaze, pose and silhouette. Render her face and field jacket with crisp graphic shapes, visible halftone dots, slightly imperfect ink registration and layered cobalt blue, fluorescent safety yellow, warm coral and charcoal inks. Add subtle contour-line motifs across the jacket and a small seismograph-wave accent near the collar, without logos or lettering. Keep the treatment polished, authoritative and suitable for a volcano observatory scientist’s professional profile image. Preserve every part of the monitoring room outside the selected region exactly as photographed, including its lighting, maps, displays, equipment, focus and composition. Do not stylize, replace, repaint or alter the surrounding scene. One central subject, square composition, no additional people, no text, no border.",
            "width": 1280,
            "height": 1280,
            "settings": {
                "editRegions": [
                    [
                        [
                            320,
                            160,
                            704,
                            800
                        ]
                    ]
                ]
            },
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/b017eece-1450-4d42-bddb-60243aaf1757.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": "6478da51-3545-42a2-8fc6-d0c236efbf35",
      "model": "alibaba:wan@2.7-image",
      "positivePrompt": "Edit only the person inside the selected marquee region, turning her into a bold handcrafted risograph profile avatar while preserving her recognizable facial identity, short curly hairstyle, direct gaze, pose and silhouette. Render her face and field jacket with crisp graphic shapes, visible halftone dots, slightly imperfect ink registration and layered cobalt blue, fluorescent safety yellow, warm coral and charcoal inks. Add subtle contour-line motifs across the jacket and a small seismograph-wave accent near the collar, without logos or lettering. Keep the treatment polished, authoritative and suitable for a volcano observatory scientist’s professional profile image. Preserve every part of the monitoring room outside the selected region exactly as photographed, including its lighting, maps, displays, equipment, focus and composition. Do not stylize, replace, repaint or alter the surrounding scene. One central subject, square composition, no additional people, no text, no border.",
      "width": 1280,
      "height": 1280,
      "settings": {
        "editRegions": [
          [
            [
              320,
              160,
              704,
              800
            ]
          ]
        ]
      },
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/b017eece-1450-4d42-bddb-60243aaf1757.jpg"
        ]
      }
    }
  ]'
runware run alibaba:wan@2.7-image \
  positivePrompt="Edit only the person inside the selected marquee region, turning her into a bold handcrafted risograph profile avatar while preserving her recognizable facial identity, short curly hairstyle, direct gaze, pose and silhouette. Render her face and field jacket with crisp graphic shapes, visible halftone dots, slightly imperfect ink registration and layered cobalt blue, fluorescent safety yellow, warm coral and charcoal inks. Add subtle contour-line motifs across the jacket and a small seismograph-wave accent near the collar, without logos or lettering. Keep the treatment polished, authoritative and suitable for a volcano observatory scientist’s professional profile image. Preserve every part of the monitoring room outside the selected region exactly as photographed, including its lighting, maps, displays, equipment, focus and composition. Do not stylize, replace, repaint or alter the surrounding scene. One central subject, square composition, no additional people, no text, no border." \
  width=1280 \
  height=1280 \
  settings.editRegions.0.0.0=320 \
  settings.editRegions.0.0.1=160 \
  settings.editRegions.0.0.2=704 \
  settings.editRegions.0.0.3=800 \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/b017eece-1450-4d42-bddb-60243aaf1757.jpg
{
  "taskType": "imageInference",
  "taskUUID": "6478da51-3545-42a2-8fc6-d0c236efbf35",
  "model": "alibaba:wan@2.7-image",
  "positivePrompt": "Edit only the person inside the selected marquee region, turning her into a bold handcrafted risograph profile avatar while preserving her recognizable facial identity, short curly hairstyle, direct gaze, pose and silhouette. Render her face and field jacket with crisp graphic shapes, visible halftone dots, slightly imperfect ink registration and layered cobalt blue, fluorescent safety yellow, warm coral and charcoal inks. Add subtle contour-line motifs across the jacket and a small seismograph-wave accent near the collar, without logos or lettering. Keep the treatment polished, authoritative and suitable for a volcano observatory scientist’s professional profile image. Preserve every part of the monitoring room outside the selected region exactly as photographed, including its lighting, maps, displays, equipment, focus and composition. Do not stylize, replace, repaint or alter the surrounding scene. One central subject, square composition, no additional people, no text, no border.",
  "width": 1280,
  "height": 1280,
  "settings": {
    "editRegions": [
      [
        [
          320,
          160,
          704,
          800
        ]
      ]
    ]
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/b017eece-1450-4d42-bddb-60243aaf1757.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "6478da51-3545-42a2-8fc6-d0c236efbf35",
  "imageUUID": "9dd614f9-8db6-452a-803d-3d22f2893610",
  "imageURL": "https://im.runware.ai/image/os/a02d21/ws/3/ii/9dd614f9-8db6-452a-803d-3d22f2893610.jpg",
  "seed": 541334930,
  "cost": 0.03
}
Sun-Baked Fossil Carnival Procession
Sun-Baked Fossil Carnival Procession

Create a grand desert carnival procession at high noon, blending all six references into one original spectacle. A monumental parade advances beneath colossal fossil arches across a sun-baked avenue. The central float is built from carved wood and giant skeletal forms, surrounded by musicians carrying ornate brass instruments and dancers in ceremonial garments layered with shell beads, bone motifs, and flowing ochre fabric. Emphasize swirling dust, radiant heat haze, intricate textures, celebratory movement, and believable material detail. Compose the scene as a richly staged wide cinematic tableau with strong depth, dynamic crowd rhythm, elegant costume silhouette variety, and cohesive design language drawn from the references. Highly detailed, vivid, majestic, tactile, polished image generation.

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',
  positivePrompt: 'Create a grand desert carnival procession at high noon, blending all six references into one original spectacle. A monumental parade advances beneath colossal fossil arches across a sun-baked avenue. The central float is built from carved wood and giant skeletal forms, surrounded by musicians carrying ornate brass instruments and dancers in ceremonial garments layered with shell beads, bone motifs, and flowing ochre fabric. Emphasize swirling dust, radiant heat haze, intricate textures, celebratory movement, and believable material detail. Compose the scene as a richly staged wide cinematic tableau with strong depth, dynamic crowd rhythm, elegant costume silhouette variety, and cohesive design language drawn from the references. Highly detailed, vivid, majestic, tactile, polished image generation.',
  width: 1536,
  height: 1024,
  seed: 66443,
  settings: {
    thinking: true,
    colorPalette: [
      {
        hex: '#D9B36C',
        ratio: '28%'
      },
      {
        hex: '#A65A3A',
        ratio: '22%'
      },
      {
        hex: '#E8D9B5',
        ratio: '20%'
      },
      {
        hex: '#6F4A2D',
        ratio: '18%'
      },
      {
        hex: '#7E8C6A',
        ratio: '12%'
      }
    ]
  },
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/9588be86-39b0-4eed-b415-138e9b35de2d.jpg',
      'https://assets.runware.ai/assets/inputs/81e53654-60ce-408b-9d12-533e2475899a.jpg',
      'https://assets.runware.ai/assets/inputs/8af5b072-d81a-4d9b-a26f-cbae783da2ba.jpg',
      'https://assets.runware.ai/assets/inputs/458133f1-a320-4a8b-a991-01309c875222.jpg',
      'https://assets.runware.ai/assets/inputs/280e17d1-a317-4d70-8d65-da5d6bdd363e.jpg',
      'https://assets.runware.ai/assets/inputs/a42f0cd7-dde5-4f8a-9574-07bff1ffd94f.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",
            "positivePrompt": "Create a grand desert carnival procession at high noon, blending all six references into one original spectacle. A monumental parade advances beneath colossal fossil arches across a sun-baked avenue. The central float is built from carved wood and giant skeletal forms, surrounded by musicians carrying ornate brass instruments and dancers in ceremonial garments layered with shell beads, bone motifs, and flowing ochre fabric. Emphasize swirling dust, radiant heat haze, intricate textures, celebratory movement, and believable material detail. Compose the scene as a richly staged wide cinematic tableau with strong depth, dynamic crowd rhythm, elegant costume silhouette variety, and cohesive design language drawn from the references. Highly detailed, vivid, majestic, tactile, polished image generation.",
            "width": 1536,
            "height": 1024,
            "seed": 66443,
            "settings": {
                "thinking": True,
                "colorPalette": [
                    {
                        "hex": "#D9B36C",
                        "ratio": "28%"
                    },
                    {
                        "hex": "#A65A3A",
                        "ratio": "22%"
                    },
                    {
                        "hex": "#E8D9B5",
                        "ratio": "20%"
                    },
                    {
                        "hex": "#6F4A2D",
                        "ratio": "18%"
                    },
                    {
                        "hex": "#7E8C6A",
                        "ratio": "12%"
                    }
                ]
            },
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/9588be86-39b0-4eed-b415-138e9b35de2d.jpg",
                    "https://assets.runware.ai/assets/inputs/81e53654-60ce-408b-9d12-533e2475899a.jpg",
                    "https://assets.runware.ai/assets/inputs/8af5b072-d81a-4d9b-a26f-cbae783da2ba.jpg",
                    "https://assets.runware.ai/assets/inputs/458133f1-a320-4a8b-a991-01309c875222.jpg",
                    "https://assets.runware.ai/assets/inputs/280e17d1-a317-4d70-8d65-da5d6bdd363e.jpg",
                    "https://assets.runware.ai/assets/inputs/a42f0cd7-dde5-4f8a-9574-07bff1ffd94f.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": "bc3304c4-13af-4681-a62d-63bf09c9f3d6",
      "model": "alibaba:wan@2.7-image",
      "positivePrompt": "Create a grand desert carnival procession at high noon, blending all six references into one original spectacle. A monumental parade advances beneath colossal fossil arches across a sun-baked avenue. The central float is built from carved wood and giant skeletal forms, surrounded by musicians carrying ornate brass instruments and dancers in ceremonial garments layered with shell beads, bone motifs, and flowing ochre fabric. Emphasize swirling dust, radiant heat haze, intricate textures, celebratory movement, and believable material detail. Compose the scene as a richly staged wide cinematic tableau with strong depth, dynamic crowd rhythm, elegant costume silhouette variety, and cohesive design language drawn from the references. Highly detailed, vivid, majestic, tactile, polished image generation.",
      "width": 1536,
      "height": 1024,
      "seed": 66443,
      "settings": {
        "thinking": true,
        "colorPalette": [
          {
            "hex": "#D9B36C",
            "ratio": "28%"
          },
          {
            "hex": "#A65A3A",
            "ratio": "22%"
          },
          {
            "hex": "#E8D9B5",
            "ratio": "20%"
          },
          {
            "hex": "#6F4A2D",
            "ratio": "18%"
          },
          {
            "hex": "#7E8C6A",
            "ratio": "12%"
          }
        ]
      },
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/9588be86-39b0-4eed-b415-138e9b35de2d.jpg",
          "https://assets.runware.ai/assets/inputs/81e53654-60ce-408b-9d12-533e2475899a.jpg",
          "https://assets.runware.ai/assets/inputs/8af5b072-d81a-4d9b-a26f-cbae783da2ba.jpg",
          "https://assets.runware.ai/assets/inputs/458133f1-a320-4a8b-a991-01309c875222.jpg",
          "https://assets.runware.ai/assets/inputs/280e17d1-a317-4d70-8d65-da5d6bdd363e.jpg",
          "https://assets.runware.ai/assets/inputs/a42f0cd7-dde5-4f8a-9574-07bff1ffd94f.jpg"
        ]
      }
    }
  ]'
runware run alibaba:wan@2.7-image \
  positivePrompt="Create a grand desert carnival procession at high noon, blending all six references into one original spectacle. A monumental parade advances beneath colossal fossil arches across a sun-baked avenue. The central float is built from carved wood and giant skeletal forms, surrounded by musicians carrying ornate brass instruments and dancers in ceremonial garments layered with shell beads, bone motifs, and flowing ochre fabric. Emphasize swirling dust, radiant heat haze, intricate textures, celebratory movement, and believable material detail. Compose the scene as a richly staged wide cinematic tableau with strong depth, dynamic crowd rhythm, elegant costume silhouette variety, and cohesive design language drawn from the references. Highly detailed, vivid, majestic, tactile, polished image generation." \
  width=1536 \
  height=1024 \
  seed=66443 \
  settings.thinking=true \
  settings.colorPalette.0.hex="#D9B36C" \
  settings.colorPalette.0.ratio=28% \
  settings.colorPalette.1.hex="#A65A3A" \
  settings.colorPalette.1.ratio=22% \
  settings.colorPalette.2.hex="#E8D9B5" \
  settings.colorPalette.2.ratio=20% \
  settings.colorPalette.3.hex="#6F4A2D" \
  settings.colorPalette.3.ratio=18% \
  settings.colorPalette.4.hex="#7E8C6A" \
  settings.colorPalette.4.ratio=12% \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/9588be86-39b0-4eed-b415-138e9b35de2d.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/81e53654-60ce-408b-9d12-533e2475899a.jpg \
  inputs.referenceImages.2=https://assets.runware.ai/assets/inputs/8af5b072-d81a-4d9b-a26f-cbae783da2ba.jpg \
  inputs.referenceImages.3=https://assets.runware.ai/assets/inputs/458133f1-a320-4a8b-a991-01309c875222.jpg \
  inputs.referenceImages.4=https://assets.runware.ai/assets/inputs/280e17d1-a317-4d70-8d65-da5d6bdd363e.jpg \
  inputs.referenceImages.5=https://assets.runware.ai/assets/inputs/a42f0cd7-dde5-4f8a-9574-07bff1ffd94f.jpg
{
  "taskType": "imageInference",
  "taskUUID": "bc3304c4-13af-4681-a62d-63bf09c9f3d6",
  "model": "alibaba:wan@2.7-image",
  "positivePrompt": "Create a grand desert carnival procession at high noon, blending all six references into one original spectacle. A monumental parade advances beneath colossal fossil arches across a sun-baked avenue. The central float is built from carved wood and giant skeletal forms, surrounded by musicians carrying ornate brass instruments and dancers in ceremonial garments layered with shell beads, bone motifs, and flowing ochre fabric. Emphasize swirling dust, radiant heat haze, intricate textures, celebratory movement, and believable material detail. Compose the scene as a richly staged wide cinematic tableau with strong depth, dynamic crowd rhythm, elegant costume silhouette variety, and cohesive design language drawn from the references. Highly detailed, vivid, majestic, tactile, polished image generation.",
  "width": 1536,
  "height": 1024,
  "seed": 66443,
  "settings": {
    "thinking": true,
    "colorPalette": [
      {
        "hex": "#D9B36C",
        "ratio": "28%"
      },
      {
        "hex": "#A65A3A",
        "ratio": "22%"
      },
      {
        "hex": "#E8D9B5",
        "ratio": "20%"
      },
      {
        "hex": "#6F4A2D",
        "ratio": "18%"
      },
      {
        "hex": "#7E8C6A",
        "ratio": "12%"
      }
    ]
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/9588be86-39b0-4eed-b415-138e9b35de2d.jpg",
      "https://assets.runware.ai/assets/inputs/81e53654-60ce-408b-9d12-533e2475899a.jpg",
      "https://assets.runware.ai/assets/inputs/8af5b072-d81a-4d9b-a26f-cbae783da2ba.jpg",
      "https://assets.runware.ai/assets/inputs/458133f1-a320-4a8b-a991-01309c875222.jpg",
      "https://assets.runware.ai/assets/inputs/280e17d1-a317-4d70-8d65-da5d6bdd363e.jpg",
      "https://assets.runware.ai/assets/inputs/a42f0cd7-dde5-4f8a-9574-07bff1ffd94f.jpg"
    ]
  }
}
Response
{
  "taskType": "imageInference",
  "taskUUID": "bc3304c4-13af-4681-a62d-63bf09c9f3d6",
  "imageUUID": "66f87d21-fcb0-43cc-bb2e-0503bcae2245",
  "imageURL": "https://im.runware.ai/image/os/a01d21/ws/3/ii/66f87d21-fcb0-43cc-bb2e-0503bcae2245.jpg",
  "seed": 66443,
  "cost": 0.03
}