Vidu Q1

Vidu Q1 (image) is a reference-to-image model designed for high visual fidelity. It blends multiple input images with consistent identity and style. Prompts can guide composition and layout without losing coherence. The model supports flexible aspect ratios for ads, social content, storyboards or animation assets. It produces clean visuals with minimal effort and is useful for rapid creative workflows.

Complete technical specification for integration
Ready-to-use code snippets for common workflows
Tidal Forager Workwear Lookbook

Create a finished square fashion lookbook photograph for a premium coastal-foraging workwear collection. Synthesize the exact garment design, materials and restrained lichen-green, rust, charcoal and cream palette from reference image 1 with the authentic shellfish sorting shed, cool maritime light and weathered utilitarian design language of reference image 2. Show the same model full length in a new natural pose beside a galvanized sorting table, one hand lightly holding an empty oyster basket, looking just past camera with quiet confidence. Preserve clear visibility of the waxed-canvas jacket silhouette, oversized pockets, merino collar, waterproof bib construction and deck boots. Ground the outfit naturally in the wet working environment without making the clothing dirty. Eye-level medium-format editorial photography, subtle frontal fill, cool overcast doorway light, crisp textile detail, realistic skin, gentle reflections on damp concrete, restrained documentary mood. Balanced square composition with breathing room, catalog-ready polish, no text, no logos, no border, no collage, no duplicated garments or people.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'vidu:q1@image',
positivePrompt: 'Create a finished square fashion lookbook photograph for a premium coastal-foraging workwear collection. Synthesize the exact garment design, materials and restrained lichen-green, rust, charcoal and cream palette from reference image 1 with the authentic shellfish sorting shed, cool maritime light and weathered utilitarian design language of reference image 2. Show the same model full length in a new natural pose beside a galvanized sorting table, one hand lightly holding an empty oyster basket, looking just past camera with quiet confidence. Preserve clear visibility of the waxed-canvas jacket silhouette, oversized pockets, merino collar, waterproof bib construction and deck boots. Ground the outfit naturally in the wet working environment without making the clothing dirty. Eye-level medium-format editorial photography, subtle frontal fill, cool overcast doorway light, crisp textile detail, realistic skin, gentle reflections on damp concrete, restrained documentary mood. Balanced square composition with breathing room, catalog-ready polish, no text, no logos, no border, no collage, no duplicated garments or people.',
width: 1440,
height: 1440,
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/62a3c772-dd66-469a-b607-892cf4cafc81.jpg',
'https://assets.runware.ai/assets/inputs/8273f37d-12cf-4594-ae3f-0e4ebddffaec.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": "vidu:q1@image",
"positivePrompt": "Create a finished square fashion lookbook photograph for a premium coastal-foraging workwear collection. Synthesize the exact garment design, materials and restrained lichen-green, rust, charcoal and cream palette from reference image 1 with the authentic shellfish sorting shed, cool maritime light and weathered utilitarian design language of reference image 2. Show the same model full length in a new natural pose beside a galvanized sorting table, one hand lightly holding an empty oyster basket, looking just past camera with quiet confidence. Preserve clear visibility of the waxed-canvas jacket silhouette, oversized pockets, merino collar, waterproof bib construction and deck boots. Ground the outfit naturally in the wet working environment without making the clothing dirty. Eye-level medium-format editorial photography, subtle frontal fill, cool overcast doorway light, crisp textile detail, realistic skin, gentle reflections on damp concrete, restrained documentary mood. Balanced square composition with breathing room, catalog-ready polish, no text, no logos, no border, no collage, no duplicated garments or people.",
"width": 1440,
"height": 1440,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/62a3c772-dd66-469a-b607-892cf4cafc81.jpg",
"https://assets.runware.ai/assets/inputs/8273f37d-12cf-4594-ae3f-0e4ebddffaec.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": "d7c95d05-9feb-4326-9be0-d3f5878a2e6c",
"model": "vidu:q1@image",
"positivePrompt": "Create a finished square fashion lookbook photograph for a premium coastal-foraging workwear collection. Synthesize the exact garment design, materials and restrained lichen-green, rust, charcoal and cream palette from reference image 1 with the authentic shellfish sorting shed, cool maritime light and weathered utilitarian design language of reference image 2. Show the same model full length in a new natural pose beside a galvanized sorting table, one hand lightly holding an empty oyster basket, looking just past camera with quiet confidence. Preserve clear visibility of the waxed-canvas jacket silhouette, oversized pockets, merino collar, waterproof bib construction and deck boots. Ground the outfit naturally in the wet working environment without making the clothing dirty. Eye-level medium-format editorial photography, subtle frontal fill, cool overcast doorway light, crisp textile detail, realistic skin, gentle reflections on damp concrete, restrained documentary mood. Balanced square composition with breathing room, catalog-ready polish, no text, no logos, no border, no collage, no duplicated garments or people.",
"width": 1440,
"height": 1440,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/62a3c772-dd66-469a-b607-892cf4cafc81.jpg",
"https://assets.runware.ai/assets/inputs/8273f37d-12cf-4594-ae3f-0e4ebddffaec.jpg"
]
}
}
]'runware run vidu:q1@image \
positivePrompt="Create a finished square fashion lookbook photograph for a premium coastal-foraging workwear collection. Synthesize the exact garment design, materials and restrained lichen-green, rust, charcoal and cream palette from reference image 1 with the authentic shellfish sorting shed, cool maritime light and weathered utilitarian design language of reference image 2. Show the same model full length in a new natural pose beside a galvanized sorting table, one hand lightly holding an empty oyster basket, looking just past camera with quiet confidence. Preserve clear visibility of the waxed-canvas jacket silhouette, oversized pockets, merino collar, waterproof bib construction and deck boots. Ground the outfit naturally in the wet working environment without making the clothing dirty. Eye-level medium-format editorial photography, subtle frontal fill, cool overcast doorway light, crisp textile detail, realistic skin, gentle reflections on damp concrete, restrained documentary mood. Balanced square composition with breathing room, catalog-ready polish, no text, no logos, no border, no collage, no duplicated garments or people." \
width=1440 \
height=1440 \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/62a3c772-dd66-469a-b607-892cf4cafc81.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/8273f37d-12cf-4594-ae3f-0e4ebddffaec.jpg{
"taskType": "imageInference",
"taskUUID": "d7c95d05-9feb-4326-9be0-d3f5878a2e6c",
"model": "vidu:q1@image",
"positivePrompt": "Create a finished square fashion lookbook photograph for a premium coastal-foraging workwear collection. Synthesize the exact garment design, materials and restrained lichen-green, rust, charcoal and cream palette from reference image 1 with the authentic shellfish sorting shed, cool maritime light and weathered utilitarian design language of reference image 2. Show the same model full length in a new natural pose beside a galvanized sorting table, one hand lightly holding an empty oyster basket, looking just past camera with quiet confidence. Preserve clear visibility of the waxed-canvas jacket silhouette, oversized pockets, merino collar, waterproof bib construction and deck boots. Ground the outfit naturally in the wet working environment without making the clothing dirty. Eye-level medium-format editorial photography, subtle frontal fill, cool overcast doorway light, crisp textile detail, realistic skin, gentle reflections on damp concrete, restrained documentary mood. Balanced square composition with breathing room, catalog-ready polish, no text, no logos, no border, no collage, no duplicated garments or people.",
"width": 1440,
"height": 1440,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/62a3c772-dd66-469a-b607-892cf4cafc81.jpg",
"https://assets.runware.ai/assets/inputs/8273f37d-12cf-4594-ae3f-0e4ebddffaec.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "d7c95d05-9feb-4326-9be0-d3f5878a2e6c",
"imageUUID": "81dc17c0-472b-439f-a323-0c0389c0e71e",
"imageURL": "https://im.runware.ai/image/os/a09dlim3/ws/3/ii/81dc17c0-472b-439f-a323-0c0389c0e71e.jpg",
"seed": 513358153,
"cost": 0.055
}Estonian Bog Sauna Tourism Campaign

