Wan2.6 Image

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

Complete technical specification for integration
Ready-to-use code snippets for common workflows
Conservas Bar Menu Hero Photograph

Create a polished commercial food photograph for a contemporary coastal conservas bar menu. A generous Spanish preserved-seafood spread sits on a cobalt-blue glazed tile table in direct Mediterranean midday sunlight. Show three open, unlabeled brushed-aluminum tins arranged in a clean diagonal composition: plump sardines gleaming in olive oil with thin lemon wheels, orange escabeche mussels with translucent shallot and parsley, and tender octopus slices dusted with smoked paprika. Surround them with a small plate of crisp golden potato chips, charred sourdough, green olives, cornichons, a cut lemon, and a chilled stemmed copita of pale fino sherry with realistic condensation. Include a folded vermilion linen napkin and a simple stainless seafood fork. Every item should look edible, fresh, and meticulously styled, with believable oil reflections, crisp bread texture, delicate seafood detail, and restrained crumbs. Photograph from a slightly elevated three-quarter angle using a professional full-frame camera and 50mm lens. Hard sunlight creates graphic striped shadows from an unseen slatted awning, while soft bounce light preserves detail in the tins. Palette: saturated cobalt, tomato orange, silver, lemon yellow, and olive green. Landscape framing, balanced visual hierarchy, sharp hero food with gentle depth falloff, premium editorial menu photography, natural color, photorealistic, no people, no lettering or branding.
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.6-image',
positivePrompt: 'Create a polished commercial food photograph for a contemporary coastal conservas bar menu. A generous Spanish preserved-seafood spread sits on a cobalt-blue glazed tile table in direct Mediterranean midday sunlight. Show three open, unlabeled brushed-aluminum tins arranged in a clean diagonal composition: plump sardines gleaming in olive oil with thin lemon wheels, orange escabeche mussels with translucent shallot and parsley, and tender octopus slices dusted with smoked paprika. Surround them with a small plate of crisp golden potato chips, charred sourdough, green olives, cornichons, a cut lemon, and a chilled stemmed copita of pale fino sherry with realistic condensation. Include a folded vermilion linen napkin and a simple stainless seafood fork. Every item should look edible, fresh, and meticulously styled, with believable oil reflections, crisp bread texture, delicate seafood detail, and restrained crumbs. Photograph from a slightly elevated three-quarter angle using a professional full-frame camera and 50mm lens. Hard sunlight creates graphic striped shadows from an unseen slatted awning, while soft bounce light preserves detail in the tins. Palette: saturated cobalt, tomato orange, silver, lemon yellow, and olive green. Landscape framing, balanced visual hierarchy, sharp hero food with gentle depth falloff, premium editorial menu photography, natural color, photorealistic, no people, no lettering or branding.',
negativePrompt: 'Text, logos, labels, packaging graphics, menu layout, people, hands, duplicate dishes, warped tins, malformed utensils, floating ingredients, raw-looking seafood, muddy colors, greasy mess, excessive garnish, plastic food, illustration, CGI, oversaturation, harsh clipped highlights, deep crushed shadows, extreme wide-angle distortion, cluttered background, low resolution, blur',
width: 1600,
height: 1024
})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.6-image",
"positivePrompt": "Create a polished commercial food photograph for a contemporary coastal conservas bar menu. A generous Spanish preserved-seafood spread sits on a cobalt-blue glazed tile table in direct Mediterranean midday sunlight. Show three open, unlabeled brushed-aluminum tins arranged in a clean diagonal composition: plump sardines gleaming in olive oil with thin lemon wheels, orange escabeche mussels with translucent shallot and parsley, and tender octopus slices dusted with smoked paprika. Surround them with a small plate of crisp golden potato chips, charred sourdough, green olives, cornichons, a cut lemon, and a chilled stemmed copita of pale fino sherry with realistic condensation. Include a folded vermilion linen napkin and a simple stainless seafood fork. Every item should look edible, fresh, and meticulously styled, with believable oil reflections, crisp bread texture, delicate seafood detail, and restrained crumbs. Photograph from a slightly elevated three-quarter angle using a professional full-frame camera and 50mm lens. Hard sunlight creates graphic striped shadows from an unseen slatted awning, while soft bounce light preserves detail in the tins. Palette: saturated cobalt, tomato orange, silver, lemon yellow, and olive green. Landscape framing, balanced visual hierarchy, sharp hero food with gentle depth falloff, premium editorial menu photography, natural color, photorealistic, no people, no lettering or branding.",
"negativePrompt": "Text, logos, labels, packaging graphics, menu layout, people, hands, duplicate dishes, warped tins, malformed utensils, floating ingredients, raw-looking seafood, muddy colors, greasy mess, excessive garnish, plastic food, illustration, CGI, oversaturation, harsh clipped highlights, deep crushed shadows, extreme wide-angle distortion, cluttered background, low resolution, blur",
"width": 1600,
"height": 1024
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "4af83088-5f1e-4553-9f13-db8bb91f170c",
"model": "alibaba:wan@2.6-image",
"positivePrompt": "Create a polished commercial food photograph for a contemporary coastal conservas bar menu. A generous Spanish preserved-seafood spread sits on a cobalt-blue glazed tile table in direct Mediterranean midday sunlight. Show three open, unlabeled brushed-aluminum tins arranged in a clean diagonal composition: plump sardines gleaming in olive oil with thin lemon wheels, orange escabeche mussels with translucent shallot and parsley, and tender octopus slices dusted with smoked paprika. Surround them with a small plate of crisp golden potato chips, charred sourdough, green olives, cornichons, a cut lemon, and a chilled stemmed copita of pale fino sherry with realistic condensation. Include a folded vermilion linen napkin and a simple stainless seafood fork. Every item should look edible, fresh, and meticulously styled, with believable oil reflections, crisp bread texture, delicate seafood detail, and restrained crumbs. Photograph from a slightly elevated three-quarter angle using a professional full-frame camera and 50mm lens. Hard sunlight creates graphic striped shadows from an unseen slatted awning, while soft bounce light preserves detail in the tins. Palette: saturated cobalt, tomato orange, silver, lemon yellow, and olive green. Landscape framing, balanced visual hierarchy, sharp hero food with gentle depth falloff, premium editorial menu photography, natural color, photorealistic, no people, no lettering or branding.",
"negativePrompt": "Text, logos, labels, packaging graphics, menu layout, people, hands, duplicate dishes, warped tins, malformed utensils, floating ingredients, raw-looking seafood, muddy colors, greasy mess, excessive garnish, plastic food, illustration, CGI, oversaturation, harsh clipped highlights, deep crushed shadows, extreme wide-angle distortion, cluttered background, low resolution, blur",
"width": 1600,
"height": 1024
}
]'runware run alibaba:wan@2.6-image \
positivePrompt="Create a polished commercial food photograph for a contemporary coastal conservas bar menu. A generous Spanish preserved-seafood spread sits on a cobalt-blue glazed tile table in direct Mediterranean midday sunlight. Show three open, unlabeled brushed-aluminum tins arranged in a clean diagonal composition: plump sardines gleaming in olive oil with thin lemon wheels, orange escabeche mussels with translucent shallot and parsley, and tender octopus slices dusted with smoked paprika. Surround them with a small plate of crisp golden potato chips, charred sourdough, green olives, cornichons, a cut lemon, and a chilled stemmed copita of pale fino sherry with realistic condensation. Include a folded vermilion linen napkin and a simple stainless seafood fork. Every item should look edible, fresh, and meticulously styled, with believable oil reflections, crisp bread texture, delicate seafood detail, and restrained crumbs. Photograph from a slightly elevated three-quarter angle using a professional full-frame camera and 50mm lens. Hard sunlight creates graphic striped shadows from an unseen slatted awning, while soft bounce light preserves detail in the tins. Palette: saturated cobalt, tomato orange, silver, lemon yellow, and olive green. Landscape framing, balanced visual hierarchy, sharp hero food with gentle depth falloff, premium editorial menu photography, natural color, photorealistic, no people, no lettering or branding." \
negativePrompt="Text, logos, labels, packaging graphics, menu layout, people, hands, duplicate dishes, warped tins, malformed utensils, floating ingredients, raw-looking seafood, muddy colors, greasy mess, excessive garnish, plastic food, illustration, CGI, oversaturation, harsh clipped highlights, deep crushed shadows, extreme wide-angle distortion, cluttered background, low resolution, blur" \
width=1600 \
height=1024{
"taskType": "imageInference",
"taskUUID": "4af83088-5f1e-4553-9f13-db8bb91f170c",
"model": "alibaba:wan@2.6-image",
"positivePrompt": "Create a polished commercial food photograph for a contemporary coastal conservas bar menu. A generous Spanish preserved-seafood spread sits on a cobalt-blue glazed tile table in direct Mediterranean midday sunlight. Show three open, unlabeled brushed-aluminum tins arranged in a clean diagonal composition: plump sardines gleaming in olive oil with thin lemon wheels, orange escabeche mussels with translucent shallot and parsley, and tender octopus slices dusted with smoked paprika. Surround them with a small plate of crisp golden potato chips, charred sourdough, green olives, cornichons, a cut lemon, and a chilled stemmed copita of pale fino sherry with realistic condensation. Include a folded vermilion linen napkin and a simple stainless seafood fork. Every item should look edible, fresh, and meticulously styled, with believable oil reflections, crisp bread texture, delicate seafood detail, and restrained crumbs. Photograph from a slightly elevated three-quarter angle using a professional full-frame camera and 50mm lens. Hard sunlight creates graphic striped shadows from an unseen slatted awning, while soft bounce light preserves detail in the tins. Palette: saturated cobalt, tomato orange, silver, lemon yellow, and olive green. Landscape framing, balanced visual hierarchy, sharp hero food with gentle depth falloff, premium editorial menu photography, natural color, photorealistic, no people, no lettering or branding.",
"negativePrompt": "Text, logos, labels, packaging graphics, menu layout, people, hands, duplicate dishes, warped tins, malformed utensils, floating ingredients, raw-looking seafood, muddy colors, greasy mess, excessive garnish, plastic food, illustration, CGI, oversaturation, harsh clipped highlights, deep crushed shadows, extreme wide-angle distortion, cluttered background, low resolution, blur",
"width": 1600,
"height": 1024
}{
"taskType": "imageInference",
"taskUUID": "4af83088-5f1e-4553-9f13-db8bb91f170c",
"imageUUID": "737569ac-0378-4cc2-8917-39cf70e1ce1d",
"imageURL": "https://im.runware.ai/image/os/a08dlim3/ws/3/ii/737569ac-0378-4cc2-8917-39cf70e1ce1d.jpg",
"seed": 97927037,
"cost": 0.03
}Experimental Folk Album Cover