Create a finished square tourism campaign image that synthesizes the Estonian raised-bog landscape and boardwalk from reference 1 with the authentic charred-log smoke-sauna architecture from reference 2. A lone adult traveler in practical moss-green outdoor clothing walks away from camera along the curving timber boardwalk toward the small sauna, which sits naturally on a firm island among amber sedges and dark reflective pools. Early autumn dawn, low silver mist, cool celadon and peat-brown landscape, one warm amber window as the visual destination. Wide environmental composition with the traveler small for scale; boardwalk creates a strong leading line from the lower foreground to the sauna near the upper-right third. Premium documentary travel photography, quiet restorative mood, realistic wet timber and vegetation, subtle atmospheric depth, soft diffused light, natural color, crisp editorial finish. Preserve believable Estonian ecology and the sauna's handmade construction. No fantasy elements, no excessive luxury styling, no text, logo, border, collage, or 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: 'vidu:q1@image',
positivePrompt: 'Create a finished square tourism campaign image that synthesizes the Estonian raised-bog landscape and boardwalk from reference 1 with the authentic charred-log smoke-sauna architecture from reference 2. A lone adult traveler in practical moss-green outdoor clothing walks away from camera along the curving timber boardwalk toward the small sauna, which sits naturally on a firm island among amber sedges and dark reflective pools. Early autumn dawn, low silver mist, cool celadon and peat-brown landscape, one warm amber window as the visual destination. Wide environmental composition with the traveler small for scale; boardwalk creates a strong leading line from the lower foreground to the sauna near the upper-right third. Premium documentary travel photography, quiet restorative mood, realistic wet timber and vegetation, subtle atmospheric depth, soft diffused light, natural color, crisp editorial finish. Preserve believable Estonian ecology and the sauna\'s handmade construction. No fantasy elements, no excessive luxury styling, no text, logo, border, collage, or mockup.',
width: 1440,
height: 1440,
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/f3f0b9d3-97da-45bf-b684-064b8c43f7b3.jpg',
'https://assets.runware.ai/assets/inputs/90a76113-e4d7-47cc-89d7-9b1ae4910363.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": "vidu:q1@image",
"positivePrompt": "Create a finished square tourism campaign image that synthesizes the Estonian raised-bog landscape and boardwalk from reference 1 with the authentic charred-log smoke-sauna architecture from reference 2. A lone adult traveler in practical moss-green outdoor clothing walks away from camera along the curving timber boardwalk toward the small sauna, which sits naturally on a firm island among amber sedges and dark reflective pools. Early autumn dawn, low silver mist, cool celadon and peat-brown landscape, one warm amber window as the visual destination. Wide environmental composition with the traveler small for scale; boardwalk creates a strong leading line from the lower foreground to the sauna near the upper-right third. Premium documentary travel photography, quiet restorative mood, realistic wet timber and vegetation, subtle atmospheric depth, soft diffused light, natural color, crisp editorial finish. Preserve believable Estonian ecology and the sauna's handmade construction. No fantasy elements, no excessive luxury styling, no text, logo, border, collage, or mockup.",
"width": 1440,
"height": 1440,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/f3f0b9d3-97da-45bf-b684-064b8c43f7b3.jpg",
"https://assets.runware.ai/assets/inputs/90a76113-e4d7-47cc-89d7-9b1ae4910363.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": "e1cc23b6-b34b-48b7-858e-7ca910d454e3",
"model": "vidu:q1@image",
"positivePrompt": "Create a finished square tourism campaign image that synthesizes the Estonian raised-bog landscape and boardwalk from reference 1 with the authentic charred-log smoke-sauna architecture from reference 2. A lone adult traveler in practical moss-green outdoor clothing walks away from camera along the curving timber boardwalk toward the small sauna, which sits naturally on a firm island among amber sedges and dark reflective pools. Early autumn dawn, low silver mist, cool celadon and peat-brown landscape, one warm amber window as the visual destination. Wide environmental composition with the traveler small for scale; boardwalk creates a strong leading line from the lower foreground to the sauna near the upper-right third. Premium documentary travel photography, quiet restorative mood, realistic wet timber and vegetation, subtle atmospheric depth, soft diffused light, natural color, crisp editorial finish. Preserve believable Estonian ecology and the sauna's handmade construction. No fantasy elements, no excessive luxury styling, no text, logo, border, collage, or mockup.",
"width": 1440,
"height": 1440,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/f3f0b9d3-97da-45bf-b684-064b8c43f7b3.jpg",
"https://assets.runware.ai/assets/inputs/90a76113-e4d7-47cc-89d7-9b1ae4910363.jpg"
]
}
}
]'runware run vidu:q1@image \
positivePrompt="Create a finished square tourism campaign image that synthesizes the Estonian raised-bog landscape and boardwalk from reference 1 with the authentic charred-log smoke-sauna architecture from reference 2. A lone adult traveler in practical moss-green outdoor clothing walks away from camera along the curving timber boardwalk toward the small sauna, which sits naturally on a firm island among amber sedges and dark reflective pools. Early autumn dawn, low silver mist, cool celadon and peat-brown landscape, one warm amber window as the visual destination. Wide environmental composition with the traveler small for scale; boardwalk creates a strong leading line from the lower foreground to the sauna near the upper-right third. Premium documentary travel photography, quiet restorative mood, realistic wet timber and vegetation, subtle atmospheric depth, soft diffused light, natural color, crisp editorial finish. Preserve believable Estonian ecology and the sauna's handmade construction. No fantasy elements, no excessive luxury styling, no text, logo, border, collage, or mockup." \
width=1440 \
height=1440 \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/f3f0b9d3-97da-45bf-b684-064b8c43f7b3.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/90a76113-e4d7-47cc-89d7-9b1ae4910363.jpg{
"taskType": "imageInference",
"taskUUID": "e1cc23b6-b34b-48b7-858e-7ca910d454e3",
"model": "vidu:q1@image",
"positivePrompt": "Create a finished square tourism campaign image that synthesizes the Estonian raised-bog landscape and boardwalk from reference 1 with the authentic charred-log smoke-sauna architecture from reference 2. A lone adult traveler in practical moss-green outdoor clothing walks away from camera along the curving timber boardwalk toward the small sauna, which sits naturally on a firm island among amber sedges and dark reflective pools. Early autumn dawn, low silver mist, cool celadon and peat-brown landscape, one warm amber window as the visual destination. Wide environmental composition with the traveler small for scale; boardwalk creates a strong leading line from the lower foreground to the sauna near the upper-right third. Premium documentary travel photography, quiet restorative mood, realistic wet timber and vegetation, subtle atmospheric depth, soft diffused light, natural color, crisp editorial finish. Preserve believable Estonian ecology and the sauna's handmade construction. No fantasy elements, no excessive luxury styling, no text, logo, border, collage, or mockup.",
"width": 1440,
"height": 1440,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/f3f0b9d3-97da-45bf-b684-064b8c43f7b3.jpg",
"https://assets.runware.ai/assets/inputs/90a76113-e4d7-47cc-89d7-9b1ae4910363.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "e1cc23b6-b34b-48b7-858e-7ca910d454e3",
"imageUUID": "e1e3318d-4969-4ae0-bdf6-cd5608d12f12",
"imageURL": "https://im.runware.ai/image/os/a08dlim3/ws/3/ii/e1e3318d-4969-4ae0-bdf6-cd5608d12f12.jpg",
"seed": 1652286283,
"cost": 0.055
}Master Horologist Press Headshot

Create a finished square press-kit headshot for a master horologist, synthesizing both references into one coherent portrait. Preserve the exact identity, age, facial proportions, cropped silver hair, glasses, and authentic features of reference image 1. Place her chest-up at her watchmaker's bench, wearing the same navy chore coat over a simple charcoal shirt. Translate the aged brass, dark walnut, oxblood leather, graphite-blue shadows, and warm task-lamp glow of reference image 2 into the setting and lighting. Calm direct eye contact and a quietly authoritative expression; shoulders angled slightly while her face turns toward camera. Professional editorial retouching only: even color, soften temporary blemishes and under-eye fatigue, tame flyaways, clean eyeglass reflections, and add subtle eye clarity while retaining pores, fine lines, natural skin variation, and every permanent feature. Warm key light from camera left, cool soft fill, delicate rim light on silver hair. Background bench details recognizable but softly defocused. Premium medium-format realism, 85mm portrait perspective, crisp eyes, natural tonal range, restrained contrast. Balanced square composition with comfortable headroom. No text, logos, excessive smoothing, facial reshaping, glamour makeup, duplicated tools, or distorted glasses.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'vidu:q1@image',
positivePrompt: 'Create a finished square press-kit headshot for a master horologist, synthesizing both references into one coherent portrait. Preserve the exact identity, age, facial proportions, cropped silver hair, glasses, and authentic features of reference image 1. Place her chest-up at her watchmaker\'s bench, wearing the same navy chore coat over a simple charcoal shirt. Translate the aged brass, dark walnut, oxblood leather, graphite-blue shadows, and warm task-lamp glow of reference image 2 into the setting and lighting. Calm direct eye contact and a quietly authoritative expression; shoulders angled slightly while her face turns toward camera. Professional editorial retouching only: even color, soften temporary blemishes and under-eye fatigue, tame flyaways, clean eyeglass reflections, and add subtle eye clarity while retaining pores, fine lines, natural skin variation, and every permanent feature. Warm key light from camera left, cool soft fill, delicate rim light on silver hair. Background bench details recognizable but softly defocused. Premium medium-format realism, 85mm portrait perspective, crisp eyes, natural tonal range, restrained contrast. Balanced square composition with comfortable headroom. No text, logos, excessive smoothing, facial reshaping, glamour makeup, duplicated tools, or distorted glasses.',
width: 1440,
height: 1440,
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/1654f74e-24e0-4276-9e5b-88e66aed7c61.jpg',
'https://assets.runware.ai/assets/inputs/2184fbc2-c443-467d-b684-501be6ad4d38.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": "vidu:q1@image",
"positivePrompt": "Create a finished square press-kit headshot for a master horologist, synthesizing both references into one coherent portrait. Preserve the exact identity, age, facial proportions, cropped silver hair, glasses, and authentic features of reference image 1. Place her chest-up at her watchmaker's bench, wearing the same navy chore coat over a simple charcoal shirt. Translate the aged brass, dark walnut, oxblood leather, graphite-blue shadows, and warm task-lamp glow of reference image 2 into the setting and lighting. Calm direct eye contact and a quietly authoritative expression; shoulders angled slightly while her face turns toward camera. Professional editorial retouching only: even color, soften temporary blemishes and under-eye fatigue, tame flyaways, clean eyeglass reflections, and add subtle eye clarity while retaining pores, fine lines, natural skin variation, and every permanent feature. Warm key light from camera left, cool soft fill, delicate rim light on silver hair. Background bench details recognizable but softly defocused. Premium medium-format realism, 85mm portrait perspective, crisp eyes, natural tonal range, restrained contrast. Balanced square composition with comfortable headroom. No text, logos, excessive smoothing, facial reshaping, glamour makeup, duplicated tools, or distorted glasses.",
"width": 1440,
"height": 1440,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/1654f74e-24e0-4276-9e5b-88e66aed7c61.jpg",
"https://assets.runware.ai/assets/inputs/2184fbc2-c443-467d-b684-501be6ad4d38.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": "1df15755-35ff-4c0b-ac6f-c0bde3e58692",
"model": "vidu:q1@image",
"positivePrompt": "Create a finished square press-kit headshot for a master horologist, synthesizing both references into one coherent portrait. Preserve the exact identity, age, facial proportions, cropped silver hair, glasses, and authentic features of reference image 1. Place her chest-up at her watchmaker's bench, wearing the same navy chore coat over a simple charcoal shirt. Translate the aged brass, dark walnut, oxblood leather, graphite-blue shadows, and warm task-lamp glow of reference image 2 into the setting and lighting. Calm direct eye contact and a quietly authoritative expression; shoulders angled slightly while her face turns toward camera. Professional editorial retouching only: even color, soften temporary blemishes and under-eye fatigue, tame flyaways, clean eyeglass reflections, and add subtle eye clarity while retaining pores, fine lines, natural skin variation, and every permanent feature. Warm key light from camera left, cool soft fill, delicate rim light on silver hair. Background bench details recognizable but softly defocused. Premium medium-format realism, 85mm portrait perspective, crisp eyes, natural tonal range, restrained contrast. Balanced square composition with comfortable headroom. No text, logos, excessive smoothing, facial reshaping, glamour makeup, duplicated tools, or distorted glasses.",
"width": 1440,
"height": 1440,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/1654f74e-24e0-4276-9e5b-88e66aed7c61.jpg",
"https://assets.runware.ai/assets/inputs/2184fbc2-c443-467d-b684-501be6ad4d38.jpg"
]
}
}
]'runware run vidu:q1@image \
positivePrompt="Create a finished square press-kit headshot for a master horologist, synthesizing both references into one coherent portrait. Preserve the exact identity, age, facial proportions, cropped silver hair, glasses, and authentic features of reference image 1. Place her chest-up at her watchmaker's bench, wearing the same navy chore coat over a simple charcoal shirt. Translate the aged brass, dark walnut, oxblood leather, graphite-blue shadows, and warm task-lamp glow of reference image 2 into the setting and lighting. Calm direct eye contact and a quietly authoritative expression; shoulders angled slightly while her face turns toward camera. Professional editorial retouching only: even color, soften temporary blemishes and under-eye fatigue, tame flyaways, clean eyeglass reflections, and add subtle eye clarity while retaining pores, fine lines, natural skin variation, and every permanent feature. Warm key light from camera left, cool soft fill, delicate rim light on silver hair. Background bench details recognizable but softly defocused. Premium medium-format realism, 85mm portrait perspective, crisp eyes, natural tonal range, restrained contrast. Balanced square composition with comfortable headroom. No text, logos, excessive smoothing, facial reshaping, glamour makeup, duplicated tools, or distorted glasses." \
width=1440 \
height=1440 \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/1654f74e-24e0-4276-9e5b-88e66aed7c61.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/2184fbc2-c443-467d-b684-501be6ad4d38.jpg{
"taskType": "imageInference",
"taskUUID": "1df15755-35ff-4c0b-ac6f-c0bde3e58692",
"model": "vidu:q1@image",
"positivePrompt": "Create a finished square press-kit headshot for a master horologist, synthesizing both references into one coherent portrait. Preserve the exact identity, age, facial proportions, cropped silver hair, glasses, and authentic features of reference image 1. Place her chest-up at her watchmaker's bench, wearing the same navy chore coat over a simple charcoal shirt. Translate the aged brass, dark walnut, oxblood leather, graphite-blue shadows, and warm task-lamp glow of reference image 2 into the setting and lighting. Calm direct eye contact and a quietly authoritative expression; shoulders angled slightly while her face turns toward camera. Professional editorial retouching only: even color, soften temporary blemishes and under-eye fatigue, tame flyaways, clean eyeglass reflections, and add subtle eye clarity while retaining pores, fine lines, natural skin variation, and every permanent feature. Warm key light from camera left, cool soft fill, delicate rim light on silver hair. Background bench details recognizable but softly defocused. Premium medium-format realism, 85mm portrait perspective, crisp eyes, natural tonal range, restrained contrast. Balanced square composition with comfortable headroom. No text, logos, excessive smoothing, facial reshaping, glamour makeup, duplicated tools, or distorted glasses.",
"width": 1440,
"height": 1440,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/1654f74e-24e0-4276-9e5b-88e66aed7c61.jpg",
"https://assets.runware.ai/assets/inputs/2184fbc2-c443-467d-b684-501be6ad4d38.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "1df15755-35ff-4c0b-ac6f-c0bde3e58692",
"imageUUID": "5dbcb601-cd40-4a78-b050-1e506a17f62f",
"imageURL": "https://im.runware.ai/image/os/a09dlim3/ws/3/ii/5dbcb601-cd40-4a78-b050-1e506a17f62f.jpg",
"seed": 251030773,
"cost": 0.055
}Subterranean Survey Crew Portrait