Finished landscape album cover artwork for an experimental folk-electronic record titled “FIRST LIGHT / LAST PICK” by “NADIA SERRANO”. A cinematic documentary photograph of a nocturnal saffron harvest in rural Spain just before dawn: a vast field of deep violet crocuses receding into low blue fog, five farm workers spaced naturally across the rows, kneeling and carefully gathering flowers into shallow wicker baskets. Their practical dark workwear and small amber headlamps create warm points of light against the cold landscape. In the foreground, dew-covered crocus petals and vivid red saffron threads are rendered with tactile macro detail; the middle distance shows human activity clearly; distant low hills dissolve into mist beneath a charcoal-indigo sky. One old utility vehicle sits far off with soft headlights glowing through the haze. Quiet, patient, grounded mood rather than romantic fantasy. Sophisticated contemporary music photography, restrained analog grain, subtle halation around lamps, rich violet, ink blue, rust red and warm amber palette, deep tonal range, natural faces and hands, coherent agricultural details. Strong panoramic composition with the horizon in the upper third and intentional negative space in the dark sky. Clean condensed ivory typography in the upper left: large exact title “FIRST LIGHT / LAST PICK”; smaller artist name directly beneath: “NADIA SERRANO”. Typography should feel editorial and integrated, with generous tracking and no additional wording. Flat final cover art only, edge-to-edge image, not a physical record mockup.
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.6-image',
positivePrompt: 'Finished landscape album cover artwork for an experimental folk-electronic record titled “FIRST LIGHT / LAST PICK” by “NADIA SERRANO”. A cinematic documentary photograph of a nocturnal saffron harvest in rural Spain just before dawn: a vast field of deep violet crocuses receding into low blue fog, five farm workers spaced naturally across the rows, kneeling and carefully gathering flowers into shallow wicker baskets. Their practical dark workwear and small amber headlamps create warm points of light against the cold landscape. In the foreground, dew-covered crocus petals and vivid red saffron threads are rendered with tactile macro detail; the middle distance shows human activity clearly; distant low hills dissolve into mist beneath a charcoal-indigo sky. One old utility vehicle sits far off with soft headlights glowing through the haze. Quiet, patient, grounded mood rather than romantic fantasy. Sophisticated contemporary music photography, restrained analog grain, subtle halation around lamps, rich violet, ink blue, rust red and warm amber palette, deep tonal range, natural faces and hands, coherent agricultural details. Strong panoramic composition with the horizon in the upper third and intentional negative space in the dark sky. Clean condensed ivory typography in the upper left: large exact title “FIRST LIGHT / LAST PICK”; smaller artist name directly beneath: “NADIA SERRANO”. Typography should feel editorial and integrated, with generous tracking and no additional wording. Flat final cover art only, edge-to-edge image, not a physical record mockup.',
negativePrompt: 'fantasy creatures, magical glow, ornate costumes, oversaturated neon, daytime sunlight, city skyline, staged fashion poses, crowded scene, duplicated workers, distorted hands, illegible lettering, misspelled title, extra text, logos, border, vinyl record, CD case, product mockup, app interface, watermark',
width: 1600,
height: 1024
})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.6-image",
"positivePrompt": "Finished landscape album cover artwork for an experimental folk-electronic record titled “FIRST LIGHT / LAST PICK” by “NADIA SERRANO”. A cinematic documentary photograph of a nocturnal saffron harvest in rural Spain just before dawn: a vast field of deep violet crocuses receding into low blue fog, five farm workers spaced naturally across the rows, kneeling and carefully gathering flowers into shallow wicker baskets. Their practical dark workwear and small amber headlamps create warm points of light against the cold landscape. In the foreground, dew-covered crocus petals and vivid red saffron threads are rendered with tactile macro detail; the middle distance shows human activity clearly; distant low hills dissolve into mist beneath a charcoal-indigo sky. One old utility vehicle sits far off with soft headlights glowing through the haze. Quiet, patient, grounded mood rather than romantic fantasy. Sophisticated contemporary music photography, restrained analog grain, subtle halation around lamps, rich violet, ink blue, rust red and warm amber palette, deep tonal range, natural faces and hands, coherent agricultural details. Strong panoramic composition with the horizon in the upper third and intentional negative space in the dark sky. Clean condensed ivory typography in the upper left: large exact title “FIRST LIGHT / LAST PICK”; smaller artist name directly beneath: “NADIA SERRANO”. Typography should feel editorial and integrated, with generous tracking and no additional wording. Flat final cover art only, edge-to-edge image, not a physical record mockup.",
"negativePrompt": "fantasy creatures, magical glow, ornate costumes, oversaturated neon, daytime sunlight, city skyline, staged fashion poses, crowded scene, duplicated workers, distorted hands, illegible lettering, misspelled title, extra text, logos, border, vinyl record, CD case, product mockup, app interface, watermark",
"width": 1600,
"height": 1024
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "755d17d0-422c-4986-8dbe-f6957d4fc89b",
"model": "alibaba:wan@2.6-image",
"positivePrompt": "Finished landscape album cover artwork for an experimental folk-electronic record titled “FIRST LIGHT / LAST PICK” by “NADIA SERRANO”. A cinematic documentary photograph of a nocturnal saffron harvest in rural Spain just before dawn: a vast field of deep violet crocuses receding into low blue fog, five farm workers spaced naturally across the rows, kneeling and carefully gathering flowers into shallow wicker baskets. Their practical dark workwear and small amber headlamps create warm points of light against the cold landscape. In the foreground, dew-covered crocus petals and vivid red saffron threads are rendered with tactile macro detail; the middle distance shows human activity clearly; distant low hills dissolve into mist beneath a charcoal-indigo sky. One old utility vehicle sits far off with soft headlights glowing through the haze. Quiet, patient, grounded mood rather than romantic fantasy. Sophisticated contemporary music photography, restrained analog grain, subtle halation around lamps, rich violet, ink blue, rust red and warm amber palette, deep tonal range, natural faces and hands, coherent agricultural details. Strong panoramic composition with the horizon in the upper third and intentional negative space in the dark sky. Clean condensed ivory typography in the upper left: large exact title “FIRST LIGHT / LAST PICK”; smaller artist name directly beneath: “NADIA SERRANO”. Typography should feel editorial and integrated, with generous tracking and no additional wording. Flat final cover art only, edge-to-edge image, not a physical record mockup.",
"negativePrompt": "fantasy creatures, magical glow, ornate costumes, oversaturated neon, daytime sunlight, city skyline, staged fashion poses, crowded scene, duplicated workers, distorted hands, illegible lettering, misspelled title, extra text, logos, border, vinyl record, CD case, product mockup, app interface, watermark",
"width": 1600,
"height": 1024
}
]'runware run alibaba:wan@2.6-image \
positivePrompt="Finished landscape album cover artwork for an experimental folk-electronic record titled “FIRST LIGHT / LAST PICK” by “NADIA SERRANO”. A cinematic documentary photograph of a nocturnal saffron harvest in rural Spain just before dawn: a vast field of deep violet crocuses receding into low blue fog, five farm workers spaced naturally across the rows, kneeling and carefully gathering flowers into shallow wicker baskets. Their practical dark workwear and small amber headlamps create warm points of light against the cold landscape. In the foreground, dew-covered crocus petals and vivid red saffron threads are rendered with tactile macro detail; the middle distance shows human activity clearly; distant low hills dissolve into mist beneath a charcoal-indigo sky. One old utility vehicle sits far off with soft headlights glowing through the haze. Quiet, patient, grounded mood rather than romantic fantasy. Sophisticated contemporary music photography, restrained analog grain, subtle halation around lamps, rich violet, ink blue, rust red and warm amber palette, deep tonal range, natural faces and hands, coherent agricultural details. Strong panoramic composition with the horizon in the upper third and intentional negative space in the dark sky. Clean condensed ivory typography in the upper left: large exact title “FIRST LIGHT / LAST PICK”; smaller artist name directly beneath: “NADIA SERRANO”. Typography should feel editorial and integrated, with generous tracking and no additional wording. Flat final cover art only, edge-to-edge image, not a physical record mockup." \
negativePrompt="fantasy creatures, magical glow, ornate costumes, oversaturated neon, daytime sunlight, city skyline, staged fashion poses, crowded scene, duplicated workers, distorted hands, illegible lettering, misspelled title, extra text, logos, border, vinyl record, CD case, product mockup, app interface, watermark" \
width=1600 \
height=1024{
"taskType": "imageInference",
"taskUUID": "755d17d0-422c-4986-8dbe-f6957d4fc89b",
"model": "alibaba:wan@2.6-image",
"positivePrompt": "Finished landscape album cover artwork for an experimental folk-electronic record titled “FIRST LIGHT / LAST PICK” by “NADIA SERRANO”. A cinematic documentary photograph of a nocturnal saffron harvest in rural Spain just before dawn: a vast field of deep violet crocuses receding into low blue fog, five farm workers spaced naturally across the rows, kneeling and carefully gathering flowers into shallow wicker baskets. Their practical dark workwear and small amber headlamps create warm points of light against the cold landscape. In the foreground, dew-covered crocus petals and vivid red saffron threads are rendered with tactile macro detail; the middle distance shows human activity clearly; distant low hills dissolve into mist beneath a charcoal-indigo sky. One old utility vehicle sits far off with soft headlights glowing through the haze. Quiet, patient, grounded mood rather than romantic fantasy. Sophisticated contemporary music photography, restrained analog grain, subtle halation around lamps, rich violet, ink blue, rust red and warm amber palette, deep tonal range, natural faces and hands, coherent agricultural details. Strong panoramic composition with the horizon in the upper third and intentional negative space in the dark sky. Clean condensed ivory typography in the upper left: large exact title “FIRST LIGHT / LAST PICK”; smaller artist name directly beneath: “NADIA SERRANO”. Typography should feel editorial and integrated, with generous tracking and no additional wording. Flat final cover art only, edge-to-edge image, not a physical record mockup.",
"negativePrompt": "fantasy creatures, magical glow, ornate costumes, oversaturated neon, daytime sunlight, city skyline, staged fashion poses, crowded scene, duplicated workers, distorted hands, illegible lettering, misspelled title, extra text, logos, border, vinyl record, CD case, product mockup, app interface, watermark",
"width": 1600,
"height": 1024
}{
"taskType": "imageInference",
"taskUUID": "755d17d0-422c-4986-8dbe-f6957d4fc89b",
"imageUUID": "49548190-a027-4b7a-8399-3b79656f26e4",
"imageURL": "https://im.runware.ai/image/os/a09dlim3/ws/3/ii/49548190-a027-4b7a-8399-3b79656f26e4.jpg",
"seed": 267758315,
"cost": 0.03
}Storm Chaser Broadcast Avatar