Create one finished square annual-report photograph that integrates the woman from reference image 2 into the utility-tunnel crew from reference image 1. Preserve the recognizable faces, ages and practical workwear of all six original crew members, and preserve the woman’s identity, clear safety glasses, white hard hat, orange vest and rolled plan. The final image must show exactly seven people, with the lead engineer standing naturally in the central opening among her colleagues, matching their scale, perspective, posture, light direction, damp clothing texture and muddy footing. Arrange the crew as a credible close-knit inspection team, shoulders slightly overlapping, with relaxed expressions after a night shift. Retain the monumental wet concrete tunnel, shallow reflective water, surveying tripod and receding pipes. Cinematic but truthful infrastructure documentary photography: cool cyan work lights balanced by warm amber utility lamps, restrained slate-gray, navy and safety-orange palette, crisp faces, subtle grain, deep environmental detail, eye-level wide-angle composition. No captions, branding, duplicate people or artificial cutout edges.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'vidu:q1@image',
positivePrompt: 'Create one finished square annual-report photograph that integrates the woman from reference image 2 into the utility-tunnel crew from reference image 1. Preserve the recognizable faces, ages and practical workwear of all six original crew members, and preserve the woman’s identity, clear safety glasses, white hard hat, orange vest and rolled plan. The final image must show exactly seven people, with the lead engineer standing naturally in the central opening among her colleagues, matching their scale, perspective, posture, light direction, damp clothing texture and muddy footing. Arrange the crew as a credible close-knit inspection team, shoulders slightly overlapping, with relaxed expressions after a night shift. Retain the monumental wet concrete tunnel, shallow reflective water, surveying tripod and receding pipes. Cinematic but truthful infrastructure documentary photography: cool cyan work lights balanced by warm amber utility lamps, restrained slate-gray, navy and safety-orange palette, crisp faces, subtle grain, deep environmental detail, eye-level wide-angle composition. No captions, branding, duplicate people or artificial cutout edges.',
width: 1440,
height: 1440,
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/2c175a1f-2c24-460c-af15-f313728bd4e4.jpg',
'https://assets.runware.ai/assets/inputs/afa43252-2958-48f5-a746-6ba450104b49.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": "vidu:q1@image",
"positivePrompt": "Create one finished square annual-report photograph that integrates the woman from reference image 2 into the utility-tunnel crew from reference image 1. Preserve the recognizable faces, ages and practical workwear of all six original crew members, and preserve the woman’s identity, clear safety glasses, white hard hat, orange vest and rolled plan. The final image must show exactly seven people, with the lead engineer standing naturally in the central opening among her colleagues, matching their scale, perspective, posture, light direction, damp clothing texture and muddy footing. Arrange the crew as a credible close-knit inspection team, shoulders slightly overlapping, with relaxed expressions after a night shift. Retain the monumental wet concrete tunnel, shallow reflective water, surveying tripod and receding pipes. Cinematic but truthful infrastructure documentary photography: cool cyan work lights balanced by warm amber utility lamps, restrained slate-gray, navy and safety-orange palette, crisp faces, subtle grain, deep environmental detail, eye-level wide-angle composition. No captions, branding, duplicate people or artificial cutout edges.",
"width": 1440,
"height": 1440,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/2c175a1f-2c24-460c-af15-f313728bd4e4.jpg",
"https://assets.runware.ai/assets/inputs/afa43252-2958-48f5-a746-6ba450104b49.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": "54d2b57e-4167-4515-8426-8361433e316f",
"model": "vidu:q1@image",
"positivePrompt": "Create one finished square annual-report photograph that integrates the woman from reference image 2 into the utility-tunnel crew from reference image 1. Preserve the recognizable faces, ages and practical workwear of all six original crew members, and preserve the woman’s identity, clear safety glasses, white hard hat, orange vest and rolled plan. The final image must show exactly seven people, with the lead engineer standing naturally in the central opening among her colleagues, matching their scale, perspective, posture, light direction, damp clothing texture and muddy footing. Arrange the crew as a credible close-knit inspection team, shoulders slightly overlapping, with relaxed expressions after a night shift. Retain the monumental wet concrete tunnel, shallow reflective water, surveying tripod and receding pipes. Cinematic but truthful infrastructure documentary photography: cool cyan work lights balanced by warm amber utility lamps, restrained slate-gray, navy and safety-orange palette, crisp faces, subtle grain, deep environmental detail, eye-level wide-angle composition. No captions, branding, duplicate people or artificial cutout edges.",
"width": 1440,
"height": 1440,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/2c175a1f-2c24-460c-af15-f313728bd4e4.jpg",
"https://assets.runware.ai/assets/inputs/afa43252-2958-48f5-a746-6ba450104b49.jpg"
]
}
}
]'runware run vidu:q1@image \
positivePrompt="Create one finished square annual-report photograph that integrates the woman from reference image 2 into the utility-tunnel crew from reference image 1. Preserve the recognizable faces, ages and practical workwear of all six original crew members, and preserve the woman’s identity, clear safety glasses, white hard hat, orange vest and rolled plan. The final image must show exactly seven people, with the lead engineer standing naturally in the central opening among her colleagues, matching their scale, perspective, posture, light direction, damp clothing texture and muddy footing. Arrange the crew as a credible close-knit inspection team, shoulders slightly overlapping, with relaxed expressions after a night shift. Retain the monumental wet concrete tunnel, shallow reflective water, surveying tripod and receding pipes. Cinematic but truthful infrastructure documentary photography: cool cyan work lights balanced by warm amber utility lamps, restrained slate-gray, navy and safety-orange palette, crisp faces, subtle grain, deep environmental detail, eye-level wide-angle composition. No captions, branding, duplicate people or artificial cutout edges." \
width=1440 \
height=1440 \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/2c175a1f-2c24-460c-af15-f313728bd4e4.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/afa43252-2958-48f5-a746-6ba450104b49.jpg{
"taskType": "imageInference",
"taskUUID": "54d2b57e-4167-4515-8426-8361433e316f",
"model": "vidu:q1@image",
"positivePrompt": "Create one finished square annual-report photograph that integrates the woman from reference image 2 into the utility-tunnel crew from reference image 1. Preserve the recognizable faces, ages and practical workwear of all six original crew members, and preserve the woman’s identity, clear safety glasses, white hard hat, orange vest and rolled plan. The final image must show exactly seven people, with the lead engineer standing naturally in the central opening among her colleagues, matching their scale, perspective, posture, light direction, damp clothing texture and muddy footing. Arrange the crew as a credible close-knit inspection team, shoulders slightly overlapping, with relaxed expressions after a night shift. Retain the monumental wet concrete tunnel, shallow reflective water, surveying tripod and receding pipes. Cinematic but truthful infrastructure documentary photography: cool cyan work lights balanced by warm amber utility lamps, restrained slate-gray, navy and safety-orange palette, crisp faces, subtle grain, deep environmental detail, eye-level wide-angle composition. No captions, branding, duplicate people or artificial cutout edges.",
"width": 1440,
"height": 1440,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/2c175a1f-2c24-460c-af15-f313728bd4e4.jpg",
"https://assets.runware.ai/assets/inputs/afa43252-2958-48f5-a746-6ba450104b49.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "54d2b57e-4167-4515-8426-8361433e316f",
"imageUUID": "d19a8a2b-0d78-49b6-8136-774e7f1a852c",
"imageURL": "https://im.runware.ai/image/os/a08dlim3/ws/3/ii/d19a8a2b-0d78-49b6-8136-774e7f1a852c.jpg",
"seed": 1230005902,
"cost": 0.055
}Volcanic Runway Couture Collage

Blend the fashion model from the first reference into the volcanic terrain from the second reference, creating a luxury editorial scene on a black basalt runway above glowing lava channels. Preserve the model's pose and outfit silhouette while adapting materials with subtle ember reflections and heat shimmer. The setting is expansive and dramatic, with sculptural rock formations, swirling ash in the distance, intense contrast, polished high-fashion composition, crisp subject separation, premium magazine campaign aesthetic, ultra-clean details, realistic lighting, bold color harmony of charcoal, ember orange, and metallic highlights.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'vidu:q1@image',
positivePrompt: 'Blend the fashion model from the first reference into the volcanic terrain from the second reference, creating a luxury editorial scene on a black basalt runway above glowing lava channels. Preserve the model\'s pose and outfit silhouette while adapting materials with subtle ember reflections and heat shimmer. The setting is expansive and dramatic, with sculptural rock formations, swirling ash in the distance, intense contrast, polished high-fashion composition, crisp subject separation, premium magazine campaign aesthetic, ultra-clean details, realistic lighting, bold color harmony of charcoal, ember orange, and metallic highlights.',
width: 1920,
height: 1080,
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/86777437-f245-4675-9fc0-e5c77c115bb2.jpg',
'https://assets.runware.ai/assets/inputs/1bf72a0e-67dc-4f68-b362-09488ca0de65.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": "vidu:q1@image",
"positivePrompt": "Blend the fashion model from the first reference into the volcanic terrain from the second reference, creating a luxury editorial scene on a black basalt runway above glowing lava channels. Preserve the model's pose and outfit silhouette while adapting materials with subtle ember reflections and heat shimmer. The setting is expansive and dramatic, with sculptural rock formations, swirling ash in the distance, intense contrast, polished high-fashion composition, crisp subject separation, premium magazine campaign aesthetic, ultra-clean details, realistic lighting, bold color harmony of charcoal, ember orange, and metallic highlights.",
"width": 1920,
"height": 1080,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/86777437-f245-4675-9fc0-e5c77c115bb2.jpg",
"https://assets.runware.ai/assets/inputs/1bf72a0e-67dc-4f68-b362-09488ca0de65.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": "4325bc11-15e3-44f5-8161-36ebd8617bb0",
"model": "vidu:q1@image",
"positivePrompt": "Blend the fashion model from the first reference into the volcanic terrain from the second reference, creating a luxury editorial scene on a black basalt runway above glowing lava channels. Preserve the model's pose and outfit silhouette while adapting materials with subtle ember reflections and heat shimmer. The setting is expansive and dramatic, with sculptural rock formations, swirling ash in the distance, intense contrast, polished high-fashion composition, crisp subject separation, premium magazine campaign aesthetic, ultra-clean details, realistic lighting, bold color harmony of charcoal, ember orange, and metallic highlights.",
"width": 1920,
"height": 1080,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/86777437-f245-4675-9fc0-e5c77c115bb2.jpg",
"https://assets.runware.ai/assets/inputs/1bf72a0e-67dc-4f68-b362-09488ca0de65.jpg"
]
}
}
]'runware run vidu:q1@image \
positivePrompt="Blend the fashion model from the first reference into the volcanic terrain from the second reference, creating a luxury editorial scene on a black basalt runway above glowing lava channels. Preserve the model's pose and outfit silhouette while adapting materials with subtle ember reflections and heat shimmer. The setting is expansive and dramatic, with sculptural rock formations, swirling ash in the distance, intense contrast, polished high-fashion composition, crisp subject separation, premium magazine campaign aesthetic, ultra-clean details, realistic lighting, bold color harmony of charcoal, ember orange, and metallic highlights." \
width=1920 \
height=1080 \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/86777437-f245-4675-9fc0-e5c77c115bb2.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/1bf72a0e-67dc-4f68-b362-09488ca0de65.jpg{
"taskType": "imageInference",
"taskUUID": "4325bc11-15e3-44f5-8161-36ebd8617bb0",
"model": "vidu:q1@image",
"positivePrompt": "Blend the fashion model from the first reference into the volcanic terrain from the second reference, creating a luxury editorial scene on a black basalt runway above glowing lava channels. Preserve the model's pose and outfit silhouette while adapting materials with subtle ember reflections and heat shimmer. The setting is expansive and dramatic, with sculptural rock formations, swirling ash in the distance, intense contrast, polished high-fashion composition, crisp subject separation, premium magazine campaign aesthetic, ultra-clean details, realistic lighting, bold color harmony of charcoal, ember orange, and metallic highlights.",
"width": 1920,
"height": 1080,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/86777437-f245-4675-9fc0-e5c77c115bb2.jpg",
"https://assets.runware.ai/assets/inputs/1bf72a0e-67dc-4f68-b362-09488ca0de65.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "4325bc11-15e3-44f5-8161-36ebd8617bb0",
"imageUUID": "c22f9335-8cdd-4d76-aa09-4672634435f8",
"imageURL": "https://im.runware.ai/image/os/a24d12/ws/2/ii/c22f9335-8cdd-4d76-aa09-4672634435f8.jpg",
"seed": 1716363614,
"cost": 0.055
}Festival Float Design Collage