Create a premium stylized profile avatar for a professional severe-weather livestreamer. Use reference image 1 as the strict identity anchor: preserve the subject’s recognizable facial structure, warm brown complexion, short wavy black hair with its single silver streak, round dark glasses, nose ring, age and calm, capable expression. Use reference image 2 as the environment and lighting anchor: place them inside the storm-chasing command van, with simplified radar screens and radio hardware behind them, and echo the cobalt storm light, safety-orange equipment glow and distant supercell visible through the side window. Render the final portrait as sophisticated editorial vector art with screen-printed texture: crisp geometric shadow shapes, restrained halftone grain, bold cobalt blue, charcoal, warm cream and signal orange palette. Chest-up, nearly frontal pose, slight three-quarter turn, direct eye contact, face dominant and unobstructed. Give the subject a dark field jacket with one small orange reflective tab and a compact radio microphone clipped near the collar. Frame loosely enough for the full 1024x1600 portrait while keeping the head and shoulders inside a central square and circular avatar-safe area. Strong silhouette, clean separation from the equipment, subtle storm-energy arcs derived from radar contours, confident and analytical rather than heroic or sensational. Polished creator-brand artwork, no lettering, no logo, no watermark.
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.6-image',
positivePrompt: 'Create a premium stylized profile avatar for a professional severe-weather livestreamer. Use reference image 1 as the strict identity anchor: preserve the subject’s recognizable facial structure, warm brown complexion, short wavy black hair with its single silver streak, round dark glasses, nose ring, age and calm, capable expression. Use reference image 2 as the environment and lighting anchor: place them inside the storm-chasing command van, with simplified radar screens and radio hardware behind them, and echo the cobalt storm light, safety-orange equipment glow and distant supercell visible through the side window.\n\nRender the final portrait as sophisticated editorial vector art with screen-printed texture: crisp geometric shadow shapes, restrained halftone grain, bold cobalt blue, charcoal, warm cream and signal orange palette. Chest-up, nearly frontal pose, slight three-quarter turn, direct eye contact, face dominant and unobstructed. Give the subject a dark field jacket with one small orange reflective tab and a compact radio microphone clipped near the collar. Frame loosely enough for the full 1024x1600 portrait while keeping the head and shoulders inside a central square and circular avatar-safe area. Strong silhouette, clean separation from the equipment, subtle storm-energy arcs derived from radar contours, confident and analytical rather than heroic or sensational. Polished creator-brand artwork, no lettering, no logo, no watermark.',
negativePrompt: 'Photorealistic rendering, generic face, changed identity, extra people, duplicated glasses, obscured eyes, exaggerated superhero pose, disaster spectacle, lightning crossing the face, cluttered composition, illegible interface text, typography, logo, watermark, deformed hands, distorted equipment, childish cartoon style, neon rainbow palette.',
width: 1024,
height: 1600,
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/2368c8be-58b7-46fd-9aff-11cf4141152f.jpg',
'https://assets.runware.ai/assets/inputs/ad179cf0-3a33-4cb6-9f2f-c7d16e84e811.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.6-image",
"positivePrompt": "Create a premium stylized profile avatar for a professional severe-weather livestreamer. Use reference image 1 as the strict identity anchor: preserve the subject’s recognizable facial structure, warm brown complexion, short wavy black hair with its single silver streak, round dark glasses, nose ring, age and calm, capable expression. Use reference image 2 as the environment and lighting anchor: place them inside the storm-chasing command van, with simplified radar screens and radio hardware behind them, and echo the cobalt storm light, safety-orange equipment glow and distant supercell visible through the side window.\n\nRender the final portrait as sophisticated editorial vector art with screen-printed texture: crisp geometric shadow shapes, restrained halftone grain, bold cobalt blue, charcoal, warm cream and signal orange palette. Chest-up, nearly frontal pose, slight three-quarter turn, direct eye contact, face dominant and unobstructed. Give the subject a dark field jacket with one small orange reflective tab and a compact radio microphone clipped near the collar. Frame loosely enough for the full 1024x1600 portrait while keeping the head and shoulders inside a central square and circular avatar-safe area. Strong silhouette, clean separation from the equipment, subtle storm-energy arcs derived from radar contours, confident and analytical rather than heroic or sensational. Polished creator-brand artwork, no lettering, no logo, no watermark.",
"negativePrompt": "Photorealistic rendering, generic face, changed identity, extra people, duplicated glasses, obscured eyes, exaggerated superhero pose, disaster spectacle, lightning crossing the face, cluttered composition, illegible interface text, typography, logo, watermark, deformed hands, distorted equipment, childish cartoon style, neon rainbow palette.",
"width": 1024,
"height": 1600,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/2368c8be-58b7-46fd-9aff-11cf4141152f.jpg",
"https://assets.runware.ai/assets/inputs/ad179cf0-3a33-4cb6-9f2f-c7d16e84e811.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": "d2fc25ff-2a87-4751-9d4e-33a60e6a9905",
"model": "alibaba:wan@2.6-image",
"positivePrompt": "Create a premium stylized profile avatar for a professional severe-weather livestreamer. Use reference image 1 as the strict identity anchor: preserve the subject’s recognizable facial structure, warm brown complexion, short wavy black hair with its single silver streak, round dark glasses, nose ring, age and calm, capable expression. Use reference image 2 as the environment and lighting anchor: place them inside the storm-chasing command van, with simplified radar screens and radio hardware behind them, and echo the cobalt storm light, safety-orange equipment glow and distant supercell visible through the side window.\n\nRender the final portrait as sophisticated editorial vector art with screen-printed texture: crisp geometric shadow shapes, restrained halftone grain, bold cobalt blue, charcoal, warm cream and signal orange palette. Chest-up, nearly frontal pose, slight three-quarter turn, direct eye contact, face dominant and unobstructed. Give the subject a dark field jacket with one small orange reflective tab and a compact radio microphone clipped near the collar. Frame loosely enough for the full 1024x1600 portrait while keeping the head and shoulders inside a central square and circular avatar-safe area. Strong silhouette, clean separation from the equipment, subtle storm-energy arcs derived from radar contours, confident and analytical rather than heroic or sensational. Polished creator-brand artwork, no lettering, no logo, no watermark.",
"negativePrompt": "Photorealistic rendering, generic face, changed identity, extra people, duplicated glasses, obscured eyes, exaggerated superhero pose, disaster spectacle, lightning crossing the face, cluttered composition, illegible interface text, typography, logo, watermark, deformed hands, distorted equipment, childish cartoon style, neon rainbow palette.",
"width": 1024,
"height": 1600,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/2368c8be-58b7-46fd-9aff-11cf4141152f.jpg",
"https://assets.runware.ai/assets/inputs/ad179cf0-3a33-4cb6-9f2f-c7d16e84e811.jpg"
]
}
}
]'runware run alibaba:wan@2.6-image \
positivePrompt="Create a premium stylized profile avatar for a professional severe-weather livestreamer. Use reference image 1 as the strict identity anchor: preserve the subject’s recognizable facial structure, warm brown complexion, short wavy black hair with its single silver streak, round dark glasses, nose ring, age and calm, capable expression. Use reference image 2 as the environment and lighting anchor: place them inside the storm-chasing command van, with simplified radar screens and radio hardware behind them, and echo the cobalt storm light, safety-orange equipment glow and distant supercell visible through the side window.
Render the final portrait as sophisticated editorial vector art with screen-printed texture: crisp geometric shadow shapes, restrained halftone grain, bold cobalt blue, charcoal, warm cream and signal orange palette. Chest-up, nearly frontal pose, slight three-quarter turn, direct eye contact, face dominant and unobstructed. Give the subject a dark field jacket with one small orange reflective tab and a compact radio microphone clipped near the collar. Frame loosely enough for the full 1024x1600 portrait while keeping the head and shoulders inside a central square and circular avatar-safe area. Strong silhouette, clean separation from the equipment, subtle storm-energy arcs derived from radar contours, confident and analytical rather than heroic or sensational. Polished creator-brand artwork, no lettering, no logo, no watermark." \
negativePrompt="Photorealistic rendering, generic face, changed identity, extra people, duplicated glasses, obscured eyes, exaggerated superhero pose, disaster spectacle, lightning crossing the face, cluttered composition, illegible interface text, typography, logo, watermark, deformed hands, distorted equipment, childish cartoon style, neon rainbow palette." \
width=1024 \
height=1600 \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/2368c8be-58b7-46fd-9aff-11cf4141152f.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/ad179cf0-3a33-4cb6-9f2f-c7d16e84e811.jpg{
"taskType": "imageInference",
"taskUUID": "d2fc25ff-2a87-4751-9d4e-33a60e6a9905",
"model": "alibaba:wan@2.6-image",
"positivePrompt": "Create a premium stylized profile avatar for a professional severe-weather livestreamer. Use reference image 1 as the strict identity anchor: preserve the subject’s recognizable facial structure, warm brown complexion, short wavy black hair with its single silver streak, round dark glasses, nose ring, age and calm, capable expression. Use reference image 2 as the environment and lighting anchor: place them inside the storm-chasing command van, with simplified radar screens and radio hardware behind them, and echo the cobalt storm light, safety-orange equipment glow and distant supercell visible through the side window.\n\nRender the final portrait as sophisticated editorial vector art with screen-printed texture: crisp geometric shadow shapes, restrained halftone grain, bold cobalt blue, charcoal, warm cream and signal orange palette. Chest-up, nearly frontal pose, slight three-quarter turn, direct eye contact, face dominant and unobstructed. Give the subject a dark field jacket with one small orange reflective tab and a compact radio microphone clipped near the collar. Frame loosely enough for the full 1024x1600 portrait while keeping the head and shoulders inside a central square and circular avatar-safe area. Strong silhouette, clean separation from the equipment, subtle storm-energy arcs derived from radar contours, confident and analytical rather than heroic or sensational. Polished creator-brand artwork, no lettering, no logo, no watermark.",
"negativePrompt": "Photorealistic rendering, generic face, changed identity, extra people, duplicated glasses, obscured eyes, exaggerated superhero pose, disaster spectacle, lightning crossing the face, cluttered composition, illegible interface text, typography, logo, watermark, deformed hands, distorted equipment, childish cartoon style, neon rainbow palette.",
"width": 1024,
"height": 1600,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/2368c8be-58b7-46fd-9aff-11cf4141152f.jpg",
"https://assets.runware.ai/assets/inputs/ad179cf0-3a33-4cb6-9f2f-c7d16e84e811.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "d2fc25ff-2a87-4751-9d4e-33a60e6a9905",
"imageUUID": "1b989eb4-0c45-4ea1-8772-e560e229ced4",
"imageURL": "https://im.runware.ai/image/os/a06dlim3/ws/3/ii/1b989eb4-0c45-4ea1-8772-e560e229ced4.jpg",
"seed": 1264337072,
"cost": 0.03
}Paleobotanist Linocut Profile Avatar