Create a cinematic parade float concept on a broad sunlit boulevard during a cultural street celebration. Blend all six reference images into one unified composition: the pickup truck transformed into the float base, crowned by a giant heron sculpture, wrapped in dense marigold arrangements, brass trumpet motifs integrated into the side panels, suspended paper lantern clusters overhead, and the masked dancer featured as the central live performer. Rich handcrafted details, polished materials, layered textures, festive color harmony, dynamic depth, realistic lighting, coherent scale, premium production design, clean composition, highly detailed, visually striking.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'vidu:q1@image',
positivePrompt: 'Create a cinematic parade float concept on a broad sunlit boulevard during a cultural street celebration. Blend all six reference images into one unified composition: the pickup truck transformed into the float base, crowned by a giant heron sculpture, wrapped in dense marigold arrangements, brass trumpet motifs integrated into the side panels, suspended paper lantern clusters overhead, and the masked dancer featured as the central live performer. Rich handcrafted details, polished materials, layered textures, festive color harmony, dynamic depth, realistic lighting, coherent scale, premium production design, clean composition, highly detailed, visually striking.',
width: 1920,
height: 1080,
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/0deb5892-4af0-40d5-8e2b-952412c29299.jpg',
'https://assets.runware.ai/assets/inputs/26b86726-e562-40cd-b3a7-9abd6293e3d2.jpg',
'https://assets.runware.ai/assets/inputs/a669546d-b34c-4163-85e0-6f954c427283.jpg',
'https://assets.runware.ai/assets/inputs/1b482b2b-bcd4-423b-9b4f-bbf05ac39dcf.jpg',
'https://assets.runware.ai/assets/inputs/ba640dc3-c11c-4caf-ac1d-402a2734e837.jpg',
'https://assets.runware.ai/assets/inputs/67a461a9-408d-4f50-8fd6-3c3e5042ef58.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": "vidu:q1@image",
"positivePrompt": "Create a cinematic parade float concept on a broad sunlit boulevard during a cultural street celebration. Blend all six reference images into one unified composition: the pickup truck transformed into the float base, crowned by a giant heron sculpture, wrapped in dense marigold arrangements, brass trumpet motifs integrated into the side panels, suspended paper lantern clusters overhead, and the masked dancer featured as the central live performer. Rich handcrafted details, polished materials, layered textures, festive color harmony, dynamic depth, realistic lighting, coherent scale, premium production design, clean composition, highly detailed, visually striking.",
"width": 1920,
"height": 1080,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/0deb5892-4af0-40d5-8e2b-952412c29299.jpg",
"https://assets.runware.ai/assets/inputs/26b86726-e562-40cd-b3a7-9abd6293e3d2.jpg",
"https://assets.runware.ai/assets/inputs/a669546d-b34c-4163-85e0-6f954c427283.jpg",
"https://assets.runware.ai/assets/inputs/1b482b2b-bcd4-423b-9b4f-bbf05ac39dcf.jpg",
"https://assets.runware.ai/assets/inputs/ba640dc3-c11c-4caf-ac1d-402a2734e837.jpg",
"https://assets.runware.ai/assets/inputs/67a461a9-408d-4f50-8fd6-3c3e5042ef58.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": "ac839b35-af08-443d-b375-37d521a16da2",
"model": "vidu:q1@image",
"positivePrompt": "Create a cinematic parade float concept on a broad sunlit boulevard during a cultural street celebration. Blend all six reference images into one unified composition: the pickup truck transformed into the float base, crowned by a giant heron sculpture, wrapped in dense marigold arrangements, brass trumpet motifs integrated into the side panels, suspended paper lantern clusters overhead, and the masked dancer featured as the central live performer. Rich handcrafted details, polished materials, layered textures, festive color harmony, dynamic depth, realistic lighting, coherent scale, premium production design, clean composition, highly detailed, visually striking.",
"width": 1920,
"height": 1080,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/0deb5892-4af0-40d5-8e2b-952412c29299.jpg",
"https://assets.runware.ai/assets/inputs/26b86726-e562-40cd-b3a7-9abd6293e3d2.jpg",
"https://assets.runware.ai/assets/inputs/a669546d-b34c-4163-85e0-6f954c427283.jpg",
"https://assets.runware.ai/assets/inputs/1b482b2b-bcd4-423b-9b4f-bbf05ac39dcf.jpg",
"https://assets.runware.ai/assets/inputs/ba640dc3-c11c-4caf-ac1d-402a2734e837.jpg",
"https://assets.runware.ai/assets/inputs/67a461a9-408d-4f50-8fd6-3c3e5042ef58.jpg"
]
}
}
]'runware run vidu:q1@image \
positivePrompt="Create a cinematic parade float concept on a broad sunlit boulevard during a cultural street celebration. Blend all six reference images into one unified composition: the pickup truck transformed into the float base, crowned by a giant heron sculpture, wrapped in dense marigold arrangements, brass trumpet motifs integrated into the side panels, suspended paper lantern clusters overhead, and the masked dancer featured as the central live performer. Rich handcrafted details, polished materials, layered textures, festive color harmony, dynamic depth, realistic lighting, coherent scale, premium production design, clean composition, highly detailed, visually striking." \
width=1920 \
height=1080 \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/0deb5892-4af0-40d5-8e2b-952412c29299.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/26b86726-e562-40cd-b3a7-9abd6293e3d2.jpg \
inputs.referenceImages.2=https://assets.runware.ai/assets/inputs/a669546d-b34c-4163-85e0-6f954c427283.jpg \
inputs.referenceImages.3=https://assets.runware.ai/assets/inputs/1b482b2b-bcd4-423b-9b4f-bbf05ac39dcf.jpg \
inputs.referenceImages.4=https://assets.runware.ai/assets/inputs/ba640dc3-c11c-4caf-ac1d-402a2734e837.jpg \
inputs.referenceImages.5=https://assets.runware.ai/assets/inputs/67a461a9-408d-4f50-8fd6-3c3e5042ef58.jpg{
"taskType": "imageInference",
"taskUUID": "ac839b35-af08-443d-b375-37d521a16da2",
"model": "vidu:q1@image",
"positivePrompt": "Create a cinematic parade float concept on a broad sunlit boulevard during a cultural street celebration. Blend all six reference images into one unified composition: the pickup truck transformed into the float base, crowned by a giant heron sculpture, wrapped in dense marigold arrangements, brass trumpet motifs integrated into the side panels, suspended paper lantern clusters overhead, and the masked dancer featured as the central live performer. Rich handcrafted details, polished materials, layered textures, festive color harmony, dynamic depth, realistic lighting, coherent scale, premium production design, clean composition, highly detailed, visually striking.",
"width": 1920,
"height": 1080,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/0deb5892-4af0-40d5-8e2b-952412c29299.jpg",
"https://assets.runware.ai/assets/inputs/26b86726-e562-40cd-b3a7-9abd6293e3d2.jpg",
"https://assets.runware.ai/assets/inputs/a669546d-b34c-4163-85e0-6f954c427283.jpg",
"https://assets.runware.ai/assets/inputs/1b482b2b-bcd4-423b-9b4f-bbf05ac39dcf.jpg",
"https://assets.runware.ai/assets/inputs/ba640dc3-c11c-4caf-ac1d-402a2734e837.jpg",
"https://assets.runware.ai/assets/inputs/67a461a9-408d-4f50-8fd6-3c3e5042ef58.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "ac839b35-af08-443d-b375-37d521a16da2",
"imageUUID": "2b46b04e-111e-4a2a-abdf-6d7b4b8458c7",
"imageURL": "https://im.runware.ai/image/os/a21d05/ws/2/ii/2b46b04e-111e-4a2a-abdf-6d7b4b8458c7.jpg",
"seed": 947251975,
"cost": 0.055
}Solarpunk Rooftop Fashion Editorial

Blend the two reference images into a polished editorial scene: the same model from the reference image posed naturally within the rooftop garden environment, wearing a refined sun-powered urban outfit inspired by the tailored jumpsuit, with translucent fabric panels, subtle metallic trims, and practical fashion details. Vertical social campaign composition, full-body framing, layered greenery, elegant architecture, soft golden daylight, crisp skin texture, realistic fabric folds, premium commercial photography look, balanced color harmony, clean depth, sophisticated sustainable-luxury mood.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'vidu:q1@image',
positivePrompt: 'Blend the two reference images into a polished editorial scene: the same model from the reference image posed naturally within the rooftop garden environment, wearing a refined sun-powered urban outfit inspired by the tailored jumpsuit, with translucent fabric panels, subtle metallic trims, and practical fashion details. Vertical social campaign composition, full-body framing, layered greenery, elegant architecture, soft golden daylight, crisp skin texture, realistic fabric folds, premium commercial photography look, balanced color harmony, clean depth, sophisticated sustainable-luxury mood.',
width: 1080,
height: 1920,
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/808d04f5-8b20-437d-b6cd-9431649bd360.jpg',
'https://assets.runware.ai/assets/inputs/ce17198e-2106-4be3-931f-bbf8d24e0246.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": "vidu:q1@image",
"positivePrompt": "Blend the two reference images into a polished editorial scene: the same model from the reference image posed naturally within the rooftop garden environment, wearing a refined sun-powered urban outfit inspired by the tailored jumpsuit, with translucent fabric panels, subtle metallic trims, and practical fashion details. Vertical social campaign composition, full-body framing, layered greenery, elegant architecture, soft golden daylight, crisp skin texture, realistic fabric folds, premium commercial photography look, balanced color harmony, clean depth, sophisticated sustainable-luxury mood.",
"width": 1080,
"height": 1920,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/808d04f5-8b20-437d-b6cd-9431649bd360.jpg",
"https://assets.runware.ai/assets/inputs/ce17198e-2106-4be3-931f-bbf8d24e0246.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": "b9202e0f-5c81-4a4b-a639-57d57116f570",
"model": "vidu:q1@image",
"positivePrompt": "Blend the two reference images into a polished editorial scene: the same model from the reference image posed naturally within the rooftop garden environment, wearing a refined sun-powered urban outfit inspired by the tailored jumpsuit, with translucent fabric panels, subtle metallic trims, and practical fashion details. Vertical social campaign composition, full-body framing, layered greenery, elegant architecture, soft golden daylight, crisp skin texture, realistic fabric folds, premium commercial photography look, balanced color harmony, clean depth, sophisticated sustainable-luxury mood.",
"width": 1080,
"height": 1920,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/808d04f5-8b20-437d-b6cd-9431649bd360.jpg",
"https://assets.runware.ai/assets/inputs/ce17198e-2106-4be3-931f-bbf8d24e0246.jpg"
]
}
}
]'runware run vidu:q1@image \
positivePrompt="Blend the two reference images into a polished editorial scene: the same model from the reference image posed naturally within the rooftop garden environment, wearing a refined sun-powered urban outfit inspired by the tailored jumpsuit, with translucent fabric panels, subtle metallic trims, and practical fashion details. Vertical social campaign composition, full-body framing, layered greenery, elegant architecture, soft golden daylight, crisp skin texture, realistic fabric folds, premium commercial photography look, balanced color harmony, clean depth, sophisticated sustainable-luxury mood." \
width=1080 \
height=1920 \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/808d04f5-8b20-437d-b6cd-9431649bd360.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/ce17198e-2106-4be3-931f-bbf8d24e0246.jpg{
"taskType": "imageInference",
"taskUUID": "b9202e0f-5c81-4a4b-a639-57d57116f570",
"model": "vidu:q1@image",
"positivePrompt": "Blend the two reference images into a polished editorial scene: the same model from the reference image posed naturally within the rooftop garden environment, wearing a refined sun-powered urban outfit inspired by the tailored jumpsuit, with translucent fabric panels, subtle metallic trims, and practical fashion details. Vertical social campaign composition, full-body framing, layered greenery, elegant architecture, soft golden daylight, crisp skin texture, realistic fabric folds, premium commercial photography look, balanced color harmony, clean depth, sophisticated sustainable-luxury mood.",
"width": 1080,
"height": 1920,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/808d04f5-8b20-437d-b6cd-9431649bd360.jpg",
"https://assets.runware.ai/assets/inputs/ce17198e-2106-4be3-931f-bbf8d24e0246.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "b9202e0f-5c81-4a4b-a639-57d57116f570",
"imageUUID": "39994a23-25d4-4929-9d18-f545b4775d83",
"imageURL": "https://im.runware.ai/image/os/a11d13/ws/2/ii/39994a23-25d4-4929-9d18-f545b4775d83.jpg",
"seed": 264340259,
"cost": 0.055
}Retro-Futurist Alpine Tea Salon

Create a refined square editorial scene inside a retro-futurist alpine tea salon. Use the first reference image to preserve the woman's facial identity and hairstyle, the second for the architecture and furniture language, and the third for accessories, color palette, and decorative styling. The subject sits at a circular walnut table near a vast window overlooking crisp snowy peaks, wearing a structured cream coat with pine green trim, geometric earrings, and patterned silk gloves. On the table: a sculptural porcelain tea set, delicate pastries, and a folded illustrated travel map. The room features brass inlays, curved wood paneling, stained glass partitions, and warm amber practical lighting. Compose the image with premium magazine aesthetics, clean visual coherence, polished materials, subtle filmic contrast, realistic skin texture, and impeccable interior detail.
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'vidu:q1@image',
positivePrompt: 'Create a refined square editorial scene inside a retro-futurist alpine tea salon. Use the first reference image to preserve the woman\'s facial identity and hairstyle, the second for the architecture and furniture language, and the third for accessories, color palette, and decorative styling. The subject sits at a circular walnut table near a vast window overlooking crisp snowy peaks, wearing a structured cream coat with pine green trim, geometric earrings, and patterned silk gloves. On the table: a sculptural porcelain tea set, delicate pastries, and a folded illustrated travel map. The room features brass inlays, curved wood paneling, stained glass partitions, and warm amber practical lighting. Compose the image with premium magazine aesthetics, clean visual coherence, polished materials, subtle filmic contrast, realistic skin texture, and impeccable interior detail.',
width: 1440,
height: 1440,
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/149379b4-6491-4402-9866-5c69bcf88163.jpg',
'https://assets.runware.ai/assets/inputs/390f782d-8c89-4706-b392-76be0dceb1c9.jpg',
'https://assets.runware.ai/assets/inputs/a755c02a-199e-457d-9ae5-9d5cc35a8dd4.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": "vidu:q1@image",
"positivePrompt": "Create a refined square editorial scene inside a retro-futurist alpine tea salon. Use the first reference image to preserve the woman's facial identity and hairstyle, the second for the architecture and furniture language, and the third for accessories, color palette, and decorative styling. The subject sits at a circular walnut table near a vast window overlooking crisp snowy peaks, wearing a structured cream coat with pine green trim, geometric earrings, and patterned silk gloves. On the table: a sculptural porcelain tea set, delicate pastries, and a folded illustrated travel map. The room features brass inlays, curved wood paneling, stained glass partitions, and warm amber practical lighting. Compose the image with premium magazine aesthetics, clean visual coherence, polished materials, subtle filmic contrast, realistic skin texture, and impeccable interior detail.",
"width": 1440,
"height": 1440,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/149379b4-6491-4402-9866-5c69bcf88163.jpg",
"https://assets.runware.ai/assets/inputs/390f782d-8c89-4706-b392-76be0dceb1c9.jpg",
"https://assets.runware.ai/assets/inputs/a755c02a-199e-457d-9ae5-9d5cc35a8dd4.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": "5d3b1685-005e-4c31-88fa-61bafcaefbc8",
"model": "vidu:q1@image",
"positivePrompt": "Create a refined square editorial scene inside a retro-futurist alpine tea salon. Use the first reference image to preserve the woman's facial identity and hairstyle, the second for the architecture and furniture language, and the third for accessories, color palette, and decorative styling. The subject sits at a circular walnut table near a vast window overlooking crisp snowy peaks, wearing a structured cream coat with pine green trim, geometric earrings, and patterned silk gloves. On the table: a sculptural porcelain tea set, delicate pastries, and a folded illustrated travel map. The room features brass inlays, curved wood paneling, stained glass partitions, and warm amber practical lighting. Compose the image with premium magazine aesthetics, clean visual coherence, polished materials, subtle filmic contrast, realistic skin texture, and impeccable interior detail.",
"width": 1440,
"height": 1440,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/149379b4-6491-4402-9866-5c69bcf88163.jpg",
"https://assets.runware.ai/assets/inputs/390f782d-8c89-4706-b392-76be0dceb1c9.jpg",
"https://assets.runware.ai/assets/inputs/a755c02a-199e-457d-9ae5-9d5cc35a8dd4.jpg"
]
}
}
]'runware run vidu:q1@image \
positivePrompt="Create a refined square editorial scene inside a retro-futurist alpine tea salon. Use the first reference image to preserve the woman's facial identity and hairstyle, the second for the architecture and furniture language, and the third for accessories, color palette, and decorative styling. The subject sits at a circular walnut table near a vast window overlooking crisp snowy peaks, wearing a structured cream coat with pine green trim, geometric earrings, and patterned silk gloves. On the table: a sculptural porcelain tea set, delicate pastries, and a folded illustrated travel map. The room features brass inlays, curved wood paneling, stained glass partitions, and warm amber practical lighting. Compose the image with premium magazine aesthetics, clean visual coherence, polished materials, subtle filmic contrast, realistic skin texture, and impeccable interior detail." \
width=1440 \
height=1440 \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/149379b4-6491-4402-9866-5c69bcf88163.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/390f782d-8c89-4706-b392-76be0dceb1c9.jpg \
inputs.referenceImages.2=https://assets.runware.ai/assets/inputs/a755c02a-199e-457d-9ae5-9d5cc35a8dd4.jpg{
"taskType": "imageInference",
"taskUUID": "5d3b1685-005e-4c31-88fa-61bafcaefbc8",
"model": "vidu:q1@image",
"positivePrompt": "Create a refined square editorial scene inside a retro-futurist alpine tea salon. Use the first reference image to preserve the woman's facial identity and hairstyle, the second for the architecture and furniture language, and the third for accessories, color palette, and decorative styling. The subject sits at a circular walnut table near a vast window overlooking crisp snowy peaks, wearing a structured cream coat with pine green trim, geometric earrings, and patterned silk gloves. On the table: a sculptural porcelain tea set, delicate pastries, and a folded illustrated travel map. The room features brass inlays, curved wood paneling, stained glass partitions, and warm amber practical lighting. Compose the image with premium magazine aesthetics, clean visual coherence, polished materials, subtle filmic contrast, realistic skin texture, and impeccable interior detail.",
"width": 1440,
"height": 1440,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/149379b4-6491-4402-9866-5c69bcf88163.jpg",
"https://assets.runware.ai/assets/inputs/390f782d-8c89-4706-b392-76be0dceb1c9.jpg",
"https://assets.runware.ai/assets/inputs/a755c02a-199e-457d-9ae5-9d5cc35a8dd4.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "5d3b1685-005e-4c31-88fa-61bafcaefbc8",
"imageUUID": "79a18e42-a23a-4d3b-a03c-f017b8481198",
"imageURL": "https://im.runware.ai/image/os/a15d18/ws/3/ii/79a18e42-a23a-4d3b-a03c-f017b8481198.jpg",
"seed": 714857253,
"cost": 0.055
}Art Deco Sky Lounge