Create a finished stylized professional profile avatar for a paleobotany researcher and science communicator. Use reference image 1 strictly as the identity anchor: preserve the person’s recognizable facial structure, skin tone, close-cropped curls, round dark-green glasses, expressive eyes, subtle tooth gap, age, and calm confident presence. Use reference image 2 strictly as the art-direction anchor: translate its hand-carved linocut contours, imperfect ink registration, fibrous paper texture, fern motifs, geological layers, and restrained inky-plum, terracotta, celery-green, charcoal, and cream palette into the portrait. Do not copy a face or composition from reference 2. Head-and-shoulders three-quarter portrait, subject looking directly toward the viewer with a slight intelligent half-smile, wearing a practical clay-colored field jacket with a small fossil-fern enamel pin. Render the face with flattering graphic simplification while retaining precise likeness and natural skin character. Surround the silhouette with an elegant circular arrangement of fossil fronds and stratigraphic bands, like a contemporary science-editorial emblem. Tall 1024x1600 composition with generous breathing room; keep the face large, centered, and entirely safe within a central square crop for profile-picture use. Crisp silhouette, balanced negative space, tactile printmaking detail, sophisticated museum-publication quality, warm and grounded rather than whimsical. Standalone artwork only, no frame, no mockup, no typography, no logo, no interface elements.
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.6-image',
positivePrompt: 'Create a finished stylized professional profile avatar for a paleobotany researcher and science communicator. Use reference image 1 strictly as the identity anchor: preserve the person’s recognizable facial structure, skin tone, close-cropped curls, round dark-green glasses, expressive eyes, subtle tooth gap, age, and calm confident presence. Use reference image 2 strictly as the art-direction anchor: translate its hand-carved linocut contours, imperfect ink registration, fibrous paper texture, fern motifs, geological layers, and restrained inky-plum, terracotta, celery-green, charcoal, and cream palette into the portrait. Do not copy a face or composition from reference 2.\n\nHead-and-shoulders three-quarter portrait, subject looking directly toward the viewer with a slight intelligent half-smile, wearing a practical clay-colored field jacket with a small fossil-fern enamel pin. Render the face with flattering graphic simplification while retaining precise likeness and natural skin character. Surround the silhouette with an elegant circular arrangement of fossil fronds and stratigraphic bands, like a contemporary science-editorial emblem. Tall 1024x1600 composition with generous breathing room; keep the face large, centered, and entirely safe within a central square crop for profile-picture use. Crisp silhouette, balanced negative space, tactile printmaking detail, sophisticated museum-publication quality, warm and grounded rather than whimsical. Standalone artwork only, no frame, no mockup, no typography, no logo, no interface elements.',
negativePrompt: 'Photorealism, generic face, altered ethnicity, changed age, missing glasses, exaggerated caricature, fantasy costume, steampunk elements, laboratory clichés, busy scenery, harsh neon colors, glossy 3D rendering, text, letters, watermark, logo, border, app interface, cropped head, obscured face, distorted features, asymmetrical eyes, extra accessories.',
width: 1024,
height: 1600,
providerSettings: {
alibaba: {
promptExtend: false
}
},
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/6f3e4738-1286-46e5-9219-f5d81acf750c.jpg',
'https://assets.runware.ai/assets/inputs/35122f95-26d3-42f0-be29-db1256926ad3.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.6-image",
"positivePrompt": "Create a finished stylized professional profile avatar for a paleobotany researcher and science communicator. Use reference image 1 strictly as the identity anchor: preserve the person’s recognizable facial structure, skin tone, close-cropped curls, round dark-green glasses, expressive eyes, subtle tooth gap, age, and calm confident presence. Use reference image 2 strictly as the art-direction anchor: translate its hand-carved linocut contours, imperfect ink registration, fibrous paper texture, fern motifs, geological layers, and restrained inky-plum, terracotta, celery-green, charcoal, and cream palette into the portrait. Do not copy a face or composition from reference 2.\n\nHead-and-shoulders three-quarter portrait, subject looking directly toward the viewer with a slight intelligent half-smile, wearing a practical clay-colored field jacket with a small fossil-fern enamel pin. Render the face with flattering graphic simplification while retaining precise likeness and natural skin character. Surround the silhouette with an elegant circular arrangement of fossil fronds and stratigraphic bands, like a contemporary science-editorial emblem. Tall 1024x1600 composition with generous breathing room; keep the face large, centered, and entirely safe within a central square crop for profile-picture use. Crisp silhouette, balanced negative space, tactile printmaking detail, sophisticated museum-publication quality, warm and grounded rather than whimsical. Standalone artwork only, no frame, no mockup, no typography, no logo, no interface elements.",
"negativePrompt": "Photorealism, generic face, altered ethnicity, changed age, missing glasses, exaggerated caricature, fantasy costume, steampunk elements, laboratory clichés, busy scenery, harsh neon colors, glossy 3D rendering, text, letters, watermark, logo, border, app interface, cropped head, obscured face, distorted features, asymmetrical eyes, extra accessories.",
"width": 1024,
"height": 1600,
"providerSettings": {
"alibaba": {
"promptExtend": False
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/6f3e4738-1286-46e5-9219-f5d81acf750c.jpg",
"https://assets.runware.ai/assets/inputs/35122f95-26d3-42f0-be29-db1256926ad3.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": "1c58b435-5ab7-48c6-baa1-98e6aff55727",
"model": "alibaba:wan@2.6-image",
"positivePrompt": "Create a finished stylized professional profile avatar for a paleobotany researcher and science communicator. Use reference image 1 strictly as the identity anchor: preserve the person’s recognizable facial structure, skin tone, close-cropped curls, round dark-green glasses, expressive eyes, subtle tooth gap, age, and calm confident presence. Use reference image 2 strictly as the art-direction anchor: translate its hand-carved linocut contours, imperfect ink registration, fibrous paper texture, fern motifs, geological layers, and restrained inky-plum, terracotta, celery-green, charcoal, and cream palette into the portrait. Do not copy a face or composition from reference 2.\n\nHead-and-shoulders three-quarter portrait, subject looking directly toward the viewer with a slight intelligent half-smile, wearing a practical clay-colored field jacket with a small fossil-fern enamel pin. Render the face with flattering graphic simplification while retaining precise likeness and natural skin character. Surround the silhouette with an elegant circular arrangement of fossil fronds and stratigraphic bands, like a contemporary science-editorial emblem. Tall 1024x1600 composition with generous breathing room; keep the face large, centered, and entirely safe within a central square crop for profile-picture use. Crisp silhouette, balanced negative space, tactile printmaking detail, sophisticated museum-publication quality, warm and grounded rather than whimsical. Standalone artwork only, no frame, no mockup, no typography, no logo, no interface elements.",
"negativePrompt": "Photorealism, generic face, altered ethnicity, changed age, missing glasses, exaggerated caricature, fantasy costume, steampunk elements, laboratory clichés, busy scenery, harsh neon colors, glossy 3D rendering, text, letters, watermark, logo, border, app interface, cropped head, obscured face, distorted features, asymmetrical eyes, extra accessories.",
"width": 1024,
"height": 1600,
"providerSettings": {
"alibaba": {
"promptExtend": false
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/6f3e4738-1286-46e5-9219-f5d81acf750c.jpg",
"https://assets.runware.ai/assets/inputs/35122f95-26d3-42f0-be29-db1256926ad3.jpg"
]
}
}
]'runware run alibaba:wan@2.6-image \
positivePrompt="Create a finished stylized professional profile avatar for a paleobotany researcher and science communicator. Use reference image 1 strictly as the identity anchor: preserve the person’s recognizable facial structure, skin tone, close-cropped curls, round dark-green glasses, expressive eyes, subtle tooth gap, age, and calm confident presence. Use reference image 2 strictly as the art-direction anchor: translate its hand-carved linocut contours, imperfect ink registration, fibrous paper texture, fern motifs, geological layers, and restrained inky-plum, terracotta, celery-green, charcoal, and cream palette into the portrait. Do not copy a face or composition from reference 2.
Head-and-shoulders three-quarter portrait, subject looking directly toward the viewer with a slight intelligent half-smile, wearing a practical clay-colored field jacket with a small fossil-fern enamel pin. Render the face with flattering graphic simplification while retaining precise likeness and natural skin character. Surround the silhouette with an elegant circular arrangement of fossil fronds and stratigraphic bands, like a contemporary science-editorial emblem. Tall 1024x1600 composition with generous breathing room; keep the face large, centered, and entirely safe within a central square crop for profile-picture use. Crisp silhouette, balanced negative space, tactile printmaking detail, sophisticated museum-publication quality, warm and grounded rather than whimsical. Standalone artwork only, no frame, no mockup, no typography, no logo, no interface elements." \
negativePrompt="Photorealism, generic face, altered ethnicity, changed age, missing glasses, exaggerated caricature, fantasy costume, steampunk elements, laboratory clichés, busy scenery, harsh neon colors, glossy 3D rendering, text, letters, watermark, logo, border, app interface, cropped head, obscured face, distorted features, asymmetrical eyes, extra accessories." \
width=1024 \
height=1600 \
providerSettings.alibaba.promptExtend=false \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/6f3e4738-1286-46e5-9219-f5d81acf750c.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/35122f95-26d3-42f0-be29-db1256926ad3.jpg{
"taskType": "imageInference",
"taskUUID": "1c58b435-5ab7-48c6-baa1-98e6aff55727",
"model": "alibaba:wan@2.6-image",
"positivePrompt": "Create a finished stylized professional profile avatar for a paleobotany researcher and science communicator. Use reference image 1 strictly as the identity anchor: preserve the person’s recognizable facial structure, skin tone, close-cropped curls, round dark-green glasses, expressive eyes, subtle tooth gap, age, and calm confident presence. Use reference image 2 strictly as the art-direction anchor: translate its hand-carved linocut contours, imperfect ink registration, fibrous paper texture, fern motifs, geological layers, and restrained inky-plum, terracotta, celery-green, charcoal, and cream palette into the portrait. Do not copy a face or composition from reference 2.\n\nHead-and-shoulders three-quarter portrait, subject looking directly toward the viewer with a slight intelligent half-smile, wearing a practical clay-colored field jacket with a small fossil-fern enamel pin. Render the face with flattering graphic simplification while retaining precise likeness and natural skin character. Surround the silhouette with an elegant circular arrangement of fossil fronds and stratigraphic bands, like a contemporary science-editorial emblem. Tall 1024x1600 composition with generous breathing room; keep the face large, centered, and entirely safe within a central square crop for profile-picture use. Crisp silhouette, balanced negative space, tactile printmaking detail, sophisticated museum-publication quality, warm and grounded rather than whimsical. Standalone artwork only, no frame, no mockup, no typography, no logo, no interface elements.",
"negativePrompt": "Photorealism, generic face, altered ethnicity, changed age, missing glasses, exaggerated caricature, fantasy costume, steampunk elements, laboratory clichés, busy scenery, harsh neon colors, glossy 3D rendering, text, letters, watermark, logo, border, app interface, cropped head, obscured face, distorted features, asymmetrical eyes, extra accessories.",
"width": 1024,
"height": 1600,
"providerSettings": {
"alibaba": {
"promptExtend": false
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/6f3e4738-1286-46e5-9219-f5d81acf750c.jpg",
"https://assets.runware.ai/assets/inputs/35122f95-26d3-42f0-be29-db1256926ad3.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "1c58b435-5ab7-48c6-baa1-98e6aff55727",
"imageUUID": "39ded29a-d3bf-4a30-88fe-ee2282eb71ff",
"imageURL": "https://im.runware.ai/image/os/a06dlim3/ws/3/ii/39ded29a-d3bf-4a30-88fe-ee2282eb71ff.jpg",
"seed": 1472145715,
"cost": 0.03
}Art Deco Airship Lounge

Create a refined editorial illustration of an elegant passenger lounge inside a grand vintage airship cruising above a vast sea of clouds. Merge the references into one coherent scene: a spacious Art Deco interior with curved brass ribs, geometric inlays, emerald velvet seating, polished walnut surfaces, and sweeping observation windows filled with glowing high-altitude cloud layers. Feature a poised traveler in a 1930s-inspired aviator ensemble standing near the center aisle, styled with understated luxury and clean silhouette. Emphasize strong composition, believable depth, crisp architectural lines, premium materials, and cinematic atmosphere. The overall image should feel sophisticated, transportive, and richly detailed, with warm amber light interacting with cool sky tones for balanced contrast.
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.6-image',
positivePrompt: 'Create a refined editorial illustration of an elegant passenger lounge inside a grand vintage airship cruising above a vast sea of clouds. Merge the references into one coherent scene: a spacious Art Deco interior with curved brass ribs, geometric inlays, emerald velvet seating, polished walnut surfaces, and sweeping observation windows filled with glowing high-altitude cloud layers. Feature a poised traveler in a 1930s-inspired aviator ensemble standing near the center aisle, styled with understated luxury and clean silhouette. Emphasize strong composition, believable depth, crisp architectural lines, premium materials, and cinematic atmosphere. The overall image should feel sophisticated, transportive, and richly detailed, with warm amber light interacting with cool sky tones for balanced contrast.',
negativePrompt: 'low detail, blurry, distorted anatomy, extra limbs, duplicate person, cluttered scene, flat lighting, text, watermark, oversaturated colors, messy perspective',
width: 1024,
height: 768,
providerSettings: {
alibaba: {
promptExtend: false
}
},
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/1ba6e0d7-4e9c-465b-b750-d14bc8773d46.jpg',
'https://assets.runware.ai/assets/inputs/1d809e01-be21-4108-af12-d0c38d2016c4.jpg',
'https://assets.runware.ai/assets/inputs/70176373-bba0-4e75-be51-d454c955a306.jpg',
'https://assets.runware.ai/assets/inputs/da8272f0-5b94-4779-a496-2e7e9b32634a.jpg'
]
}
})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.6-image",
"positivePrompt": "Create a refined editorial illustration of an elegant passenger lounge inside a grand vintage airship cruising above a vast sea of clouds. Merge the references into one coherent scene: a spacious Art Deco interior with curved brass ribs, geometric inlays, emerald velvet seating, polished walnut surfaces, and sweeping observation windows filled with glowing high-altitude cloud layers. Feature a poised traveler in a 1930s-inspired aviator ensemble standing near the center aisle, styled with understated luxury and clean silhouette. Emphasize strong composition, believable depth, crisp architectural lines, premium materials, and cinematic atmosphere. The overall image should feel sophisticated, transportive, and richly detailed, with warm amber light interacting with cool sky tones for balanced contrast.",
"negativePrompt": "low detail, blurry, distorted anatomy, extra limbs, duplicate person, cluttered scene, flat lighting, text, watermark, oversaturated colors, messy perspective",
"width": 1024,
"height": 768,
"providerSettings": {
"alibaba": {
"promptExtend": False
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/1ba6e0d7-4e9c-465b-b750-d14bc8773d46.jpg",
"https://assets.runware.ai/assets/inputs/1d809e01-be21-4108-af12-d0c38d2016c4.jpg",
"https://assets.runware.ai/assets/inputs/70176373-bba0-4e75-be51-d454c955a306.jpg",
"https://assets.runware.ai/assets/inputs/da8272f0-5b94-4779-a496-2e7e9b32634a.jpg"
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "4b8de343-e0b4-450a-8948-4b7284278d1c",
"model": "alibaba:wan@2.6-image",
"positivePrompt": "Create a refined editorial illustration of an elegant passenger lounge inside a grand vintage airship cruising above a vast sea of clouds. Merge the references into one coherent scene: a spacious Art Deco interior with curved brass ribs, geometric inlays, emerald velvet seating, polished walnut surfaces, and sweeping observation windows filled with glowing high-altitude cloud layers. Feature a poised traveler in a 1930s-inspired aviator ensemble standing near the center aisle, styled with understated luxury and clean silhouette. Emphasize strong composition, believable depth, crisp architectural lines, premium materials, and cinematic atmosphere. The overall image should feel sophisticated, transportive, and richly detailed, with warm amber light interacting with cool sky tones for balanced contrast.",
"negativePrompt": "low detail, blurry, distorted anatomy, extra limbs, duplicate person, cluttered scene, flat lighting, text, watermark, oversaturated colors, messy perspective",
"width": 1024,
"height": 768,
"providerSettings": {
"alibaba": {
"promptExtend": false
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/1ba6e0d7-4e9c-465b-b750-d14bc8773d46.jpg",
"https://assets.runware.ai/assets/inputs/1d809e01-be21-4108-af12-d0c38d2016c4.jpg",
"https://assets.runware.ai/assets/inputs/70176373-bba0-4e75-be51-d454c955a306.jpg",
"https://assets.runware.ai/assets/inputs/da8272f0-5b94-4779-a496-2e7e9b32634a.jpg"
]
}
}
]'runware run alibaba:wan@2.6-image \
positivePrompt="Create a refined editorial illustration of an elegant passenger lounge inside a grand vintage airship cruising above a vast sea of clouds. Merge the references into one coherent scene: a spacious Art Deco interior with curved brass ribs, geometric inlays, emerald velvet seating, polished walnut surfaces, and sweeping observation windows filled with glowing high-altitude cloud layers. Feature a poised traveler in a 1930s-inspired aviator ensemble standing near the center aisle, styled with understated luxury and clean silhouette. Emphasize strong composition, believable depth, crisp architectural lines, premium materials, and cinematic atmosphere. The overall image should feel sophisticated, transportive, and richly detailed, with warm amber light interacting with cool sky tones for balanced contrast." \
negativePrompt="low detail, blurry, distorted anatomy, extra limbs, duplicate person, cluttered scene, flat lighting, text, watermark, oversaturated colors, messy perspective" \
width=1024 \
height=768 \
providerSettings.alibaba.promptExtend=false \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/1ba6e0d7-4e9c-465b-b750-d14bc8773d46.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/1d809e01-be21-4108-af12-d0c38d2016c4.jpg \
inputs.referenceImages.2=https://assets.runware.ai/assets/inputs/70176373-bba0-4e75-be51-d454c955a306.jpg \
inputs.referenceImages.3=https://assets.runware.ai/assets/inputs/da8272f0-5b94-4779-a496-2e7e9b32634a.jpg{
"taskType": "imageInference",
"taskUUID": "4b8de343-e0b4-450a-8948-4b7284278d1c",
"model": "alibaba:wan@2.6-image",
"positivePrompt": "Create a refined editorial illustration of an elegant passenger lounge inside a grand vintage airship cruising above a vast sea of clouds. Merge the references into one coherent scene: a spacious Art Deco interior with curved brass ribs, geometric inlays, emerald velvet seating, polished walnut surfaces, and sweeping observation windows filled with glowing high-altitude cloud layers. Feature a poised traveler in a 1930s-inspired aviator ensemble standing near the center aisle, styled with understated luxury and clean silhouette. Emphasize strong composition, believable depth, crisp architectural lines, premium materials, and cinematic atmosphere. The overall image should feel sophisticated, transportive, and richly detailed, with warm amber light interacting with cool sky tones for balanced contrast.",
"negativePrompt": "low detail, blurry, distorted anatomy, extra limbs, duplicate person, cluttered scene, flat lighting, text, watermark, oversaturated colors, messy perspective",
"width": 1024,
"height": 768,
"providerSettings": {
"alibaba": {
"promptExtend": false
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/1ba6e0d7-4e9c-465b-b750-d14bc8773d46.jpg",
"https://assets.runware.ai/assets/inputs/1d809e01-be21-4108-af12-d0c38d2016c4.jpg",
"https://assets.runware.ai/assets/inputs/70176373-bba0-4e75-be51-d454c955a306.jpg",
"https://assets.runware.ai/assets/inputs/da8272f0-5b94-4779-a496-2e7e9b32634a.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "4b8de343-e0b4-450a-8948-4b7284278d1c",
"imageUUID": "586e0153-91ac-40fb-903c-4185d9946322",
"imageURL": "https://im.runware.ai/image/os/a14d18/ws/3/ii/586e0153-91ac-40fb-903c-4185d9946322.jpg",
"seed": 572922284,
"cost": 0.03
}Ornate Canal Masquerade Procession

Create a grand ceremonial scene in a historic canal city, combining the ornate costume language of the first reference with the environment and spatial character of the second reference. A masked lead figure stands on the prow of a decorated wooden boat, surrounded by attendants in layered textiles and musicians, drifting through a narrow canal beneath carved stone bridges. Warm lantern light reflects across the water, intricate masonry and banners frame the route, and the crowd watches from balconies and steps. Emphasize elegant fabric texture, polished wood, gilded ornament, refined facial masks, coherent anatomy, deep perspective, and cinematic editorial realism with lush detail and clean spatial structure.
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.6-image',
positivePrompt: 'Create a grand ceremonial scene in a historic canal city, combining the ornate costume language of the first reference with the environment and spatial character of the second reference. A masked lead figure stands on the prow of a decorated wooden boat, surrounded by attendants in layered textiles and musicians, drifting through a narrow canal beneath carved stone bridges. Warm lantern light reflects across the water, intricate masonry and banners frame the route, and the crowd watches from balconies and steps. Emphasize elegant fabric texture, polished wood, gilded ornament, refined facial masks, coherent anatomy, deep perspective, and cinematic editorial realism with lush detail and clean spatial structure.',
negativePrompt: 'blurry, low detail, distorted hands, extra limbs, duplicate people, warped architecture, text, watermark, oversaturated, flat lighting, cropped subject',
width: 1024,
height: 768,
providerSettings: {
alibaba: {
promptExtend: false
}
},
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/bca1e88e-c097-45ed-b816-de5e64cd8e8c.jpg',
'https://assets.runware.ai/assets/inputs/f7adbdb5-9022-4b2f-a381-50d55535719d.jpg'
]
}
})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.6-image",
"positivePrompt": "Create a grand ceremonial scene in a historic canal city, combining the ornate costume language of the first reference with the environment and spatial character of the second reference. A masked lead figure stands on the prow of a decorated wooden boat, surrounded by attendants in layered textiles and musicians, drifting through a narrow canal beneath carved stone bridges. Warm lantern light reflects across the water, intricate masonry and banners frame the route, and the crowd watches from balconies and steps. Emphasize elegant fabric texture, polished wood, gilded ornament, refined facial masks, coherent anatomy, deep perspective, and cinematic editorial realism with lush detail and clean spatial structure.",
"negativePrompt": "blurry, low detail, distorted hands, extra limbs, duplicate people, warped architecture, text, watermark, oversaturated, flat lighting, cropped subject",
"width": 1024,
"height": 768,
"providerSettings": {
"alibaba": {
"promptExtend": False
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/bca1e88e-c097-45ed-b816-de5e64cd8e8c.jpg",
"https://assets.runware.ai/assets/inputs/f7adbdb5-9022-4b2f-a381-50d55535719d.jpg"
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "b1ba5e6f-1fb2-4e25-a222-9b494da7947b",
"model": "alibaba:wan@2.6-image",
"positivePrompt": "Create a grand ceremonial scene in a historic canal city, combining the ornate costume language of the first reference with the environment and spatial character of the second reference. A masked lead figure stands on the prow of a decorated wooden boat, surrounded by attendants in layered textiles and musicians, drifting through a narrow canal beneath carved stone bridges. Warm lantern light reflects across the water, intricate masonry and banners frame the route, and the crowd watches from balconies and steps. Emphasize elegant fabric texture, polished wood, gilded ornament, refined facial masks, coherent anatomy, deep perspective, and cinematic editorial realism with lush detail and clean spatial structure.",
"negativePrompt": "blurry, low detail, distorted hands, extra limbs, duplicate people, warped architecture, text, watermark, oversaturated, flat lighting, cropped subject",
"width": 1024,
"height": 768,
"providerSettings": {
"alibaba": {
"promptExtend": false
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/bca1e88e-c097-45ed-b816-de5e64cd8e8c.jpg",
"https://assets.runware.ai/assets/inputs/f7adbdb5-9022-4b2f-a381-50d55535719d.jpg"
]
}
}
]'runware run alibaba:wan@2.6-image \
positivePrompt="Create a grand ceremonial scene in a historic canal city, combining the ornate costume language of the first reference with the environment and spatial character of the second reference. A masked lead figure stands on the prow of a decorated wooden boat, surrounded by attendants in layered textiles and musicians, drifting through a narrow canal beneath carved stone bridges. Warm lantern light reflects across the water, intricate masonry and banners frame the route, and the crowd watches from balconies and steps. Emphasize elegant fabric texture, polished wood, gilded ornament, refined facial masks, coherent anatomy, deep perspective, and cinematic editorial realism with lush detail and clean spatial structure." \
negativePrompt="blurry, low detail, distorted hands, extra limbs, duplicate people, warped architecture, text, watermark, oversaturated, flat lighting, cropped subject" \
width=1024 \
height=768 \
providerSettings.alibaba.promptExtend=false \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/bca1e88e-c097-45ed-b816-de5e64cd8e8c.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/f7adbdb5-9022-4b2f-a381-50d55535719d.jpg{
"taskType": "imageInference",
"taskUUID": "b1ba5e6f-1fb2-4e25-a222-9b494da7947b",
"model": "alibaba:wan@2.6-image",
"positivePrompt": "Create a grand ceremonial scene in a historic canal city, combining the ornate costume language of the first reference with the environment and spatial character of the second reference. A masked lead figure stands on the prow of a decorated wooden boat, surrounded by attendants in layered textiles and musicians, drifting through a narrow canal beneath carved stone bridges. Warm lantern light reflects across the water, intricate masonry and banners frame the route, and the crowd watches from balconies and steps. Emphasize elegant fabric texture, polished wood, gilded ornament, refined facial masks, coherent anatomy, deep perspective, and cinematic editorial realism with lush detail and clean spatial structure.",
"negativePrompt": "blurry, low detail, distorted hands, extra limbs, duplicate people, warped architecture, text, watermark, oversaturated, flat lighting, cropped subject",
"width": 1024,
"height": 768,
"providerSettings": {
"alibaba": {
"promptExtend": false
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/bca1e88e-c097-45ed-b816-de5e64cd8e8c.jpg",
"https://assets.runware.ai/assets/inputs/f7adbdb5-9022-4b2f-a381-50d55535719d.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "b1ba5e6f-1fb2-4e25-a222-9b494da7947b",
"imageUUID": "57807c57-0add-4bf8-a9dc-0fae49ddb687",
"imageURL": "https://im.runware.ai/image/os/a22d05/ws/3/ii/57807c57-0add-4bf8-a9dc-0fae49ddb687.jpg",
"seed": 1139904258,
"cost": 0.03
}Tidal Library Glass Atrium

Create a richly detailed scene inside a vast glass-roofed library atrium partially flooded by calm tidal water. A solitary archivist in layered teal and copper clothing stands on a narrow stone path between reflective pools, carrying brass measuring tools and rolled sea charts. Towering bookcases, suspended bridges, hanging staircases, and sunbeams through misty glass create strong depth and clean spatial composition. Include scattered floating pages, elegant ripples, polished stone, weathered metal railings, and a sense of quiet scholarly wonder. Blend cinematic realism with refined illustrative texture, highly coherent architecture, precise anatomy, natural lighting, crisp details, and balanced color harmony.
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.6-image',
positivePrompt: 'Create a richly detailed scene inside a vast glass-roofed library atrium partially flooded by calm tidal water. A solitary archivist in layered teal and copper clothing stands on a narrow stone path between reflective pools, carrying brass measuring tools and rolled sea charts. Towering bookcases, suspended bridges, hanging staircases, and sunbeams through misty glass create strong depth and clean spatial composition. Include scattered floating pages, elegant ripples, polished stone, weathered metal railings, and a sense of quiet scholarly wonder. Blend cinematic realism with refined illustrative texture, highly coherent architecture, precise anatomy, natural lighting, crisp details, and balanced color harmony.',
negativePrompt: 'blurry, low detail, distorted anatomy, extra limbs, duplicate person, messy composition, oversaturated, text, watermark, logo, cropped head, deformed hands',
width: 1024,
height: 768,
providerSettings: {
alibaba: {
promptExtend: false
}
},
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/54d92151-de1a-45a1-a295-4797265462c2.jpg',
'https://assets.runware.ai/assets/inputs/f882aef9-1db9-42bc-a73f-582f4986485e.jpg'
]
}
})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.6-image",
"positivePrompt": "Create a richly detailed scene inside a vast glass-roofed library atrium partially flooded by calm tidal water. A solitary archivist in layered teal and copper clothing stands on a narrow stone path between reflective pools, carrying brass measuring tools and rolled sea charts. Towering bookcases, suspended bridges, hanging staircases, and sunbeams through misty glass create strong depth and clean spatial composition. Include scattered floating pages, elegant ripples, polished stone, weathered metal railings, and a sense of quiet scholarly wonder. Blend cinematic realism with refined illustrative texture, highly coherent architecture, precise anatomy, natural lighting, crisp details, and balanced color harmony.",
"negativePrompt": "blurry, low detail, distorted anatomy, extra limbs, duplicate person, messy composition, oversaturated, text, watermark, logo, cropped head, deformed hands",
"width": 1024,
"height": 768,
"providerSettings": {
"alibaba": {
"promptExtend": False
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/54d92151-de1a-45a1-a295-4797265462c2.jpg",
"https://assets.runware.ai/assets/inputs/f882aef9-1db9-42bc-a73f-582f4986485e.jpg"
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "960eaff6-9340-4ed0-b688-ce9c8c27cd45",
"model": "alibaba:wan@2.6-image",
"positivePrompt": "Create a richly detailed scene inside a vast glass-roofed library atrium partially flooded by calm tidal water. A solitary archivist in layered teal and copper clothing stands on a narrow stone path between reflective pools, carrying brass measuring tools and rolled sea charts. Towering bookcases, suspended bridges, hanging staircases, and sunbeams through misty glass create strong depth and clean spatial composition. Include scattered floating pages, elegant ripples, polished stone, weathered metal railings, and a sense of quiet scholarly wonder. Blend cinematic realism with refined illustrative texture, highly coherent architecture, precise anatomy, natural lighting, crisp details, and balanced color harmony.",
"negativePrompt": "blurry, low detail, distorted anatomy, extra limbs, duplicate person, messy composition, oversaturated, text, watermark, logo, cropped head, deformed hands",
"width": 1024,
"height": 768,
"providerSettings": {
"alibaba": {
"promptExtend": false
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/54d92151-de1a-45a1-a295-4797265462c2.jpg",
"https://assets.runware.ai/assets/inputs/f882aef9-1db9-42bc-a73f-582f4986485e.jpg"
]
}
}
]'runware run alibaba:wan@2.6-image \
positivePrompt="Create a richly detailed scene inside a vast glass-roofed library atrium partially flooded by calm tidal water. A solitary archivist in layered teal and copper clothing stands on a narrow stone path between reflective pools, carrying brass measuring tools and rolled sea charts. Towering bookcases, suspended bridges, hanging staircases, and sunbeams through misty glass create strong depth and clean spatial composition. Include scattered floating pages, elegant ripples, polished stone, weathered metal railings, and a sense of quiet scholarly wonder. Blend cinematic realism with refined illustrative texture, highly coherent architecture, precise anatomy, natural lighting, crisp details, and balanced color harmony." \
negativePrompt="blurry, low detail, distorted anatomy, extra limbs, duplicate person, messy composition, oversaturated, text, watermark, logo, cropped head, deformed hands" \
width=1024 \
height=768 \
providerSettings.alibaba.promptExtend=false \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/54d92151-de1a-45a1-a295-4797265462c2.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/f882aef9-1db9-42bc-a73f-582f4986485e.jpg{
"taskType": "imageInference",
"taskUUID": "960eaff6-9340-4ed0-b688-ce9c8c27cd45",
"model": "alibaba:wan@2.6-image",
"positivePrompt": "Create a richly detailed scene inside a vast glass-roofed library atrium partially flooded by calm tidal water. A solitary archivist in layered teal and copper clothing stands on a narrow stone path between reflective pools, carrying brass measuring tools and rolled sea charts. Towering bookcases, suspended bridges, hanging staircases, and sunbeams through misty glass create strong depth and clean spatial composition. Include scattered floating pages, elegant ripples, polished stone, weathered metal railings, and a sense of quiet scholarly wonder. Blend cinematic realism with refined illustrative texture, highly coherent architecture, precise anatomy, natural lighting, crisp details, and balanced color harmony.",
"negativePrompt": "blurry, low detail, distorted anatomy, extra limbs, duplicate person, messy composition, oversaturated, text, watermark, logo, cropped head, deformed hands",
"width": 1024,
"height": 768,
"providerSettings": {
"alibaba": {
"promptExtend": false
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/54d92151-de1a-45a1-a295-4797265462c2.jpg",
"https://assets.runware.ai/assets/inputs/f882aef9-1db9-42bc-a73f-582f4986485e.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "960eaff6-9340-4ed0-b688-ce9c8c27cd45",
"imageUUID": "7f2b4498-38e9-4278-b00d-b3e2cdce380e",
"imageURL": "https://im.runware.ai/image/os/a24d12/ws/3/ii/7f2b4498-38e9-4278-b00d-b3e2cdce380e.jpg",
"seed": 1747316482,
"cost": 0.03
}Basalt Bathhouse Chess Duel

Transform the reference composition into an opulent volcanic-stone bathhouse interior where two rival strategists sit across from each other at a low inlaid chess table, one in a dark embroidered robe and one in pale structured attire, rising mineral steam drifting through shafts of amber light from clerestory windows, black basalt columns, geometric mosaic floors, copper basins, carved wall niches, folded towels, scattered game pieces, subtle tension between the characters, cinematic editorial photography, ultra-detailed textures, clean spatial structure, grounded anatomy, layered depth, reflective wet stone, elegant color contrast of charcoal, ochre, ivory, and oxidized copper.
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.6-image',
positivePrompt: 'Transform the reference composition into an opulent volcanic-stone bathhouse interior where two rival strategists sit across from each other at a low inlaid chess table, one in a dark embroidered robe and one in pale structured attire, rising mineral steam drifting through shafts of amber light from clerestory windows, black basalt columns, geometric mosaic floors, copper basins, carved wall niches, folded towels, scattered game pieces, subtle tension between the characters, cinematic editorial photography, ultra-detailed textures, clean spatial structure, grounded anatomy, layered depth, reflective wet stone, elegant color contrast of charcoal, ochre, ivory, and oxidized copper.',
negativePrompt: 'low detail, blurry, extra limbs, extra fingers, distorted hands, duplicate people, crowded scene, text, watermark, logo, frame, overexposed, flat lighting, cartoon, anime, bad anatomy',
width: 1536,
height: 1024,
providerSettings: {
alibaba: {
promptExtend: false
}
},
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/da852dcd-0263-43a5-8cdf-e87a1b3f377f.jpg'
]
}
})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.6-image",
"positivePrompt": "Transform the reference composition into an opulent volcanic-stone bathhouse interior where two rival strategists sit across from each other at a low inlaid chess table, one in a dark embroidered robe and one in pale structured attire, rising mineral steam drifting through shafts of amber light from clerestory windows, black basalt columns, geometric mosaic floors, copper basins, carved wall niches, folded towels, scattered game pieces, subtle tension between the characters, cinematic editorial photography, ultra-detailed textures, clean spatial structure, grounded anatomy, layered depth, reflective wet stone, elegant color contrast of charcoal, ochre, ivory, and oxidized copper.",
"negativePrompt": "low detail, blurry, extra limbs, extra fingers, distorted hands, duplicate people, crowded scene, text, watermark, logo, frame, overexposed, flat lighting, cartoon, anime, bad anatomy",
"width": 1536,
"height": 1024,
"providerSettings": {
"alibaba": {
"promptExtend": False
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/da852dcd-0263-43a5-8cdf-e87a1b3f377f.jpg"
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "54505801-82d6-470d-9107-1d92a823a82b",
"model": "alibaba:wan@2.6-image",
"positivePrompt": "Transform the reference composition into an opulent volcanic-stone bathhouse interior where two rival strategists sit across from each other at a low inlaid chess table, one in a dark embroidered robe and one in pale structured attire, rising mineral steam drifting through shafts of amber light from clerestory windows, black basalt columns, geometric mosaic floors, copper basins, carved wall niches, folded towels, scattered game pieces, subtle tension between the characters, cinematic editorial photography, ultra-detailed textures, clean spatial structure, grounded anatomy, layered depth, reflective wet stone, elegant color contrast of charcoal, ochre, ivory, and oxidized copper.",
"negativePrompt": "low detail, blurry, extra limbs, extra fingers, distorted hands, duplicate people, crowded scene, text, watermark, logo, frame, overexposed, flat lighting, cartoon, anime, bad anatomy",
"width": 1536,
"height": 1024,
"providerSettings": {
"alibaba": {
"promptExtend": false
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/da852dcd-0263-43a5-8cdf-e87a1b3f377f.jpg"
]
}
}
]'runware run alibaba:wan@2.6-image \
positivePrompt="Transform the reference composition into an opulent volcanic-stone bathhouse interior where two rival strategists sit across from each other at a low inlaid chess table, one in a dark embroidered robe and one in pale structured attire, rising mineral steam drifting through shafts of amber light from clerestory windows, black basalt columns, geometric mosaic floors, copper basins, carved wall niches, folded towels, scattered game pieces, subtle tension between the characters, cinematic editorial photography, ultra-detailed textures, clean spatial structure, grounded anatomy, layered depth, reflective wet stone, elegant color contrast of charcoal, ochre, ivory, and oxidized copper." \
negativePrompt="low detail, blurry, extra limbs, extra fingers, distorted hands, duplicate people, crowded scene, text, watermark, logo, frame, overexposed, flat lighting, cartoon, anime, bad anatomy" \
width=1536 \
height=1024 \
providerSettings.alibaba.promptExtend=false \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/da852dcd-0263-43a5-8cdf-e87a1b3f377f.jpg{
"taskType": "imageInference",
"taskUUID": "54505801-82d6-470d-9107-1d92a823a82b",
"model": "alibaba:wan@2.6-image",
"positivePrompt": "Transform the reference composition into an opulent volcanic-stone bathhouse interior where two rival strategists sit across from each other at a low inlaid chess table, one in a dark embroidered robe and one in pale structured attire, rising mineral steam drifting through shafts of amber light from clerestory windows, black basalt columns, geometric mosaic floors, copper basins, carved wall niches, folded towels, scattered game pieces, subtle tension between the characters, cinematic editorial photography, ultra-detailed textures, clean spatial structure, grounded anatomy, layered depth, reflective wet stone, elegant color contrast of charcoal, ochre, ivory, and oxidized copper.",
"negativePrompt": "low detail, blurry, extra limbs, extra fingers, distorted hands, duplicate people, crowded scene, text, watermark, logo, frame, overexposed, flat lighting, cartoon, anime, bad anatomy",
"width": 1536,
"height": 1024,
"providerSettings": {
"alibaba": {
"promptExtend": false
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/da852dcd-0263-43a5-8cdf-e87a1b3f377f.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "54505801-82d6-470d-9107-1d92a823a82b",
"imageUUID": "dceef069-496a-4ea1-ab4b-6531f70c2905",
"imageURL": "https://im.runware.ai/image/os/a12d13/ws/3/ii/dceef069-496a-4ea1-ab4b-6531f70c2905.jpg",
"seed": 37644387,
"cost": 0.03
}Seafloor Cathedral Reef Procession

A grand coral cathedral rising from the ocean floor, vast ribbed arches formed from pale stone and living reef, a ceremonial procession of pearl divers and manta riders passing through the nave, schools of silver fish swirling like drifting confetti, enormous stained-glass-like mineral panels casting fractured turquoise, amber, and rose light across mosaic tiles, carved statues softened by coral growth, trailing banners of sea silk, intricate shells, anemones, and sea fans decorating every surface, deep perspective, clean architectural symmetry, layered foreground midground and background, elegant fantasy realism, highly detailed textures, serene yet majestic atmosphere, cinematic ultra-wide composition, crisp subject separation, video-grade image quality
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.6-image',
positivePrompt: 'A grand coral cathedral rising from the ocean floor, vast ribbed arches formed from pale stone and living reef, a ceremonial procession of pearl divers and manta riders passing through the nave, schools of silver fish swirling like drifting confetti, enormous stained-glass-like mineral panels casting fractured turquoise, amber, and rose light across mosaic tiles, carved statues softened by coral growth, trailing banners of sea silk, intricate shells, anemones, and sea fans decorating every surface, deep perspective, clean architectural symmetry, layered foreground midground and background, elegant fantasy realism, highly detailed textures, serene yet majestic atmosphere, cinematic ultra-wide composition, crisp subject separation, video-grade image quality',
negativePrompt: 'low detail, blurry, flat lighting, distorted anatomy, extra limbs, duplicated subjects, messy composition, text, watermark, frame, oversaturated colors',
width: 2700,
height: 768,
providerSettings: {
alibaba: {
promptExtend: false
}
}
})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.6-image",
"positivePrompt": "A grand coral cathedral rising from the ocean floor, vast ribbed arches formed from pale stone and living reef, a ceremonial procession of pearl divers and manta riders passing through the nave, schools of silver fish swirling like drifting confetti, enormous stained-glass-like mineral panels casting fractured turquoise, amber, and rose light across mosaic tiles, carved statues softened by coral growth, trailing banners of sea silk, intricate shells, anemones, and sea fans decorating every surface, deep perspective, clean architectural symmetry, layered foreground midground and background, elegant fantasy realism, highly detailed textures, serene yet majestic atmosphere, cinematic ultra-wide composition, crisp subject separation, video-grade image quality",
"negativePrompt": "low detail, blurry, flat lighting, distorted anatomy, extra limbs, duplicated subjects, messy composition, text, watermark, frame, oversaturated colors",
"width": 2700,
"height": 768,
"providerSettings": {
"alibaba": {
"promptExtend": False
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "5af59fad-6351-4b36-8272-2c5f567e5b0d",
"model": "alibaba:wan@2.6-image",
"positivePrompt": "A grand coral cathedral rising from the ocean floor, vast ribbed arches formed from pale stone and living reef, a ceremonial procession of pearl divers and manta riders passing through the nave, schools of silver fish swirling like drifting confetti, enormous stained-glass-like mineral panels casting fractured turquoise, amber, and rose light across mosaic tiles, carved statues softened by coral growth, trailing banners of sea silk, intricate shells, anemones, and sea fans decorating every surface, deep perspective, clean architectural symmetry, layered foreground midground and background, elegant fantasy realism, highly detailed textures, serene yet majestic atmosphere, cinematic ultra-wide composition, crisp subject separation, video-grade image quality",
"negativePrompt": "low detail, blurry, flat lighting, distorted anatomy, extra limbs, duplicated subjects, messy composition, text, watermark, frame, oversaturated colors",
"width": 2700,
"height": 768,
"providerSettings": {
"alibaba": {
"promptExtend": false
}
}
}
]'runware run alibaba:wan@2.6-image \
positivePrompt="A grand coral cathedral rising from the ocean floor, vast ribbed arches formed from pale stone and living reef, a ceremonial procession of pearl divers and manta riders passing through the nave, schools of silver fish swirling like drifting confetti, enormous stained-glass-like mineral panels casting fractured turquoise, amber, and rose light across mosaic tiles, carved statues softened by coral growth, trailing banners of sea silk, intricate shells, anemones, and sea fans decorating every surface, deep perspective, clean architectural symmetry, layered foreground midground and background, elegant fantasy realism, highly detailed textures, serene yet majestic atmosphere, cinematic ultra-wide composition, crisp subject separation, video-grade image quality" \
negativePrompt="low detail, blurry, flat lighting, distorted anatomy, extra limbs, duplicated subjects, messy composition, text, watermark, frame, oversaturated colors" \
width=2700 \
height=768 \
providerSettings.alibaba.promptExtend=false{
"taskType": "imageInference",
"taskUUID": "5af59fad-6351-4b36-8272-2c5f567e5b0d",
"model": "alibaba:wan@2.6-image",
"positivePrompt": "A grand coral cathedral rising from the ocean floor, vast ribbed arches formed from pale stone and living reef, a ceremonial procession of pearl divers and manta riders passing through the nave, schools of silver fish swirling like drifting confetti, enormous stained-glass-like mineral panels casting fractured turquoise, amber, and rose light across mosaic tiles, carved statues softened by coral growth, trailing banners of sea silk, intricate shells, anemones, and sea fans decorating every surface, deep perspective, clean architectural symmetry, layered foreground midground and background, elegant fantasy realism, highly detailed textures, serene yet majestic atmosphere, cinematic ultra-wide composition, crisp subject separation, video-grade image quality",
"negativePrompt": "low detail, blurry, flat lighting, distorted anatomy, extra limbs, duplicated subjects, messy composition, text, watermark, frame, oversaturated colors",
"width": 2700,
"height": 768,
"providerSettings": {
"alibaba": {
"promptExtend": false
}
}
}{
"taskType": "imageInference",
"taskUUID": "5af59fad-6351-4b36-8272-2c5f567e5b0d",
"imageUUID": "b6065d2d-9067-43f7-a45f-b09c3243665e",
"imageURL": "https://im.runware.ai/image/os/a05d22/ws/3/ii/b6065d2d-9067-43f7-a45f-b09c3243665e.jpg",
"seed": 1454382174,
"cost": 0.03
}Brass Automaton Tailor Workshop