Create a refined cinematic scene that merges the person from the first reference with the environment from the second reference. The subject stands beside a glossy black piano in a grand Art Deco sky lounge, wearing the same cream tailored suit and gold earrings, maintaining facial identity and hairstyle from the reference. Wide composition, three-quarter full-body framing, confident upscale mood, warm amber and teal color harmony, polished brass details, reflective marble floor, distant aircraft trails beyond the panoramic windows, subtle haze, luxury editorial photography aesthetic, ultra-clean lines, high visual fidelity, realistic skin texture, elegant symmetry, premium advertisement 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: 'vidu:q1@image',
positivePrompt: 'Create a refined cinematic scene that merges the person from the first reference with the environment from the second reference. The subject stands beside a glossy black piano in a grand Art Deco sky lounge, wearing the same cream tailored suit and gold earrings, maintaining facial identity and hairstyle from the reference. Wide composition, three-quarter full-body framing, confident upscale mood, warm amber and teal color harmony, polished brass details, reflective marble floor, distant aircraft trails beyond the panoramic windows, subtle haze, luxury editorial photography aesthetic, ultra-clean lines, high visual fidelity, realistic skin texture, elegant symmetry, premium advertisement quality.',
width: 1920,
height: 1080,
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/f46b0c71-6b97-437d-bd55-10ba2f1f9ffa.jpg',
'https://assets.runware.ai/assets/inputs/b79fd2b9-2b50-4aaf-85f9-0d6c4ad96382.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": "vidu:q1@image",
"positivePrompt": "Create a refined cinematic scene that merges the person from the first reference with the environment from the second reference. The subject stands beside a glossy black piano in a grand Art Deco sky lounge, wearing the same cream tailored suit and gold earrings, maintaining facial identity and hairstyle from the reference. Wide composition, three-quarter full-body framing, confident upscale mood, warm amber and teal color harmony, polished brass details, reflective marble floor, distant aircraft trails beyond the panoramic windows, subtle haze, luxury editorial photography aesthetic, ultra-clean lines, high visual fidelity, realistic skin texture, elegant symmetry, premium advertisement quality.",
"width": 1920,
"height": 1080,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/f46b0c71-6b97-437d-bd55-10ba2f1f9ffa.jpg",
"https://assets.runware.ai/assets/inputs/b79fd2b9-2b50-4aaf-85f9-0d6c4ad96382.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": "e5cb4467-77ac-43a7-a249-2ce8b03127ab",
"model": "vidu:q1@image",
"positivePrompt": "Create a refined cinematic scene that merges the person from the first reference with the environment from the second reference. The subject stands beside a glossy black piano in a grand Art Deco sky lounge, wearing the same cream tailored suit and gold earrings, maintaining facial identity and hairstyle from the reference. Wide composition, three-quarter full-body framing, confident upscale mood, warm amber and teal color harmony, polished brass details, reflective marble floor, distant aircraft trails beyond the panoramic windows, subtle haze, luxury editorial photography aesthetic, ultra-clean lines, high visual fidelity, realistic skin texture, elegant symmetry, premium advertisement quality.",
"width": 1920,
"height": 1080,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/f46b0c71-6b97-437d-bd55-10ba2f1f9ffa.jpg",
"https://assets.runware.ai/assets/inputs/b79fd2b9-2b50-4aaf-85f9-0d6c4ad96382.jpg"
]
}
}
]'runware run vidu:q1@image \
positivePrompt="Create a refined cinematic scene that merges the person from the first reference with the environment from the second reference. The subject stands beside a glossy black piano in a grand Art Deco sky lounge, wearing the same cream tailored suit and gold earrings, maintaining facial identity and hairstyle from the reference. Wide composition, three-quarter full-body framing, confident upscale mood, warm amber and teal color harmony, polished brass details, reflective marble floor, distant aircraft trails beyond the panoramic windows, subtle haze, luxury editorial photography aesthetic, ultra-clean lines, high visual fidelity, realistic skin texture, elegant symmetry, premium advertisement quality." \
width=1920 \
height=1080 \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/f46b0c71-6b97-437d-bd55-10ba2f1f9ffa.jpg \
inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/b79fd2b9-2b50-4aaf-85f9-0d6c4ad96382.jpg{
"taskType": "imageInference",
"taskUUID": "e5cb4467-77ac-43a7-a249-2ce8b03127ab",
"model": "vidu:q1@image",
"positivePrompt": "Create a refined cinematic scene that merges the person from the first reference with the environment from the second reference. The subject stands beside a glossy black piano in a grand Art Deco sky lounge, wearing the same cream tailored suit and gold earrings, maintaining facial identity and hairstyle from the reference. Wide composition, three-quarter full-body framing, confident upscale mood, warm amber and teal color harmony, polished brass details, reflective marble floor, distant aircraft trails beyond the panoramic windows, subtle haze, luxury editorial photography aesthetic, ultra-clean lines, high visual fidelity, realistic skin texture, elegant symmetry, premium advertisement quality.",
"width": 1920,
"height": 1080,
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/f46b0c71-6b97-437d-bd55-10ba2f1f9ffa.jpg",
"https://assets.runware.ai/assets/inputs/b79fd2b9-2b50-4aaf-85f9-0d6c4ad96382.jpg"
]
}
}{
"taskType": "imageInference",
"taskUUID": "e5cb4467-77ac-43a7-a249-2ce8b03127ab",
"imageUUID": "d4f54847-626f-452b-aa21-419c10082fc5",
"imageURL": "https://im.runware.ai/image/os/a09d21/ws/2/ii/d4f54847-626f-452b-aa21-419c10082fc5.jpg",
"seed": 34028263,
"cost": 0.055
}