A panoramic mechanical fashion workshop inside a grand nineteenth-century atelier, a brass automaton tailor standing at the center on a wooden fitting platform, delicately assembling an extravagant cobalt and saffron stage costume with articulated metal fingers. Surrounding the figure are dress forms wearing half-finished garments, hanging measuring tapes, racks of patterned fabrics, spools of thread, pinned sketches, gear-driven sewing machines, polished copper piping, paper patterns scattered across long worktables, and a wall of tiny labeled drawers. In the far background, apprentices made of porcelain and steel sort buttons and trim beneath high arched windows. Warm morning light streams through dusty glass, mixing with tungsten task lamps to create layered highlights across satin, brocade, brushed metal, varnished wood, and polished floorboards. Deep cinematic perspective, clear subject hierarchy, rich micro-detail, balanced asymmetry, whimsical industrial elegance, editorial fashion photography meets storybook steampunk set design, ultra-clean composition, highly coherent anatomy for the automata, crisp textures, premium image quality.
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.6-image',
positivePrompt: 'A panoramic mechanical fashion workshop inside a grand nineteenth-century atelier, a brass automaton tailor standing at the center on a wooden fitting platform, delicately assembling an extravagant cobalt and saffron stage costume with articulated metal fingers. Surrounding the figure are dress forms wearing half-finished garments, hanging measuring tapes, racks of patterned fabrics, spools of thread, pinned sketches, gear-driven sewing machines, polished copper piping, paper patterns scattered across long worktables, and a wall of tiny labeled drawers. In the far background, apprentices made of porcelain and steel sort buttons and trim beneath high arched windows. Warm morning light streams through dusty glass, mixing with tungsten task lamps to create layered highlights across satin, brocade, brushed metal, varnished wood, and polished floorboards. Deep cinematic perspective, clear subject hierarchy, rich micro-detail, balanced asymmetry, whimsical industrial elegance, editorial fashion photography meets storybook steampunk set design, ultra-clean composition, highly coherent anatomy for the automata, crisp textures, premium image quality.',
negativePrompt: 'blurry, low detail, duplicated limbs, malformed hands, extra fingers, cropped subject, flat lighting, cluttered focal point, text, watermark, logo, frame, oversaturated, muddy colors',
width: 2700,
height: 768,
providerSettings: {
alibaba: {
promptExtend: false
}
}
})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.6-image",
"positivePrompt": "A panoramic mechanical fashion workshop inside a grand nineteenth-century atelier, a brass automaton tailor standing at the center on a wooden fitting platform, delicately assembling an extravagant cobalt and saffron stage costume with articulated metal fingers. Surrounding the figure are dress forms wearing half-finished garments, hanging measuring tapes, racks of patterned fabrics, spools of thread, pinned sketches, gear-driven sewing machines, polished copper piping, paper patterns scattered across long worktables, and a wall of tiny labeled drawers. In the far background, apprentices made of porcelain and steel sort buttons and trim beneath high arched windows. Warm morning light streams through dusty glass, mixing with tungsten task lamps to create layered highlights across satin, brocade, brushed metal, varnished wood, and polished floorboards. Deep cinematic perspective, clear subject hierarchy, rich micro-detail, balanced asymmetry, whimsical industrial elegance, editorial fashion photography meets storybook steampunk set design, ultra-clean composition, highly coherent anatomy for the automata, crisp textures, premium image quality.",
"negativePrompt": "blurry, low detail, duplicated limbs, malformed hands, extra fingers, cropped subject, flat lighting, cluttered focal point, text, watermark, logo, frame, oversaturated, muddy colors",
"width": 2700,
"height": 768,
"providerSettings": {
"alibaba": {
"promptExtend": False
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "b89cd043-a02b-478b-ab2e-9ead58c05a3e",
"model": "alibaba:wan@2.6-image",
"positivePrompt": "A panoramic mechanical fashion workshop inside a grand nineteenth-century atelier, a brass automaton tailor standing at the center on a wooden fitting platform, delicately assembling an extravagant cobalt and saffron stage costume with articulated metal fingers. Surrounding the figure are dress forms wearing half-finished garments, hanging measuring tapes, racks of patterned fabrics, spools of thread, pinned sketches, gear-driven sewing machines, polished copper piping, paper patterns scattered across long worktables, and a wall of tiny labeled drawers. In the far background, apprentices made of porcelain and steel sort buttons and trim beneath high arched windows. Warm morning light streams through dusty glass, mixing with tungsten task lamps to create layered highlights across satin, brocade, brushed metal, varnished wood, and polished floorboards. Deep cinematic perspective, clear subject hierarchy, rich micro-detail, balanced asymmetry, whimsical industrial elegance, editorial fashion photography meets storybook steampunk set design, ultra-clean composition, highly coherent anatomy for the automata, crisp textures, premium image quality.",
"negativePrompt": "blurry, low detail, duplicated limbs, malformed hands, extra fingers, cropped subject, flat lighting, cluttered focal point, text, watermark, logo, frame, oversaturated, muddy colors",
"width": 2700,
"height": 768,
"providerSettings": {
"alibaba": {
"promptExtend": false
}
}
}
]'runware run alibaba:wan@2.6-image \
positivePrompt="A panoramic mechanical fashion workshop inside a grand nineteenth-century atelier, a brass automaton tailor standing at the center on a wooden fitting platform, delicately assembling an extravagant cobalt and saffron stage costume with articulated metal fingers. Surrounding the figure are dress forms wearing half-finished garments, hanging measuring tapes, racks of patterned fabrics, spools of thread, pinned sketches, gear-driven sewing machines, polished copper piping, paper patterns scattered across long worktables, and a wall of tiny labeled drawers. In the far background, apprentices made of porcelain and steel sort buttons and trim beneath high arched windows. Warm morning light streams through dusty glass, mixing with tungsten task lamps to create layered highlights across satin, brocade, brushed metal, varnished wood, and polished floorboards. Deep cinematic perspective, clear subject hierarchy, rich micro-detail, balanced asymmetry, whimsical industrial elegance, editorial fashion photography meets storybook steampunk set design, ultra-clean composition, highly coherent anatomy for the automata, crisp textures, premium image quality." \
negativePrompt="blurry, low detail, duplicated limbs, malformed hands, extra fingers, cropped subject, flat lighting, cluttered focal point, text, watermark, logo, frame, oversaturated, muddy colors" \
width=2700 \
height=768 \
providerSettings.alibaba.promptExtend=false{
"taskType": "imageInference",
"taskUUID": "b89cd043-a02b-478b-ab2e-9ead58c05a3e",
"model": "alibaba:wan@2.6-image",
"positivePrompt": "A panoramic mechanical fashion workshop inside a grand nineteenth-century atelier, a brass automaton tailor standing at the center on a wooden fitting platform, delicately assembling an extravagant cobalt and saffron stage costume with articulated metal fingers. Surrounding the figure are dress forms wearing half-finished garments, hanging measuring tapes, racks of patterned fabrics, spools of thread, pinned sketches, gear-driven sewing machines, polished copper piping, paper patterns scattered across long worktables, and a wall of tiny labeled drawers. In the far background, apprentices made of porcelain and steel sort buttons and trim beneath high arched windows. Warm morning light streams through dusty glass, mixing with tungsten task lamps to create layered highlights across satin, brocade, brushed metal, varnished wood, and polished floorboards. Deep cinematic perspective, clear subject hierarchy, rich micro-detail, balanced asymmetry, whimsical industrial elegance, editorial fashion photography meets storybook steampunk set design, ultra-clean composition, highly coherent anatomy for the automata, crisp textures, premium image quality.",
"negativePrompt": "blurry, low detail, duplicated limbs, malformed hands, extra fingers, cropped subject, flat lighting, cluttered focal point, text, watermark, logo, frame, oversaturated, muddy colors",
"width": 2700,
"height": 768,
"providerSettings": {
"alibaba": {
"promptExtend": false
}
}
}{
"taskType": "imageInference",
"taskUUID": "b89cd043-a02b-478b-ab2e-9ead58c05a3e",
"imageUUID": "a6750ff0-cdaa-40be-a3a4-f7442d1d886a",
"imageURL": "https://im.runware.ai/image/os/a22d05/ws/3/ii/a6750ff0-cdaa-40be-a3a4-f7442d1d886a.jpg",
"seed": 1738039713,
"cost": 0.03
}Iridescent Ice Cavern Duel

A lone aristocratic swordsman standing in a vast crystalline ice cavern, blending the costume design and silhouette from the first reference image with the environment and lighting from the second reference image. Dynamic fantasy scene, reflective frozen floor, suspended shards of ice, cold luminous atmosphere, sweeping depth, detailed textures in fabric and frost, elegant stance, cinematic composition, high clarity, rich blue and silver palette, crisp spatial structure, premium editorial fantasy illustration
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.6-image',
positivePrompt: 'A lone aristocratic swordsman standing in a vast crystalline ice cavern, blending the costume design and silhouette from the first reference image with the environment and lighting from the second reference image. Dynamic fantasy scene, reflective frozen floor, suspended shards of ice, cold luminous atmosphere, sweeping depth, detailed textures in fabric and frost, elegant stance, cinematic composition, high clarity, rich blue and silver palette, crisp spatial structure, premium editorial fantasy illustration',
negativePrompt: 'blurry, low detail, extra limbs, duplicated subject, deformed hands, cropped figure, text, watermark, logo, flat lighting, cluttered background',
width: 1024,
height: 768,
providerSettings: {
alibaba: {
promptExtend: false
}
},
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/4291c6fc-4005-4a71-b199-87bb84226005.jpg',
'https://assets.runware.ai/assets/inputs/6925f43a-ae86-4d5e-bff0-b45070b5a8a6.jpg'
]
}
})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.6-image",
"positivePrompt": "A lone aristocratic swordsman standing in a vast crystalline ice cavern, blending the costume design and silhouette from the first reference image with the environment and lighting from the second reference image. Dynamic fantasy scene, reflective frozen floor, suspended shards of ice, cold luminous atmosphere, sweeping depth, detailed textures in fabric and frost, elegant stance, cinematic composition, high clarity, rich blue and silver palette, crisp spatial structure, premium editorial fantasy illustration",
"negativePrompt": "blurry, low detail, extra limbs, duplicated subject, deformed hands, cropped figure, text, watermark, logo, flat lighting, cluttered background",
"width": 1024,
"height": 768,
"providerSettings": {
"alibaba": {
"promptExtend": False
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/4291c6fc-4005-4a71-b199-87bb84226005.jpg",
"https://assets.runware.ai/assets/inputs/6925f43a-ae86-4d5e-bff0-b45070b5a8a6.jpg"
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "db104b41-f8ce-46ae-9fec-ee5ee4c35c28",
"model": "alibaba:wan@2.6-image",
"positivePrompt": "A lone aristocratic swordsman standing in a vast crystalline ice cavern, blending the costume design and silhouette from the first reference image with the environment and lighting from the second reference image. Dynamic fantasy scene, reflective frozen floor, suspended shards of ice, cold luminous atmosphere, sweeping depth, detailed textures in fabric and frost, elegant stance, cinematic composition, high clarity, rich blue and silver palette, crisp spatial structure, premium editorial fantasy illustration",
"negativePrompt": "blurry, low detail, extra limbs, duplicated subject, deformed hands, cropped figure, text, watermark, logo, flat lighting, cluttered background",
"width": 1024,
"height": 768,
"providerSettings": {
"alibaba": {
"promptExtend": false
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/4291c6fc-4005-4a71-b199-87bb84226005.jpg",
"https://assets.runware.ai/assets/inputs/6925f43a-ae86-4d5e-bff0-b45070b5a8a6.jpg"
]
}
}
]'runware run alibaba:wan@2.6-image \
positivePrompt="A lone aristocratic swordsman standing in a vast crystalline ice cavern, blending the costume design and silhouette from the first reference image with the environment and lighting from the second reference image. Dynamic fantasy scene, reflective frozen floor, suspended shards of ice, cold luminous atmosphere, sweeping depth, detailed textures in fabric and frost, elegant stance, cinematic composition, high clarity, rich blue and silver palette, crisp spatial structure, premium editorial fantasy illustration" \
negativePrompt="blurry, low detail, extra limbs, duplicated subject, deformed hands, cropped figure, text, watermark, logo, flat lighting, cluttered background" \
width=1024 \
height=768 \
providerSettings.alibaba.promptExtend=false \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/4291c6fc-4005-4a71-b199-87bb84226005.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/6925f43a-ae86-4d5e-bff0-b45070b5a8a6.jpg{
"taskType": "imageInference",
"taskUUID": "db104b41-f8ce-46ae-9fec-ee5ee4c35c28",
"model": "alibaba:wan@2.6-image",
"positivePrompt": "A lone aristocratic swordsman standing in a vast crystalline ice cavern, blending the costume design and silhouette from the first reference image with the environment and lighting from the second reference image. Dynamic fantasy scene, reflective frozen floor, suspended shards of ice, cold luminous atmosphere, sweeping depth, detailed textures in fabric and frost, elegant stance, cinematic composition, high clarity, rich blue and silver palette, crisp spatial structure, premium editorial fantasy illustration",
"negativePrompt": "blurry, low detail, extra limbs, duplicated subject, deformed hands, cropped figure, text, watermark, logo, flat lighting, cluttered background",
"width": 1024,
"height": 768,
"providerSettings": {
"alibaba": {
"promptExtend": false
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/4291c6fc-4005-4a71-b199-87bb84226005.jpg",
"https://assets.runware.ai/assets/inputs/6925f43a-ae86-4d5e-bff0-b45070b5a8a6.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "db104b41-f8ce-46ae-9fec-ee5ee4c35c28",
"imageUUID": "5c59e14d-f83f-485f-97a2-5ee9d8d242f3",
"imageURL": "https://im.runware.ai/image/os/a22d05/ws/3/ii/5c59e14d-f83f-485f-97a2-5ee9d8d242f3.jpg",
"seed": 1118443787,
"cost": 0.03
}Celestial Clockwork Garden Salon

A grand editorial fantasy scene inside a celestial clockwork garden salon, a refined gathering space beneath a vast painted dome of constellations and rotating orrery rings. At the center stands a charismatic host in elaborate couture inspired by mechanical florals, enamel inlays, pearl detailing, and polished brass filigree. The room is filled with towering engineered blossoms, articulated petals, delicate gears, mirrored tables, marble mosaic flooring, and elegant guests arranged in balanced depth. Soft amber and ivory illumination reflects across metal, glass, and silk surfaces. Strong architectural symmetry, clean spatial structure, cinematic composition, luxurious textures, high detail, sophisticated color harmony, premium fashion editorial aesthetic, video-grade image quality.
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.6-image',
positivePrompt: 'A grand editorial fantasy scene inside a celestial clockwork garden salon, a refined gathering space beneath a vast painted dome of constellations and rotating orrery rings. At the center stands a charismatic host in elaborate couture inspired by mechanical florals, enamel inlays, pearl detailing, and polished brass filigree. The room is filled with towering engineered blossoms, articulated petals, delicate gears, mirrored tables, marble mosaic flooring, and elegant guests arranged in balanced depth. Soft amber and ivory illumination reflects across metal, glass, and silk surfaces. Strong architectural symmetry, clean spatial structure, cinematic composition, luxurious textures, high detail, sophisticated color harmony, premium fashion editorial aesthetic, video-grade image quality.',
negativePrompt: 'low detail, blurry, noisy, distorted anatomy, extra limbs, bad hands, cluttered composition, oversaturated, flat lighting, text, watermark, logo',
width: 1536,
height: 1024,
providerSettings: {
alibaba: {
promptExtend: false
}
},
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/e1c0d4c1-1864-42f2-897d-fcb7450967db.jpg',
'https://assets.runware.ai/assets/inputs/b76b24a8-ae0f-4872-adae-ea953872b156.jpg',
'https://assets.runware.ai/assets/inputs/03c2a8fd-30b5-41c6-8297-110630af1990.jpg'
]
}
})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.6-image",
"positivePrompt": "A grand editorial fantasy scene inside a celestial clockwork garden salon, a refined gathering space beneath a vast painted dome of constellations and rotating orrery rings. At the center stands a charismatic host in elaborate couture inspired by mechanical florals, enamel inlays, pearl detailing, and polished brass filigree. The room is filled with towering engineered blossoms, articulated petals, delicate gears, mirrored tables, marble mosaic flooring, and elegant guests arranged in balanced depth. Soft amber and ivory illumination reflects across metal, glass, and silk surfaces. Strong architectural symmetry, clean spatial structure, cinematic composition, luxurious textures, high detail, sophisticated color harmony, premium fashion editorial aesthetic, video-grade image quality.",
"negativePrompt": "low detail, blurry, noisy, distorted anatomy, extra limbs, bad hands, cluttered composition, oversaturated, flat lighting, text, watermark, logo",
"width": 1536,
"height": 1024,
"providerSettings": {
"alibaba": {
"promptExtend": False
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/e1c0d4c1-1864-42f2-897d-fcb7450967db.jpg",
"https://assets.runware.ai/assets/inputs/b76b24a8-ae0f-4872-adae-ea953872b156.jpg",
"https://assets.runware.ai/assets/inputs/03c2a8fd-30b5-41c6-8297-110630af1990.jpg"
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "304dbd02-0c9b-4d38-b876-970ffe872734",
"model": "alibaba:wan@2.6-image",
"positivePrompt": "A grand editorial fantasy scene inside a celestial clockwork garden salon, a refined gathering space beneath a vast painted dome of constellations and rotating orrery rings. At the center stands a charismatic host in elaborate couture inspired by mechanical florals, enamel inlays, pearl detailing, and polished brass filigree. The room is filled with towering engineered blossoms, articulated petals, delicate gears, mirrored tables, marble mosaic flooring, and elegant guests arranged in balanced depth. Soft amber and ivory illumination reflects across metal, glass, and silk surfaces. Strong architectural symmetry, clean spatial structure, cinematic composition, luxurious textures, high detail, sophisticated color harmony, premium fashion editorial aesthetic, video-grade image quality.",
"negativePrompt": "low detail, blurry, noisy, distorted anatomy, extra limbs, bad hands, cluttered composition, oversaturated, flat lighting, text, watermark, logo",
"width": 1536,
"height": 1024,
"providerSettings": {
"alibaba": {
"promptExtend": false
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/e1c0d4c1-1864-42f2-897d-fcb7450967db.jpg",
"https://assets.runware.ai/assets/inputs/b76b24a8-ae0f-4872-adae-ea953872b156.jpg",
"https://assets.runware.ai/assets/inputs/03c2a8fd-30b5-41c6-8297-110630af1990.jpg"
]
}
}
]'runware run alibaba:wan@2.6-image \
positivePrompt="A grand editorial fantasy scene inside a celestial clockwork garden salon, a refined gathering space beneath a vast painted dome of constellations and rotating orrery rings. At the center stands a charismatic host in elaborate couture inspired by mechanical florals, enamel inlays, pearl detailing, and polished brass filigree. The room is filled with towering engineered blossoms, articulated petals, delicate gears, mirrored tables, marble mosaic flooring, and elegant guests arranged in balanced depth. Soft amber and ivory illumination reflects across metal, glass, and silk surfaces. Strong architectural symmetry, clean spatial structure, cinematic composition, luxurious textures, high detail, sophisticated color harmony, premium fashion editorial aesthetic, video-grade image quality." \
negativePrompt="low detail, blurry, noisy, distorted anatomy, extra limbs, bad hands, cluttered composition, oversaturated, flat lighting, text, watermark, logo" \
width=1536 \
height=1024 \
providerSettings.alibaba.promptExtend=false \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/e1c0d4c1-1864-42f2-897d-fcb7450967db.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/b76b24a8-ae0f-4872-adae-ea953872b156.jpg \
inputs.referenceImages.2=https://assets.runware.ai/assets/inputs/03c2a8fd-30b5-41c6-8297-110630af1990.jpg{
"taskType": "imageInference",
"taskUUID": "304dbd02-0c9b-4d38-b876-970ffe872734",
"model": "alibaba:wan@2.6-image",
"positivePrompt": "A grand editorial fantasy scene inside a celestial clockwork garden salon, a refined gathering space beneath a vast painted dome of constellations and rotating orrery rings. At the center stands a charismatic host in elaborate couture inspired by mechanical florals, enamel inlays, pearl detailing, and polished brass filigree. The room is filled with towering engineered blossoms, articulated petals, delicate gears, mirrored tables, marble mosaic flooring, and elegant guests arranged in balanced depth. Soft amber and ivory illumination reflects across metal, glass, and silk surfaces. Strong architectural symmetry, clean spatial structure, cinematic composition, luxurious textures, high detail, sophisticated color harmony, premium fashion editorial aesthetic, video-grade image quality.",
"negativePrompt": "low detail, blurry, noisy, distorted anatomy, extra limbs, bad hands, cluttered composition, oversaturated, flat lighting, text, watermark, logo",
"width": 1536,
"height": 1024,
"providerSettings": {
"alibaba": {
"promptExtend": false
}
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/e1c0d4c1-1864-42f2-897d-fcb7450967db.jpg",
"https://assets.runware.ai/assets/inputs/b76b24a8-ae0f-4872-adae-ea953872b156.jpg",
"https://assets.runware.ai/assets/inputs/03c2a8fd-30b5-41c6-8297-110630af1990.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "304dbd02-0c9b-4d38-b876-970ffe872734",
"imageUUID": "ec7995a5-7d0e-4ecc-b3a6-2e498be15395",
"imageURL": "https://im.runware.ai/image/os/a19d05/ws/3/ii/ec7995a5-7d0e-4ecc-b3a6-2e498be15395.jpg",
"seed": 1432800054,
"cost": 0.03
}