Wan2.6

Wan2.6 is a multimodal video model for text to video and image to video generation with support for multi-shot sequencing and native sound. It emphasizes temporal stability, consistent visual structure across shots, and reliable alignment between visuals and audio in short form video generation.

API Reference
INTEGRATE
Complete technical specification for integration
RequestResponse
Examples9
CODE
Ready-to-use code snippets for common workflows
Inline Magnetic Separator Demo
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',
positivePrompt: 'Continuous single-shot industrial product demo in a clean food-processing test lab. A compact stainless-steel inline magnetic separator sits horizontally on a cobalt-blue support frame, with a transparent cutaway section revealing pale oat flakes flowing rapidly through the pipe. Begin in a three-quarter medium view, then make a smooth, slow camera push toward the clear chamber. A small dark steel fragment travels among the flakes; as it reaches the polished magnetic rod, it snaps firmly onto the rod while the uncontaminated flakes continue flowing into a collection bin. Keep the machine geometry stable and the capture action unmistakable. Bright diffuse daylight, crisp technical realism, restrained palette of stainless steel, cobalt blue, and warm oat beige, shallow but sufficient depth of field, no people, labels, logos, captions, or interface graphics. Synchronized native sound: steady low machinery hum, dry oat flakes softly rattling through the pipe, then a distinct metallic tick exactly when the fragment attaches to the magnet.',
negativePrompt: 'Shot changes, transitions, camera shake, warped machinery, floating parts, duplicate fragments, clogged material, illegible text, logos, captions, interface overlays, music, voices.',
width: 1920,
height: 1080,
duration: 5,
providerSettings: {
alibaba: {
audio: true,
promptExtend: true,
shotType: 'single'
}
}
})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",
"positivePrompt": "Continuous single-shot industrial product demo in a clean food-processing test lab. A compact stainless-steel inline magnetic separator sits horizontally on a cobalt-blue support frame, with a transparent cutaway section revealing pale oat flakes flowing rapidly through the pipe. Begin in a three-quarter medium view, then make a smooth, slow camera push toward the clear chamber. A small dark steel fragment travels among the flakes; as it reaches the polished magnetic rod, it snaps firmly onto the rod while the uncontaminated flakes continue flowing into a collection bin. Keep the machine geometry stable and the capture action unmistakable. Bright diffuse daylight, crisp technical realism, restrained palette of stainless steel, cobalt blue, and warm oat beige, shallow but sufficient depth of field, no people, labels, logos, captions, or interface graphics. Synchronized native sound: steady low machinery hum, dry oat flakes softly rattling through the pipe, then a distinct metallic tick exactly when the fragment attaches to the magnet.",
"negativePrompt": "Shot changes, transitions, camera shake, warped machinery, floating parts, duplicate fragments, clogged material, illegible text, logos, captions, interface overlays, music, voices.",
"width": 1920,
"height": 1080,
"duration": 5,
"providerSettings": {
"alibaba": {
"audio": True,
"promptExtend": True,
"shotType": "single"
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "videoInference",
"taskUUID": "6419fc26-48ba-4ccc-95cf-193744738d47",
"model": "alibaba:wan@2.6",
"positivePrompt": "Continuous single-shot industrial product demo in a clean food-processing test lab. A compact stainless-steel inline magnetic separator sits horizontally on a cobalt-blue support frame, with a transparent cutaway section revealing pale oat flakes flowing rapidly through the pipe. Begin in a three-quarter medium view, then make a smooth, slow camera push toward the clear chamber. A small dark steel fragment travels among the flakes; as it reaches the polished magnetic rod, it snaps firmly onto the rod while the uncontaminated flakes continue flowing into a collection bin. Keep the machine geometry stable and the capture action unmistakable. Bright diffuse daylight, crisp technical realism, restrained palette of stainless steel, cobalt blue, and warm oat beige, shallow but sufficient depth of field, no people, labels, logos, captions, or interface graphics. Synchronized native sound: steady low machinery hum, dry oat flakes softly rattling through the pipe, then a distinct metallic tick exactly when the fragment attaches to the magnet.",
"negativePrompt": "Shot changes, transitions, camera shake, warped machinery, floating parts, duplicate fragments, clogged material, illegible text, logos, captions, interface overlays, music, voices.",
"width": 1920,
"height": 1080,
"duration": 5,
"providerSettings": {
"alibaba": {
"audio": true,
"promptExtend": true,
"shotType": "single"
}
}
}
]'runware run alibaba:wan@2.6 \
positivePrompt="Continuous single-shot industrial product demo in a clean food-processing test lab. A compact stainless-steel inline magnetic separator sits horizontally on a cobalt-blue support frame, with a transparent cutaway section revealing pale oat flakes flowing rapidly through the pipe. Begin in a three-quarter medium view, then make a smooth, slow camera push toward the clear chamber. A small dark steel fragment travels among the flakes; as it reaches the polished magnetic rod, it snaps firmly onto the rod while the uncontaminated flakes continue flowing into a collection bin. Keep the machine geometry stable and the capture action unmistakable. Bright diffuse daylight, crisp technical realism, restrained palette of stainless steel, cobalt blue, and warm oat beige, shallow but sufficient depth of field, no people, labels, logos, captions, or interface graphics. Synchronized native sound: steady low machinery hum, dry oat flakes softly rattling through the pipe, then a distinct metallic tick exactly when the fragment attaches to the magnet." \
negativePrompt="Shot changes, transitions, camera shake, warped machinery, floating parts, duplicate fragments, clogged material, illegible text, logos, captions, interface overlays, music, voices." \
width=1920 \
height=1080 \
duration=5 \
providerSettings.alibaba.audio=true \
providerSettings.alibaba.promptExtend=true \
providerSettings.alibaba.shotType=single{
"taskType": "videoInference",
"taskUUID": "6419fc26-48ba-4ccc-95cf-193744738d47",
"model": "alibaba:wan@2.6",
"positivePrompt": "Continuous single-shot industrial product demo in a clean food-processing test lab. A compact stainless-steel inline magnetic separator sits horizontally on a cobalt-blue support frame, with a transparent cutaway section revealing pale oat flakes flowing rapidly through the pipe. Begin in a three-quarter medium view, then make a smooth, slow camera push toward the clear chamber. A small dark steel fragment travels among the flakes; as it reaches the polished magnetic rod, it snaps firmly onto the rod while the uncontaminated flakes continue flowing into a collection bin. Keep the machine geometry stable and the capture action unmistakable. Bright diffuse daylight, crisp technical realism, restrained palette of stainless steel, cobalt blue, and warm oat beige, shallow but sufficient depth of field, no people, labels, logos, captions, or interface graphics. Synchronized native sound: steady low machinery hum, dry oat flakes softly rattling through the pipe, then a distinct metallic tick exactly when the fragment attaches to the magnet.",
"negativePrompt": "Shot changes, transitions, camera shake, warped machinery, floating parts, duplicate fragments, clogged material, illegible text, logos, captions, interface overlays, music, voices.",
"width": 1920,
"height": 1080,
"duration": 5,
"providerSettings": {
"alibaba": {
"audio": true,
"promptExtend": true,
"shotType": "single"
}
}
}{
"taskType": "videoInference",
"taskUUID": "6419fc26-48ba-4ccc-95cf-193744738d47",
"videoUUID": "ffb11fe4-6a93-4de3-b769-536c185e3549",
"videoURL": "https://vm.runware.ai/video/os/a10dlim3/ws/5/vi/ffb11fe4-6a93-4de3-b769-536c185e3549.mp4",
"seed": 1011948981,
"cost": 0.7511
}Marine Robotics Logo Loop
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',
positivePrompt: 'Continue forward from the supplied finished logo frame as a polished ten-second motion identity. Hold the complete lockup briefly, then send the coral survey ping clockwise around the navy sonar emblem. Each pass emits a thin contour ring that expands smoothly, bends like a mapped depth line, and fades before reaching the wordmark. The emblem’s concentric lines subtly separate into layered bathymetric contours, drift with controlled fluid motion, then register back into their exact original geometry. Keep the PELAGIC ARRAY lettering and tagline perfectly stable, sharp, correctly spelled, and fully legible throughout. In the final seconds, the coral ping settles into its starting position and every contour resolves precisely to the supplied opening composition, creating a seamless first-to-last-frame loop. Locked camera, centered 16:9 layout, flat vector forms, warm off-white paper texture, deep navy and coral-orange palette, restrained Swiss oceanographic-chart art direction. Clean sonic ident: one soft hydrophone click, a low filtered sonar pulse synchronized to the expanding ring, and a quiet final water-drop tick at loop closure.',
resolution: '1080p',
duration: 10,
inputs: {
frameImages: [
'https://assets.runware.ai/assets/inputs/d3ebe851-4606-4da0-b84b-c35e857cb126.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",
"positivePrompt": "Continue forward from the supplied finished logo frame as a polished ten-second motion identity. Hold the complete lockup briefly, then send the coral survey ping clockwise around the navy sonar emblem. Each pass emits a thin contour ring that expands smoothly, bends like a mapped depth line, and fades before reaching the wordmark. The emblem’s concentric lines subtly separate into layered bathymetric contours, drift with controlled fluid motion, then register back into their exact original geometry. Keep the PELAGIC ARRAY lettering and tagline perfectly stable, sharp, correctly spelled, and fully legible throughout. In the final seconds, the coral ping settles into its starting position and every contour resolves precisely to the supplied opening composition, creating a seamless first-to-last-frame loop. Locked camera, centered 16:9 layout, flat vector forms, warm off-white paper texture, deep navy and coral-orange palette, restrained Swiss oceanographic-chart art direction. Clean sonic ident: one soft hydrophone click, a low filtered sonar pulse synchronized to the expanding ring, and a quiet final water-drop tick at loop closure.",
"resolution": "1080p",
"duration": 10,
"inputs": {
"frameImages": [
"https://assets.runware.ai/assets/inputs/d3ebe851-4606-4da0-b84b-c35e857cb126.jpg"
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "videoInference",
"taskUUID": "c6667c9c-e1c7-42ad-a22e-1dff47c294a0",
"model": "alibaba:wan@2.6",
"positivePrompt": "Continue forward from the supplied finished logo frame as a polished ten-second motion identity. Hold the complete lockup briefly, then send the coral survey ping clockwise around the navy sonar emblem. Each pass emits a thin contour ring that expands smoothly, bends like a mapped depth line, and fades before reaching the wordmark. The emblem’s concentric lines subtly separate into layered bathymetric contours, drift with controlled fluid motion, then register back into their exact original geometry. Keep the PELAGIC ARRAY lettering and tagline perfectly stable, sharp, correctly spelled, and fully legible throughout. In the final seconds, the coral ping settles into its starting position and every contour resolves precisely to the supplied opening composition, creating a seamless first-to-last-frame loop. Locked camera, centered 16:9 layout, flat vector forms, warm off-white paper texture, deep navy and coral-orange palette, restrained Swiss oceanographic-chart art direction. Clean sonic ident: one soft hydrophone click, a low filtered sonar pulse synchronized to the expanding ring, and a quiet final water-drop tick at loop closure.",
"resolution": "1080p",
"duration": 10,
"inputs": {
"frameImages": [
"https://assets.runware.ai/assets/inputs/d3ebe851-4606-4da0-b84b-c35e857cb126.jpg"
]
}
}
]'runware run alibaba:wan@2.6 \
positivePrompt="Continue forward from the supplied finished logo frame as a polished ten-second motion identity. Hold the complete lockup briefly, then send the coral survey ping clockwise around the navy sonar emblem. Each pass emits a thin contour ring that expands smoothly, bends like a mapped depth line, and fades before reaching the wordmark. The emblem’s concentric lines subtly separate into layered bathymetric contours, drift with controlled fluid motion, then register back into their exact original geometry. Keep the PELAGIC ARRAY lettering and tagline perfectly stable, sharp, correctly spelled, and fully legible throughout. In the final seconds, the coral ping settles into its starting position and every contour resolves precisely to the supplied opening composition, creating a seamless first-to-last-frame loop. Locked camera, centered 16:9 layout, flat vector forms, warm off-white paper texture, deep navy and coral-orange palette, restrained Swiss oceanographic-chart art direction. Clean sonic ident: one soft hydrophone click, a low filtered sonar pulse synchronized to the expanding ring, and a quiet final water-drop tick at loop closure." \
resolution=1080p \
duration=10 \
inputs.frameImages.0=https://assets.runware.ai/assets/inputs/d3ebe851-4606-4da0-b84b-c35e857cb126.jpg{
"taskType": "videoInference",
"taskUUID": "c6667c9c-e1c7-42ad-a22e-1dff47c294a0",
"model": "alibaba:wan@2.6",
"positivePrompt": "Continue forward from the supplied finished logo frame as a polished ten-second motion identity. Hold the complete lockup briefly, then send the coral survey ping clockwise around the navy sonar emblem. Each pass emits a thin contour ring that expands smoothly, bends like a mapped depth line, and fades before reaching the wordmark. The emblem’s concentric lines subtly separate into layered bathymetric contours, drift with controlled fluid motion, then register back into their exact original geometry. Keep the PELAGIC ARRAY lettering and tagline perfectly stable, sharp, correctly spelled, and fully legible throughout. In the final seconds, the coral ping settles into its starting position and every contour resolves precisely to the supplied opening composition, creating a seamless first-to-last-frame loop. Locked camera, centered 16:9 layout, flat vector forms, warm off-white paper texture, deep navy and coral-orange palette, restrained Swiss oceanographic-chart art direction. Clean sonic ident: one soft hydrophone click, a low filtered sonar pulse synchronized to the expanding ring, and a quiet final water-drop tick at loop closure.",
"resolution": "1080p",
"duration": 10,
"inputs": {
"frameImages": [
"https://assets.runware.ai/assets/inputs/d3ebe851-4606-4da0-b84b-c35e857cb126.jpg"
]
}
}{
"taskType": "videoInference",
"taskUUID": "c6667c9c-e1c7-42ad-a22e-1dff47c294a0",
"videoUUID": "5a95a01c-fd8e-4e6a-a34f-c1eb4fcb2f65",
"videoURL": "https://vm.runware.ai/video/os/a09dlim3/ws/5/vi/5a95a01c-fd8e-4e6a-a34f-c1eb4fcb2f65.mp4",
"seed": 92787249,
"cost": 1.5033
}Heritage Seed Documentary Title Sequence
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',
positivePrompt: 'Create a 5-second cinematic opening title sequence for a prestige agricultural heritage documentary titled “THE SEED LEDGER.” Compose for 1088x832 landscape. Use reference video 1 only for its tactile archival materials, warm museum lighting, shallow-focus tracking movement and parchment, faded chlorophyll and oxidized-copper palette. Use reference video 2 only for its scientifically accurate germination detail and elegant branching motion; neither reference is footage to edit or reproduce. In one seamless macro shot, the camera glides over an aged seed-bank accession card beside a few heirloom bean seeds. A delicate root shadow grows naturally across the paper, guiding the eye toward a blind-embossed title that catches the raking light: THE SEED LEDGER. End on a composed, fully legible title frame with generous negative space. Photoreal practical textures, restrained prestige-documentary art direction, solemn but hopeful mood, subtle film grain. Native sound: drawer glide, dry seeds softly ticking on wood, faint paper friction, low bowed-cello swell resolving on the title.',
negativePrompt: 'Illegible or misspelled title, extra words, logos, interface elements, neon colors, fantasy plants, aggressive camera shake, rapid montage, glossy commercial styling, distorted seeds, synthetic plastic textures, people or hands.',
width: 1088,
height: 832,
duration: 5,
inputs: {
referenceVideos: [
'https://assets.runware.ai/assets/inputs/0117ee1d-6961-4b16-a370-352ef5d56ba9.mp4',
'https://assets.runware.ai/assets/inputs/30b4461c-16a6-4c00-9e69-7ac4cd544e3a.mp4'
]
}
})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",
"positivePrompt": "Create a 5-second cinematic opening title sequence for a prestige agricultural heritage documentary titled “THE SEED LEDGER.” Compose for 1088x832 landscape. Use reference video 1 only for its tactile archival materials, warm museum lighting, shallow-focus tracking movement and parchment, faded chlorophyll and oxidized-copper palette. Use reference video 2 only for its scientifically accurate germination detail and elegant branching motion; neither reference is footage to edit or reproduce. In one seamless macro shot, the camera glides over an aged seed-bank accession card beside a few heirloom bean seeds. A delicate root shadow grows naturally across the paper, guiding the eye toward a blind-embossed title that catches the raking light: THE SEED LEDGER. End on a composed, fully legible title frame with generous negative space. Photoreal practical textures, restrained prestige-documentary art direction, solemn but hopeful mood, subtle film grain. Native sound: drawer glide, dry seeds softly ticking on wood, faint paper friction, low bowed-cello swell resolving on the title.",
"negativePrompt": "Illegible or misspelled title, extra words, logos, interface elements, neon colors, fantasy plants, aggressive camera shake, rapid montage, glossy commercial styling, distorted seeds, synthetic plastic textures, people or hands.",
"width": 1088,
"height": 832,
"duration": 5,
"inputs": {
"referenceVideos": [
"https://assets.runware.ai/assets/inputs/0117ee1d-6961-4b16-a370-352ef5d56ba9.mp4",
"https://assets.runware.ai/assets/inputs/30b4461c-16a6-4c00-9e69-7ac4cd544e3a.mp4"
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "videoInference",
"taskUUID": "07cc3252-7273-40b3-9b57-fe089e071fb2",
"model": "alibaba:wan@2.6",
"positivePrompt": "Create a 5-second cinematic opening title sequence for a prestige agricultural heritage documentary titled “THE SEED LEDGER.” Compose for 1088x832 landscape. Use reference video 1 only for its tactile archival materials, warm museum lighting, shallow-focus tracking movement and parchment, faded chlorophyll and oxidized-copper palette. Use reference video 2 only for its scientifically accurate germination detail and elegant branching motion; neither reference is footage to edit or reproduce. In one seamless macro shot, the camera glides over an aged seed-bank accession card beside a few heirloom bean seeds. A delicate root shadow grows naturally across the paper, guiding the eye toward a blind-embossed title that catches the raking light: THE SEED LEDGER. End on a composed, fully legible title frame with generous negative space. Photoreal practical textures, restrained prestige-documentary art direction, solemn but hopeful mood, subtle film grain. Native sound: drawer glide, dry seeds softly ticking on wood, faint paper friction, low bowed-cello swell resolving on the title.",
"negativePrompt": "Illegible or misspelled title, extra words, logos, interface elements, neon colors, fantasy plants, aggressive camera shake, rapid montage, glossy commercial styling, distorted seeds, synthetic plastic textures, people or hands.",
"width": 1088,
"height": 832,
"duration": 5,
"inputs": {
"referenceVideos": [
"https://assets.runware.ai/assets/inputs/0117ee1d-6961-4b16-a370-352ef5d56ba9.mp4",
"https://assets.runware.ai/assets/inputs/30b4461c-16a6-4c00-9e69-7ac4cd544e3a.mp4"
]
}
}
]'runware run alibaba:wan@2.6 \
positivePrompt="Create a 5-second cinematic opening title sequence for a prestige agricultural heritage documentary titled “THE SEED LEDGER.” Compose for 1088x832 landscape. Use reference video 1 only for its tactile archival materials, warm museum lighting, shallow-focus tracking movement and parchment, faded chlorophyll and oxidized-copper palette. Use reference video 2 only for its scientifically accurate germination detail and elegant branching motion; neither reference is footage to edit or reproduce. In one seamless macro shot, the camera glides over an aged seed-bank accession card beside a few heirloom bean seeds. A delicate root shadow grows naturally across the paper, guiding the eye toward a blind-embossed title that catches the raking light: THE SEED LEDGER. End on a composed, fully legible title frame with generous negative space. Photoreal practical textures, restrained prestige-documentary art direction, solemn but hopeful mood, subtle film grain. Native sound: drawer glide, dry seeds softly ticking on wood, faint paper friction, low bowed-cello swell resolving on the title." \
negativePrompt="Illegible or misspelled title, extra words, logos, interface elements, neon colors, fantasy plants, aggressive camera shake, rapid montage, glossy commercial styling, distorted seeds, synthetic plastic textures, people or hands." \
width=1088 \
height=832 \
duration=5 \
inputs.referenceVideos.0=https://assets.runware.ai/assets/inputs/0117ee1d-6961-4b16-a370-352ef5d56ba9.mp4 \
inputs.referenceVideos.1=https://assets.runware.ai/assets/inputs/30b4461c-16a6-4c00-9e69-7ac4cd544e3a.mp4{
"taskType": "videoInference",
"taskUUID": "07cc3252-7273-40b3-9b57-fe089e071fb2",
"model": "alibaba:wan@2.6",
"positivePrompt": "Create a 5-second cinematic opening title sequence for a prestige agricultural heritage documentary titled “THE SEED LEDGER.” Compose for 1088x832 landscape. Use reference video 1 only for its tactile archival materials, warm museum lighting, shallow-focus tracking movement and parchment, faded chlorophyll and oxidized-copper palette. Use reference video 2 only for its scientifically accurate germination detail and elegant branching motion; neither reference is footage to edit or reproduce. In one seamless macro shot, the camera glides over an aged seed-bank accession card beside a few heirloom bean seeds. A delicate root shadow grows naturally across the paper, guiding the eye toward a blind-embossed title that catches the raking light: THE SEED LEDGER. End on a composed, fully legible title frame with generous negative space. Photoreal practical textures, restrained prestige-documentary art direction, solemn but hopeful mood, subtle film grain. Native sound: drawer glide, dry seeds softly ticking on wood, faint paper friction, low bowed-cello swell resolving on the title.",
"negativePrompt": "Illegible or misspelled title, extra words, logos, interface elements, neon colors, fantasy plants, aggressive camera shake, rapid montage, glossy commercial styling, distorted seeds, synthetic plastic textures, people or hands.",
"width": 1088,
"height": 832,
"duration": 5,
"inputs": {
"referenceVideos": [
"https://assets.runware.ai/assets/inputs/0117ee1d-6961-4b16-a370-352ef5d56ba9.mp4",
"https://assets.runware.ai/assets/inputs/30b4461c-16a6-4c00-9e69-7ac4cd544e3a.mp4"
]
}
}{
"taskType": "videoInference",
"taskUUID": "07cc3252-7273-40b3-9b57-fe089e071fb2",
"videoUUID": "e7f09000-af3e-497d-8fa8-8237b4df9d4f",
"videoURL": "https://vm.runware.ai/video/os/a01d21/ws/5/vi/e7f09000-af3e-497d-8fa8-8237b4df9d4f.mp4",
"seed": 945299790,
"cost": 0.5
}Avalanche Patrol Series Teaser
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',
positivePrompt: 'Create a 10-second square cinematic teaser for a prestige factual series about an alpine avalanche-control crew, with every cut and action synchronized precisely to the supplied audio. 0:00–0:01: extreme macro of frost trembling on a red safety rope in blue predawn light; cut on the radio-static burst. 0:01–0:03: wide aerial view of two patrol workers in vivid vermilion jackets traversing a vast untouched white ridge, their scale tiny against the mountain; camera advances with each sub-bass pulse. At the metallic click around 0:03, cut to a gloved hand closing a weatherproof detonator case, shown as professional safety work without instructional detail. On the explosive impact at 0:04, hard cut to a distant telephoto view of a controlled charge releasing a monumental wall of powder across an empty mountainside. During the sudden quiet, hold in elegant slow motion as the snow cloud rolls through sunlight, revealing crystalline particles and pale cyan shadows. At the deep hit around 0:07.5, match-cut the white cloud into a clean white field and reveal the centered charcoal title “THE WHITE LINE” with smaller text “A DOCUMENTARY SERIES.” Restrained Swiss editorial typography, premium documentary cinematography, crisp natural textures, cold white, cyan, charcoal, and vermilion palette, tense and authoritative, generous square-safe composition.',
negativePrompt: 'No casualties, buried people, reckless behavior, weapon imagery, instructional explosive assembly, fantasy mountains, ski-resort advertising, logos, interface elements, misspelled title text, extra captions, shaky camera, warped workers, duplicated limbs, flicker, or low-detail snow.',
width: 960,
height: 960,
duration: 10,
inputs: {
audio: 'https://assets.runware.ai/assets/inputs/6e6ddef4-9eb2-4aa9-ada5-fd0e3a2998d8.mp3'
}
})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",
"positivePrompt": "Create a 10-second square cinematic teaser for a prestige factual series about an alpine avalanche-control crew, with every cut and action synchronized precisely to the supplied audio. 0:00–0:01: extreme macro of frost trembling on a red safety rope in blue predawn light; cut on the radio-static burst. 0:01–0:03: wide aerial view of two patrol workers in vivid vermilion jackets traversing a vast untouched white ridge, their scale tiny against the mountain; camera advances with each sub-bass pulse. At the metallic click around 0:03, cut to a gloved hand closing a weatherproof detonator case, shown as professional safety work without instructional detail. On the explosive impact at 0:04, hard cut to a distant telephoto view of a controlled charge releasing a monumental wall of powder across an empty mountainside. During the sudden quiet, hold in elegant slow motion as the snow cloud rolls through sunlight, revealing crystalline particles and pale cyan shadows. At the deep hit around 0:07.5, match-cut the white cloud into a clean white field and reveal the centered charcoal title “THE WHITE LINE” with smaller text “A DOCUMENTARY SERIES.” Restrained Swiss editorial typography, premium documentary cinematography, crisp natural textures, cold white, cyan, charcoal, and vermilion palette, tense and authoritative, generous square-safe composition.",
"negativePrompt": "No casualties, buried people, reckless behavior, weapon imagery, instructional explosive assembly, fantasy mountains, ski-resort advertising, logos, interface elements, misspelled title text, extra captions, shaky camera, warped workers, duplicated limbs, flicker, or low-detail snow.",
"width": 960,
"height": 960,
"duration": 10,
"inputs": {
"audio": "https://assets.runware.ai/assets/inputs/6e6ddef4-9eb2-4aa9-ada5-fd0e3a2998d8.mp3"
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "videoInference",
"taskUUID": "a0e6a58f-73c7-4912-bc46-3443148bc189",
"model": "alibaba:wan@2.6",
"positivePrompt": "Create a 10-second square cinematic teaser for a prestige factual series about an alpine avalanche-control crew, with every cut and action synchronized precisely to the supplied audio. 0:00–0:01: extreme macro of frost trembling on a red safety rope in blue predawn light; cut on the radio-static burst. 0:01–0:03: wide aerial view of two patrol workers in vivid vermilion jackets traversing a vast untouched white ridge, their scale tiny against the mountain; camera advances with each sub-bass pulse. At the metallic click around 0:03, cut to a gloved hand closing a weatherproof detonator case, shown as professional safety work without instructional detail. On the explosive impact at 0:04, hard cut to a distant telephoto view of a controlled charge releasing a monumental wall of powder across an empty mountainside. During the sudden quiet, hold in elegant slow motion as the snow cloud rolls through sunlight, revealing crystalline particles and pale cyan shadows. At the deep hit around 0:07.5, match-cut the white cloud into a clean white field and reveal the centered charcoal title “THE WHITE LINE” with smaller text “A DOCUMENTARY SERIES.” Restrained Swiss editorial typography, premium documentary cinematography, crisp natural textures, cold white, cyan, charcoal, and vermilion palette, tense and authoritative, generous square-safe composition.",
"negativePrompt": "No casualties, buried people, reckless behavior, weapon imagery, instructional explosive assembly, fantasy mountains, ski-resort advertising, logos, interface elements, misspelled title text, extra captions, shaky camera, warped workers, duplicated limbs, flicker, or low-detail snow.",
"width": 960,
"height": 960,
"duration": 10,
"inputs": {
"audio": "https://assets.runware.ai/assets/inputs/6e6ddef4-9eb2-4aa9-ada5-fd0e3a2998d8.mp3"
}
}
]'runware run alibaba:wan@2.6 \
positivePrompt="Create a 10-second square cinematic teaser for a prestige factual series about an alpine avalanche-control crew, with every cut and action synchronized precisely to the supplied audio. 0:00–0:01: extreme macro of frost trembling on a red safety rope in blue predawn light; cut on the radio-static burst. 0:01–0:03: wide aerial view of two patrol workers in vivid vermilion jackets traversing a vast untouched white ridge, their scale tiny against the mountain; camera advances with each sub-bass pulse. At the metallic click around 0:03, cut to a gloved hand closing a weatherproof detonator case, shown as professional safety work without instructional detail. On the explosive impact at 0:04, hard cut to a distant telephoto view of a controlled charge releasing a monumental wall of powder across an empty mountainside. During the sudden quiet, hold in elegant slow motion as the snow cloud rolls through sunlight, revealing crystalline particles and pale cyan shadows. At the deep hit around 0:07.5, match-cut the white cloud into a clean white field and reveal the centered charcoal title “THE WHITE LINE” with smaller text “A DOCUMENTARY SERIES.” Restrained Swiss editorial typography, premium documentary cinematography, crisp natural textures, cold white, cyan, charcoal, and vermilion palette, tense and authoritative, generous square-safe composition." \
negativePrompt="No casualties, buried people, reckless behavior, weapon imagery, instructional explosive assembly, fantasy mountains, ski-resort advertising, logos, interface elements, misspelled title text, extra captions, shaky camera, warped workers, duplicated limbs, flicker, or low-detail snow." \
width=960 \
height=960 \
duration=10 \
inputs.audio=https://assets.runware.ai/assets/inputs/6e6ddef4-9eb2-4aa9-ada5-fd0e3a2998d8.mp3{
"taskType": "videoInference",
"taskUUID": "a0e6a58f-73c7-4912-bc46-3443148bc189",
"model": "alibaba:wan@2.6",
"positivePrompt": "Create a 10-second square cinematic teaser for a prestige factual series about an alpine avalanche-control crew, with every cut and action synchronized precisely to the supplied audio. 0:00–0:01: extreme macro of frost trembling on a red safety rope in blue predawn light; cut on the radio-static burst. 0:01–0:03: wide aerial view of two patrol workers in vivid vermilion jackets traversing a vast untouched white ridge, their scale tiny against the mountain; camera advances with each sub-bass pulse. At the metallic click around 0:03, cut to a gloved hand closing a weatherproof detonator case, shown as professional safety work without instructional detail. On the explosive impact at 0:04, hard cut to a distant telephoto view of a controlled charge releasing a monumental wall of powder across an empty mountainside. During the sudden quiet, hold in elegant slow motion as the snow cloud rolls through sunlight, revealing crystalline particles and pale cyan shadows. At the deep hit around 0:07.5, match-cut the white cloud into a clean white field and reveal the centered charcoal title “THE WHITE LINE” with smaller text “A DOCUMENTARY SERIES.” Restrained Swiss editorial typography, premium documentary cinematography, crisp natural textures, cold white, cyan, charcoal, and vermilion palette, tense and authoritative, generous square-safe composition.",
"negativePrompt": "No casualties, buried people, reckless behavior, weapon imagery, instructional explosive assembly, fantasy mountains, ski-resort advertising, logos, interface elements, misspelled title text, extra captions, shaky camera, warped workers, duplicated limbs, flicker, or low-detail snow.",
"width": 960,
"height": 960,
"duration": 10,
"inputs": {
"audio": "https://assets.runware.ai/assets/inputs/6e6ddef4-9eb2-4aa9-ada5-fd0e3a2998d8.mp3"
}
}{
"taskType": "videoInference",
"taskUUID": "a0e6a58f-73c7-4912-bc46-3443148bc189",
"videoUUID": "d2348fa8-4f1f-4e4f-95fd-b348a10273a5",
"videoURL": "https://vm.runware.ai/video/os/a06dlim3/ws/5/vi/d2348fa8-4f1f-4e4f-95fd-b348a10273a5.mp4",
"seed": 1769967399,
"cost": 1.0022
}Moonlit Lantern Market Chase
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',
positivePrompt: 'Use the provided frame image as the opening frame. Create a tense, cinematic night-market pursuit sequence in an old riverside town. The courier in the crimson rain cape darts through the lantern-lit alley, weaving past food stalls and pedestrians as steam curls into the air. Keep the courier\'s appearance, cape color, parcel, and the striped cat consistent with the first frame. Begin with a close tracking shot from behind, then transition to a low angle side shot of splashing footsteps on wet stone, then a wider shot revealing the canal bridge and glowing lantern canopy. Fabric flutters, lanterns sway, puddles ripple, reflections shimmer, steam drifts naturally, and background figures react subtly. The striped cat briefly dashes across the path near the noodle cart. End on a dramatic pause beneath the bridge with distant footsteps echoing. Natural camera motion, strong temporal stability, coherent scene geography, realistic motion, cinematic contrast, suspenseful mood. Include native environmental audio: light rain, footsteps on wet stone, market chatter, sizzling food, fluttering fabric, clinking dishes, and soft lantern creaks.',
negativePrompt: 'flicker, identity drift, extra limbs, duplicate people, deformed hands, broken anatomy, warped faces, text, watermark, logo, jittery camera, abrupt scene changes, low detail, oversaturated colors, cartoon style, frozen motion, inconsistent lighting',
width: 1280,
height: 720,
duration: 10,
seed: 55007,
providerSettings: {
alibaba: {
promptExtend: true,
audio: true,
shotType: 'multi'
}
},
inputs: {
frameImages: [
{
image: 'https://assets.runware.ai/assets/inputs/ca6302bd-0242-4947-b632-b169b41ca0ee.jpg',
frame: 'first'
}
]
}
})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",
"positivePrompt": "Use the provided frame image as the opening frame. Create a tense, cinematic night-market pursuit sequence in an old riverside town. The courier in the crimson rain cape darts through the lantern-lit alley, weaving past food stalls and pedestrians as steam curls into the air. Keep the courier's appearance, cape color, parcel, and the striped cat consistent with the first frame. Begin with a close tracking shot from behind, then transition to a low angle side shot of splashing footsteps on wet stone, then a wider shot revealing the canal bridge and glowing lantern canopy. Fabric flutters, lanterns sway, puddles ripple, reflections shimmer, steam drifts naturally, and background figures react subtly. The striped cat briefly dashes across the path near the noodle cart. End on a dramatic pause beneath the bridge with distant footsteps echoing. Natural camera motion, strong temporal stability, coherent scene geography, realistic motion, cinematic contrast, suspenseful mood. Include native environmental audio: light rain, footsteps on wet stone, market chatter, sizzling food, fluttering fabric, clinking dishes, and soft lantern creaks.",
"negativePrompt": "flicker, identity drift, extra limbs, duplicate people, deformed hands, broken anatomy, warped faces, text, watermark, logo, jittery camera, abrupt scene changes, low detail, oversaturated colors, cartoon style, frozen motion, inconsistent lighting",
"width": 1280,
"height": 720,
"duration": 10,
"seed": 55007,
"providerSettings": {
"alibaba": {
"promptExtend": True,
"audio": True,
"shotType": "multi"
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/ca6302bd-0242-4947-b632-b169b41ca0ee.jpg",
"frame": "first"
}
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "videoInference",
"taskUUID": "f4ef18d8-d951-40d2-944a-58ed86955c4f",
"model": "alibaba:wan@2.6",
"positivePrompt": "Use the provided frame image as the opening frame. Create a tense, cinematic night-market pursuit sequence in an old riverside town. The courier in the crimson rain cape darts through the lantern-lit alley, weaving past food stalls and pedestrians as steam curls into the air. Keep the courier's appearance, cape color, parcel, and the striped cat consistent with the first frame. Begin with a close tracking shot from behind, then transition to a low angle side shot of splashing footsteps on wet stone, then a wider shot revealing the canal bridge and glowing lantern canopy. Fabric flutters, lanterns sway, puddles ripple, reflections shimmer, steam drifts naturally, and background figures react subtly. The striped cat briefly dashes across the path near the noodle cart. End on a dramatic pause beneath the bridge with distant footsteps echoing. Natural camera motion, strong temporal stability, coherent scene geography, realistic motion, cinematic contrast, suspenseful mood. Include native environmental audio: light rain, footsteps on wet stone, market chatter, sizzling food, fluttering fabric, clinking dishes, and soft lantern creaks.",
"negativePrompt": "flicker, identity drift, extra limbs, duplicate people, deformed hands, broken anatomy, warped faces, text, watermark, logo, jittery camera, abrupt scene changes, low detail, oversaturated colors, cartoon style, frozen motion, inconsistent lighting",
"width": 1280,
"height": 720,
"duration": 10,
"seed": 55007,
"providerSettings": {
"alibaba": {
"promptExtend": true,
"audio": true,
"shotType": "multi"
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/ca6302bd-0242-4947-b632-b169b41ca0ee.jpg",
"frame": "first"
}
]
}
}
]'runware run alibaba:wan@2.6 \
positivePrompt="Use the provided frame image as the opening frame. Create a tense, cinematic night-market pursuit sequence in an old riverside town. The courier in the crimson rain cape darts through the lantern-lit alley, weaving past food stalls and pedestrians as steam curls into the air. Keep the courier's appearance, cape color, parcel, and the striped cat consistent with the first frame. Begin with a close tracking shot from behind, then transition to a low angle side shot of splashing footsteps on wet stone, then a wider shot revealing the canal bridge and glowing lantern canopy. Fabric flutters, lanterns sway, puddles ripple, reflections shimmer, steam drifts naturally, and background figures react subtly. The striped cat briefly dashes across the path near the noodle cart. End on a dramatic pause beneath the bridge with distant footsteps echoing. Natural camera motion, strong temporal stability, coherent scene geography, realistic motion, cinematic contrast, suspenseful mood. Include native environmental audio: light rain, footsteps on wet stone, market chatter, sizzling food, fluttering fabric, clinking dishes, and soft lantern creaks." \
negativePrompt="flicker, identity drift, extra limbs, duplicate people, deformed hands, broken anatomy, warped faces, text, watermark, logo, jittery camera, abrupt scene changes, low detail, oversaturated colors, cartoon style, frozen motion, inconsistent lighting" \
width=1280 \
height=720 \
duration=10 \
seed=55007 \
providerSettings.alibaba.promptExtend=true \
providerSettings.alibaba.audio=true \
providerSettings.alibaba.shotType=multi \
inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/ca6302bd-0242-4947-b632-b169b41ca0ee.jpg \
inputs.frameImages.0.frame=first{
"taskType": "videoInference",
"taskUUID": "f4ef18d8-d951-40d2-944a-58ed86955c4f",
"model": "alibaba:wan@2.6",
"positivePrompt": "Use the provided frame image as the opening frame. Create a tense, cinematic night-market pursuit sequence in an old riverside town. The courier in the crimson rain cape darts through the lantern-lit alley, weaving past food stalls and pedestrians as steam curls into the air. Keep the courier's appearance, cape color, parcel, and the striped cat consistent with the first frame. Begin with a close tracking shot from behind, then transition to a low angle side shot of splashing footsteps on wet stone, then a wider shot revealing the canal bridge and glowing lantern canopy. Fabric flutters, lanterns sway, puddles ripple, reflections shimmer, steam drifts naturally, and background figures react subtly. The striped cat briefly dashes across the path near the noodle cart. End on a dramatic pause beneath the bridge with distant footsteps echoing. Natural camera motion, strong temporal stability, coherent scene geography, realistic motion, cinematic contrast, suspenseful mood. Include native environmental audio: light rain, footsteps on wet stone, market chatter, sizzling food, fluttering fabric, clinking dishes, and soft lantern creaks.",
"negativePrompt": "flicker, identity drift, extra limbs, duplicate people, deformed hands, broken anatomy, warped faces, text, watermark, logo, jittery camera, abrupt scene changes, low detail, oversaturated colors, cartoon style, frozen motion, inconsistent lighting",
"width": 1280,
"height": 720,
"duration": 10,
"seed": 55007,
"providerSettings": {
"alibaba": {
"promptExtend": true,
"audio": true,
"shotType": "multi"
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/ca6302bd-0242-4947-b632-b169b41ca0ee.jpg",
"frame": "first"
}
]
}
}{
"taskType": "videoInference",
"taskUUID": "f4ef18d8-d951-40d2-944a-58ed86955c4f",
"videoUUID": "bbca7f3f-225a-49b1-8f01-3bebbc8621eb",
"videoURL": "https://vm.runware.ai/video/os/a12d13/ws/5/vi/bbca7f3f-225a-49b1-8f01-3bebbc8621eb.mp4",
"seed": 55007,
"cost": 1.0022
}Rainy Neon Bazaar Chase
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',
positivePrompt: 'Transform the reference motion into a vivid futuristic night bazaar in a monsoon-soaked megacity. Glowing teal and magenta shop lights reflect across wet stone, steam rises from food stalls, holographic fabric banners ripple overhead, a masked courier in a silver rain cape weaves through the crowd carrying a small luminous parcel. Preserve the forward momentum and realistic crowd flow from the reference video while restyling the environment into a dense cinematic sci-fi marketplace. Include layered depth, puddle splashes, drifting vapor, subtle lens bloom, expressive faces glimpsed in passing, and a tense but elegant atmosphere. Multi-shot feeling with clean transitions, consistent subject appearance, believable environmental motion, immersive native market ambience with footsteps, rain, distant voices, humming signage, and soft electronic music.',
negativePrompt: 'blurry subject, flicker, frame warping, duplicated people, deformed hands, unreadable faces, abrupt camera jumps, text overlays, subtitles, logos, watermark, low detail, oversaturated highlights, broken reflections, static scene',
width: 1280,
height: 720,
duration: 10,
seed: 76848,
providerSettings: {
alibaba: {
promptExtend: true,
audio: true,
shotType: 'multi'
}
},
inputs: {
referenceVideos: [
'https://assets.runware.ai/assets/inputs/822f2568-492c-48e7-a87e-cf69960644a3.mp4'
]
}
})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",
"positivePrompt": "Transform the reference motion into a vivid futuristic night bazaar in a monsoon-soaked megacity. Glowing teal and magenta shop lights reflect across wet stone, steam rises from food stalls, holographic fabric banners ripple overhead, a masked courier in a silver rain cape weaves through the crowd carrying a small luminous parcel. Preserve the forward momentum and realistic crowd flow from the reference video while restyling the environment into a dense cinematic sci-fi marketplace. Include layered depth, puddle splashes, drifting vapor, subtle lens bloom, expressive faces glimpsed in passing, and a tense but elegant atmosphere. Multi-shot feeling with clean transitions, consistent subject appearance, believable environmental motion, immersive native market ambience with footsteps, rain, distant voices, humming signage, and soft electronic music.",
"negativePrompt": "blurry subject, flicker, frame warping, duplicated people, deformed hands, unreadable faces, abrupt camera jumps, text overlays, subtitles, logos, watermark, low detail, oversaturated highlights, broken reflections, static scene",
"width": 1280,
"height": 720,
"duration": 10,
"seed": 76848,
"providerSettings": {
"alibaba": {
"promptExtend": True,
"audio": True,
"shotType": "multi"
}
},
"inputs": {
"referenceVideos": [
"https://assets.runware.ai/assets/inputs/822f2568-492c-48e7-a87e-cf69960644a3.mp4"
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "videoInference",
"taskUUID": "43de9fd6-1ada-42aa-8321-b928f5d8e92a",
"model": "alibaba:wan@2.6",
"positivePrompt": "Transform the reference motion into a vivid futuristic night bazaar in a monsoon-soaked megacity. Glowing teal and magenta shop lights reflect across wet stone, steam rises from food stalls, holographic fabric banners ripple overhead, a masked courier in a silver rain cape weaves through the crowd carrying a small luminous parcel. Preserve the forward momentum and realistic crowd flow from the reference video while restyling the environment into a dense cinematic sci-fi marketplace. Include layered depth, puddle splashes, drifting vapor, subtle lens bloom, expressive faces glimpsed in passing, and a tense but elegant atmosphere. Multi-shot feeling with clean transitions, consistent subject appearance, believable environmental motion, immersive native market ambience with footsteps, rain, distant voices, humming signage, and soft electronic music.",
"negativePrompt": "blurry subject, flicker, frame warping, duplicated people, deformed hands, unreadable faces, abrupt camera jumps, text overlays, subtitles, logos, watermark, low detail, oversaturated highlights, broken reflections, static scene",
"width": 1280,
"height": 720,
"duration": 10,
"seed": 76848,
"providerSettings": {
"alibaba": {
"promptExtend": true,
"audio": true,
"shotType": "multi"
}
},
"inputs": {
"referenceVideos": [
"https://assets.runware.ai/assets/inputs/822f2568-492c-48e7-a87e-cf69960644a3.mp4"
]
}
}
]'runware run alibaba:wan@2.6 \
positivePrompt="Transform the reference motion into a vivid futuristic night bazaar in a monsoon-soaked megacity. Glowing teal and magenta shop lights reflect across wet stone, steam rises from food stalls, holographic fabric banners ripple overhead, a masked courier in a silver rain cape weaves through the crowd carrying a small luminous parcel. Preserve the forward momentum and realistic crowd flow from the reference video while restyling the environment into a dense cinematic sci-fi marketplace. Include layered depth, puddle splashes, drifting vapor, subtle lens bloom, expressive faces glimpsed in passing, and a tense but elegant atmosphere. Multi-shot feeling with clean transitions, consistent subject appearance, believable environmental motion, immersive native market ambience with footsteps, rain, distant voices, humming signage, and soft electronic music." \
negativePrompt="blurry subject, flicker, frame warping, duplicated people, deformed hands, unreadable faces, abrupt camera jumps, text overlays, subtitles, logos, watermark, low detail, oversaturated highlights, broken reflections, static scene" \
width=1280 \
height=720 \
duration=10 \
seed=76848 \
providerSettings.alibaba.promptExtend=true \
providerSettings.alibaba.audio=true \
providerSettings.alibaba.shotType=multi \
inputs.referenceVideos.0=https://assets.runware.ai/assets/inputs/822f2568-492c-48e7-a87e-cf69960644a3.mp4{
"taskType": "videoInference",
"taskUUID": "43de9fd6-1ada-42aa-8321-b928f5d8e92a",
"model": "alibaba:wan@2.6",
"positivePrompt": "Transform the reference motion into a vivid futuristic night bazaar in a monsoon-soaked megacity. Glowing teal and magenta shop lights reflect across wet stone, steam rises from food stalls, holographic fabric banners ripple overhead, a masked courier in a silver rain cape weaves through the crowd carrying a small luminous parcel. Preserve the forward momentum and realistic crowd flow from the reference video while restyling the environment into a dense cinematic sci-fi marketplace. Include layered depth, puddle splashes, drifting vapor, subtle lens bloom, expressive faces glimpsed in passing, and a tense but elegant atmosphere. Multi-shot feeling with clean transitions, consistent subject appearance, believable environmental motion, immersive native market ambience with footsteps, rain, distant voices, humming signage, and soft electronic music.",
"negativePrompt": "blurry subject, flicker, frame warping, duplicated people, deformed hands, unreadable faces, abrupt camera jumps, text overlays, subtitles, logos, watermark, low detail, oversaturated highlights, broken reflections, static scene",
"width": 1280,
"height": 720,
"duration": 10,
"seed": 76848,
"providerSettings": {
"alibaba": {
"promptExtend": true,
"audio": true,
"shotType": "multi"
}
},
"inputs": {
"referenceVideos": [
"https://assets.runware.ai/assets/inputs/822f2568-492c-48e7-a87e-cf69960644a3.mp4"
]
}
}{
"taskType": "videoInference",
"taskUUID": "43de9fd6-1ada-42aa-8321-b928f5d8e92a",
"videoUUID": "ac143936-e845-4c48-8805-10761b6754fc",
"videoURL": "https://vm.runware.ai/video/os/a16d07/ws/5/vi/ac143936-e845-4c48-8805-10761b6754fc.mp4",
"seed": 76848,
"cost": 1
}Archive Flood Recovery Presenter Clip
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',
positivePrompt: 'Create a polished 15-second vertical talking-head safety explainer in three distinct shots. Maintain perfect continuity: the same female paper conservator in her early 50s, medium-brown skin, short salt-and-pepper curls, cobalt work apron over a rust-colored shirt, and pale nitrile gloves; the same bright archive conservation lab with ivory walls, pale wood benches, blotting paper, and archival boxes. Calm, credible public-institution art direction with soft daylight and muted cobalt, rust, and warm ivory. Shot 1, 0–5 seconds: centered medium close-up, direct eye contact, she begins speaking reassuringly. Shot 2, 5–10 seconds: motivated match cut as her raised gloved hand lowers toward a damp book resting upright on absorbent paper; three-quarter waist-up angle, her face remains prominent as she gently fans several pages. Shot 3, 10–15 seconds: match cut back to a tighter frontal portrait; she finishes with a small confident nod. Natural gestures, precise lip sync, realistic blinking, stable facial identity, uninterrupted speech across cuts. She says exactly: “If a book gets wet, don’t force it open. Stand it upright, fan the pages gently, and freeze anything you can’t dry within forty-eight hours. That stops mold while you call a conservator.” Clean female voice, subtle paper movement and quiet ventilation room tone, no music, no captions, no logos.',
negativePrompt: 'Identity changes, wardrobe changes, jumpy motion, distorted hands, damaged facial features, exaggerated gestures, theatrical acting, camera shake, noisy laboratory, background people, subtitles, labels, logos, watermarks, music.',
width: 1080,
height: 1920,
duration: 15,
providerSettings: {
alibaba: {
audio: true,
shotType: 'multi',
promptExtend: true
}
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "alibaba:wan@2.6",
"positivePrompt": "Create a polished 15-second vertical talking-head safety explainer in three distinct shots. Maintain perfect continuity: the same female paper conservator in her early 50s, medium-brown skin, short salt-and-pepper curls, cobalt work apron over a rust-colored shirt, and pale nitrile gloves; the same bright archive conservation lab with ivory walls, pale wood benches, blotting paper, and archival boxes. Calm, credible public-institution art direction with soft daylight and muted cobalt, rust, and warm ivory. Shot 1, 0–5 seconds: centered medium close-up, direct eye contact, she begins speaking reassuringly. Shot 2, 5–10 seconds: motivated match cut as her raised gloved hand lowers toward a damp book resting upright on absorbent paper; three-quarter waist-up angle, her face remains prominent as she gently fans several pages. Shot 3, 10–15 seconds: match cut back to a tighter frontal portrait; she finishes with a small confident nod. Natural gestures, precise lip sync, realistic blinking, stable facial identity, uninterrupted speech across cuts. She says exactly: “If a book gets wet, don’t force it open. Stand it upright, fan the pages gently, and freeze anything you can’t dry within forty-eight hours. That stops mold while you call a conservator.” Clean female voice, subtle paper movement and quiet ventilation room tone, no music, no captions, no logos.",
"negativePrompt": "Identity changes, wardrobe changes, jumpy motion, distorted hands, damaged facial features, exaggerated gestures, theatrical acting, camera shake, noisy laboratory, background people, subtitles, labels, logos, watermarks, music.",
"width": 1080,
"height": 1920,
"duration": 15,
"providerSettings": {
"alibaba": {
"audio": True,
"shotType": "multi",
"promptExtend": True
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "videoInference",
"taskUUID": "2840f98d-b67e-4ea7-8974-093ba56c9df6",
"model": "alibaba:wan@2.6",
"positivePrompt": "Create a polished 15-second vertical talking-head safety explainer in three distinct shots. Maintain perfect continuity: the same female paper conservator in her early 50s, medium-brown skin, short salt-and-pepper curls, cobalt work apron over a rust-colored shirt, and pale nitrile gloves; the same bright archive conservation lab with ivory walls, pale wood benches, blotting paper, and archival boxes. Calm, credible public-institution art direction with soft daylight and muted cobalt, rust, and warm ivory. Shot 1, 0–5 seconds: centered medium close-up, direct eye contact, she begins speaking reassuringly. Shot 2, 5–10 seconds: motivated match cut as her raised gloved hand lowers toward a damp book resting upright on absorbent paper; three-quarter waist-up angle, her face remains prominent as she gently fans several pages. Shot 3, 10–15 seconds: match cut back to a tighter frontal portrait; she finishes with a small confident nod. Natural gestures, precise lip sync, realistic blinking, stable facial identity, uninterrupted speech across cuts. She says exactly: “If a book gets wet, don’t force it open. Stand it upright, fan the pages gently, and freeze anything you can’t dry within forty-eight hours. That stops mold while you call a conservator.” Clean female voice, subtle paper movement and quiet ventilation room tone, no music, no captions, no logos.",
"negativePrompt": "Identity changes, wardrobe changes, jumpy motion, distorted hands, damaged facial features, exaggerated gestures, theatrical acting, camera shake, noisy laboratory, background people, subtitles, labels, logos, watermarks, music.",
"width": 1080,
"height": 1920,
"duration": 15,
"providerSettings": {
"alibaba": {
"audio": true,
"shotType": "multi",
"promptExtend": true
}
}
}
]'runware run alibaba:wan@2.6 \
positivePrompt="Create a polished 15-second vertical talking-head safety explainer in three distinct shots. Maintain perfect continuity: the same female paper conservator in her early 50s, medium-brown skin, short salt-and-pepper curls, cobalt work apron over a rust-colored shirt, and pale nitrile gloves; the same bright archive conservation lab with ivory walls, pale wood benches, blotting paper, and archival boxes. Calm, credible public-institution art direction with soft daylight and muted cobalt, rust, and warm ivory. Shot 1, 0–5 seconds: centered medium close-up, direct eye contact, she begins speaking reassuringly. Shot 2, 5–10 seconds: motivated match cut as her raised gloved hand lowers toward a damp book resting upright on absorbent paper; three-quarter waist-up angle, her face remains prominent as she gently fans several pages. Shot 3, 10–15 seconds: match cut back to a tighter frontal portrait; she finishes with a small confident nod. Natural gestures, precise lip sync, realistic blinking, stable facial identity, uninterrupted speech across cuts. She says exactly: “If a book gets wet, don’t force it open. Stand it upright, fan the pages gently, and freeze anything you can’t dry within forty-eight hours. That stops mold while you call a conservator.” Clean female voice, subtle paper movement and quiet ventilation room tone, no music, no captions, no logos." \
negativePrompt="Identity changes, wardrobe changes, jumpy motion, distorted hands, damaged facial features, exaggerated gestures, theatrical acting, camera shake, noisy laboratory, background people, subtitles, labels, logos, watermarks, music." \
width=1080 \
height=1920 \
duration=15 \
providerSettings.alibaba.audio=true \
providerSettings.alibaba.shotType=multi \
providerSettings.alibaba.promptExtend=true{
"taskType": "videoInference",
"taskUUID": "2840f98d-b67e-4ea7-8974-093ba56c9df6",
"model": "alibaba:wan@2.6",
"positivePrompt": "Create a polished 15-second vertical talking-head safety explainer in three distinct shots. Maintain perfect continuity: the same female paper conservator in her early 50s, medium-brown skin, short salt-and-pepper curls, cobalt work apron over a rust-colored shirt, and pale nitrile gloves; the same bright archive conservation lab with ivory walls, pale wood benches, blotting paper, and archival boxes. Calm, credible public-institution art direction with soft daylight and muted cobalt, rust, and warm ivory. Shot 1, 0–5 seconds: centered medium close-up, direct eye contact, she begins speaking reassuringly. Shot 2, 5–10 seconds: motivated match cut as her raised gloved hand lowers toward a damp book resting upright on absorbent paper; three-quarter waist-up angle, her face remains prominent as she gently fans several pages. Shot 3, 10–15 seconds: match cut back to a tighter frontal portrait; she finishes with a small confident nod. Natural gestures, precise lip sync, realistic blinking, stable facial identity, uninterrupted speech across cuts. She says exactly: “If a book gets wet, don’t force it open. Stand it upright, fan the pages gently, and freeze anything you can’t dry within forty-eight hours. That stops mold while you call a conservator.” Clean female voice, subtle paper movement and quiet ventilation room tone, no music, no captions, no logos.",
"negativePrompt": "Identity changes, wardrobe changes, jumpy motion, distorted hands, damaged facial features, exaggerated gestures, theatrical acting, camera shake, noisy laboratory, background people, subtitles, labels, logos, watermarks, music.",
"width": 1080,
"height": 1920,
"duration": 15,
"providerSettings": {
"alibaba": {
"audio": true,
"shotType": "multi",
"promptExtend": true
}
}
}{
"taskType": "videoInference",
"taskUUID": "2840f98d-b67e-4ea7-8974-093ba56c9df6",
"videoUUID": "c71ddf87-e1d3-4247-b7c7-ab26516ff32b",
"videoURL": "https://vm.runware.ai/video/os/a08dlim3/ws/5/vi/c71ddf87-e1d3-4247-b7c7-ab26516ff32b.mp4",
"seed": 771654025,
"cost": 2.2557
}Bioluminescent Cliffside Night Market
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',
positivePrompt: 'A cinematic fantasy night market carved into steep ocean cliffs under a moonlit sky, glowing blue bioluminescent tide pools below, silk lanterns swaying in sea wind, vendors selling glass fish charms, steaming tea, and luminous coral crafts. Start with a wide aerial establishing shot drifting along the cliffside terraces and crashing waves, then transition to a medium shot moving through the crowd past hanging banners and wet stone steps, then a close-up of a young cartographer in a dark indigo coat opening a brass compass that projects a tiny holographic star map, then a final wider overlook revealing the entire market mirrored in the water. Highly detailed textures, stable character design, coherent geography between shots, natural motion, atmospheric mist, reflections, cinematic lighting, magical realism, immersive environmental audio with waves, distant chatter, soft chimes, footsteps on stone, fluttering fabric, and gentle market ambience.',
negativePrompt: 'low detail, blurry faces, extra limbs, duplicated people, distorted hands, inconsistent character appearance, chaotic camera motion, flicker, text overlays, subtitles, watermark, logo, frame glitches, harsh cuts, overexposed lighting, flat audio',
width: 1920,
height: 1080,
duration: 10,
seed: 52917,
providerSettings: {
alibaba: {
promptExtend: true,
audio: true,
shotType: 'multi'
}
}
})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",
"positivePrompt": "A cinematic fantasy night market carved into steep ocean cliffs under a moonlit sky, glowing blue bioluminescent tide pools below, silk lanterns swaying in sea wind, vendors selling glass fish charms, steaming tea, and luminous coral crafts. Start with a wide aerial establishing shot drifting along the cliffside terraces and crashing waves, then transition to a medium shot moving through the crowd past hanging banners and wet stone steps, then a close-up of a young cartographer in a dark indigo coat opening a brass compass that projects a tiny holographic star map, then a final wider overlook revealing the entire market mirrored in the water. Highly detailed textures, stable character design, coherent geography between shots, natural motion, atmospheric mist, reflections, cinematic lighting, magical realism, immersive environmental audio with waves, distant chatter, soft chimes, footsteps on stone, fluttering fabric, and gentle market ambience.",
"negativePrompt": "low detail, blurry faces, extra limbs, duplicated people, distorted hands, inconsistent character appearance, chaotic camera motion, flicker, text overlays, subtitles, watermark, logo, frame glitches, harsh cuts, overexposed lighting, flat audio",
"width": 1920,
"height": 1080,
"duration": 10,
"seed": 52917,
"providerSettings": {
"alibaba": {
"promptExtend": True,
"audio": True,
"shotType": "multi"
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "videoInference",
"taskUUID": "ab963ffc-af6b-4837-8428-d35d25105958",
"model": "alibaba:wan@2.6",
"positivePrompt": "A cinematic fantasy night market carved into steep ocean cliffs under a moonlit sky, glowing blue bioluminescent tide pools below, silk lanterns swaying in sea wind, vendors selling glass fish charms, steaming tea, and luminous coral crafts. Start with a wide aerial establishing shot drifting along the cliffside terraces and crashing waves, then transition to a medium shot moving through the crowd past hanging banners and wet stone steps, then a close-up of a young cartographer in a dark indigo coat opening a brass compass that projects a tiny holographic star map, then a final wider overlook revealing the entire market mirrored in the water. Highly detailed textures, stable character design, coherent geography between shots, natural motion, atmospheric mist, reflections, cinematic lighting, magical realism, immersive environmental audio with waves, distant chatter, soft chimes, footsteps on stone, fluttering fabric, and gentle market ambience.",
"negativePrompt": "low detail, blurry faces, extra limbs, duplicated people, distorted hands, inconsistent character appearance, chaotic camera motion, flicker, text overlays, subtitles, watermark, logo, frame glitches, harsh cuts, overexposed lighting, flat audio",
"width": 1920,
"height": 1080,
"duration": 10,
"seed": 52917,
"providerSettings": {
"alibaba": {
"promptExtend": true,
"audio": true,
"shotType": "multi"
}
}
}
]'runware run alibaba:wan@2.6 \
positivePrompt="A cinematic fantasy night market carved into steep ocean cliffs under a moonlit sky, glowing blue bioluminescent tide pools below, silk lanterns swaying in sea wind, vendors selling glass fish charms, steaming tea, and luminous coral crafts. Start with a wide aerial establishing shot drifting along the cliffside terraces and crashing waves, then transition to a medium shot moving through the crowd past hanging banners and wet stone steps, then a close-up of a young cartographer in a dark indigo coat opening a brass compass that projects a tiny holographic star map, then a final wider overlook revealing the entire market mirrored in the water. Highly detailed textures, stable character design, coherent geography between shots, natural motion, atmospheric mist, reflections, cinematic lighting, magical realism, immersive environmental audio with waves, distant chatter, soft chimes, footsteps on stone, fluttering fabric, and gentle market ambience." \
negativePrompt="low detail, blurry faces, extra limbs, duplicated people, distorted hands, inconsistent character appearance, chaotic camera motion, flicker, text overlays, subtitles, watermark, logo, frame glitches, harsh cuts, overexposed lighting, flat audio" \
width=1920 \
height=1080 \
duration=10 \
seed=52917 \
providerSettings.alibaba.promptExtend=true \
providerSettings.alibaba.audio=true \
providerSettings.alibaba.shotType=multi{
"taskType": "videoInference",
"taskUUID": "ab963ffc-af6b-4837-8428-d35d25105958",
"model": "alibaba:wan@2.6",
"positivePrompt": "A cinematic fantasy night market carved into steep ocean cliffs under a moonlit sky, glowing blue bioluminescent tide pools below, silk lanterns swaying in sea wind, vendors selling glass fish charms, steaming tea, and luminous coral crafts. Start with a wide aerial establishing shot drifting along the cliffside terraces and crashing waves, then transition to a medium shot moving through the crowd past hanging banners and wet stone steps, then a close-up of a young cartographer in a dark indigo coat opening a brass compass that projects a tiny holographic star map, then a final wider overlook revealing the entire market mirrored in the water. Highly detailed textures, stable character design, coherent geography between shots, natural motion, atmospheric mist, reflections, cinematic lighting, magical realism, immersive environmental audio with waves, distant chatter, soft chimes, footsteps on stone, fluttering fabric, and gentle market ambience.",
"negativePrompt": "low detail, blurry faces, extra limbs, duplicated people, distorted hands, inconsistent character appearance, chaotic camera motion, flicker, text overlays, subtitles, watermark, logo, frame glitches, harsh cuts, overexposed lighting, flat audio",
"width": 1920,
"height": 1080,
"duration": 10,
"seed": 52917,
"providerSettings": {
"alibaba": {
"promptExtend": true,
"audio": true,
"shotType": "multi"
}
}
}{
"taskType": "videoInference",
"taskUUID": "ab963ffc-af6b-4837-8428-d35d25105958",
"videoUUID": "05eca0b7-decf-4e1b-b194-0f38674fc6d8",
"videoURL": "https://vm.runware.ai/video/os/a18d05/ws/5/vi/05eca0b7-decf-4e1b-b194-0f38674fc6d8.mp4",
"seed": 52917,
"cost": 1.5033
}Steam-Era Clockwork Conservatory
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',
positivePrompt: 'Inside a vast glass-roof conservatory filled with towering brass clockwork trees and suspended irrigation pipes, tiny mechanical birds flutter between hanging ferns while a young botanist in a weathered teal coat tends to a glowing amber seed pod. Multi-shot cinematic sequence: opening wide shot reveals the entire greenhouse with drifting steam and rotating gear assemblies; medium tracking shot follows the botanist walking along a narrow grated bridge above misty planters; close shot of gloved hands adjusting valves as droplets patter onto metal leaves; upward angle as the clockwork canopy slowly opens and warm morning sunlight pours through dusty glass; final wide shot of the whole conservatory awakening as birds chirp, gears turn, water hisses, and leaves unfurl in synchronized motion. Rich tactile detail, elegant mechanical design, believable physics, atmospheric depth, subtle lens behavior, cohesive color palette of brass, verdigris, fern green, and honey gold, emotionally wondrous and serene, highly stable character appearance and environment continuity.',
negativePrompt: 'text overlays, subtitles, watermark, logo, low detail, flicker, jitter, distorted anatomy, duplicate subjects, broken machinery, chaotic motion, horror, dark grim tone, oversaturated colors',
width: 1920,
height: 1080,
duration: 10,
seed: 92837,
providerSettings: {
alibaba: {
promptExtend: true,
audio: true,
shotType: 'multi'
}
}
})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",
"positivePrompt": "Inside a vast glass-roof conservatory filled with towering brass clockwork trees and suspended irrigation pipes, tiny mechanical birds flutter between hanging ferns while a young botanist in a weathered teal coat tends to a glowing amber seed pod. Multi-shot cinematic sequence: opening wide shot reveals the entire greenhouse with drifting steam and rotating gear assemblies; medium tracking shot follows the botanist walking along a narrow grated bridge above misty planters; close shot of gloved hands adjusting valves as droplets patter onto metal leaves; upward angle as the clockwork canopy slowly opens and warm morning sunlight pours through dusty glass; final wide shot of the whole conservatory awakening as birds chirp, gears turn, water hisses, and leaves unfurl in synchronized motion. Rich tactile detail, elegant mechanical design, believable physics, atmospheric depth, subtle lens behavior, cohesive color palette of brass, verdigris, fern green, and honey gold, emotionally wondrous and serene, highly stable character appearance and environment continuity.",
"negativePrompt": "text overlays, subtitles, watermark, logo, low detail, flicker, jitter, distorted anatomy, duplicate subjects, broken machinery, chaotic motion, horror, dark grim tone, oversaturated colors",
"width": 1920,
"height": 1080,
"duration": 10,
"seed": 92837,
"providerSettings": {
"alibaba": {
"promptExtend": True,
"audio": True,
"shotType": "multi"
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "videoInference",
"taskUUID": "518e65d1-6f7b-4381-8272-a855c9bdd643",
"model": "alibaba:wan@2.6",
"positivePrompt": "Inside a vast glass-roof conservatory filled with towering brass clockwork trees and suspended irrigation pipes, tiny mechanical birds flutter between hanging ferns while a young botanist in a weathered teal coat tends to a glowing amber seed pod. Multi-shot cinematic sequence: opening wide shot reveals the entire greenhouse with drifting steam and rotating gear assemblies; medium tracking shot follows the botanist walking along a narrow grated bridge above misty planters; close shot of gloved hands adjusting valves as droplets patter onto metal leaves; upward angle as the clockwork canopy slowly opens and warm morning sunlight pours through dusty glass; final wide shot of the whole conservatory awakening as birds chirp, gears turn, water hisses, and leaves unfurl in synchronized motion. Rich tactile detail, elegant mechanical design, believable physics, atmospheric depth, subtle lens behavior, cohesive color palette of brass, verdigris, fern green, and honey gold, emotionally wondrous and serene, highly stable character appearance and environment continuity.",
"negativePrompt": "text overlays, subtitles, watermark, logo, low detail, flicker, jitter, distorted anatomy, duplicate subjects, broken machinery, chaotic motion, horror, dark grim tone, oversaturated colors",
"width": 1920,
"height": 1080,
"duration": 10,
"seed": 92837,
"providerSettings": {
"alibaba": {
"promptExtend": true,
"audio": true,
"shotType": "multi"
}
}
}
]'runware run alibaba:wan@2.6 \
positivePrompt="Inside a vast glass-roof conservatory filled with towering brass clockwork trees and suspended irrigation pipes, tiny mechanical birds flutter between hanging ferns while a young botanist in a weathered teal coat tends to a glowing amber seed pod. Multi-shot cinematic sequence: opening wide shot reveals the entire greenhouse with drifting steam and rotating gear assemblies; medium tracking shot follows the botanist walking along a narrow grated bridge above misty planters; close shot of gloved hands adjusting valves as droplets patter onto metal leaves; upward angle as the clockwork canopy slowly opens and warm morning sunlight pours through dusty glass; final wide shot of the whole conservatory awakening as birds chirp, gears turn, water hisses, and leaves unfurl in synchronized motion. Rich tactile detail, elegant mechanical design, believable physics, atmospheric depth, subtle lens behavior, cohesive color palette of brass, verdigris, fern green, and honey gold, emotionally wondrous and serene, highly stable character appearance and environment continuity." \
negativePrompt="text overlays, subtitles, watermark, logo, low detail, flicker, jitter, distorted anatomy, duplicate subjects, broken machinery, chaotic motion, horror, dark grim tone, oversaturated colors" \
width=1920 \
height=1080 \
duration=10 \
seed=92837 \
providerSettings.alibaba.promptExtend=true \
providerSettings.alibaba.audio=true \
providerSettings.alibaba.shotType=multi{
"taskType": "videoInference",
"taskUUID": "518e65d1-6f7b-4381-8272-a855c9bdd643",
"model": "alibaba:wan@2.6",
"positivePrompt": "Inside a vast glass-roof conservatory filled with towering brass clockwork trees and suspended irrigation pipes, tiny mechanical birds flutter between hanging ferns while a young botanist in a weathered teal coat tends to a glowing amber seed pod. Multi-shot cinematic sequence: opening wide shot reveals the entire greenhouse with drifting steam and rotating gear assemblies; medium tracking shot follows the botanist walking along a narrow grated bridge above misty planters; close shot of gloved hands adjusting valves as droplets patter onto metal leaves; upward angle as the clockwork canopy slowly opens and warm morning sunlight pours through dusty glass; final wide shot of the whole conservatory awakening as birds chirp, gears turn, water hisses, and leaves unfurl in synchronized motion. Rich tactile detail, elegant mechanical design, believable physics, atmospheric depth, subtle lens behavior, cohesive color palette of brass, verdigris, fern green, and honey gold, emotionally wondrous and serene, highly stable character appearance and environment continuity.",
"negativePrompt": "text overlays, subtitles, watermark, logo, low detail, flicker, jitter, distorted anatomy, duplicate subjects, broken machinery, chaotic motion, horror, dark grim tone, oversaturated colors",
"width": 1920,
"height": 1080,
"duration": 10,
"seed": 92837,
"providerSettings": {
"alibaba": {
"promptExtend": true,
"audio": true,
"shotType": "multi"
}
}
}{
"taskType": "videoInference",
"taskUUID": "518e65d1-6f7b-4381-8272-a855c9bdd643",
"videoUUID": "6fd9bfda-dd41-4b45-aa70-bf0fca6a1d34",
"videoURL": "https://vm.runware.ai/video/os/a12d13/ws/5/vi/6fd9bfda-dd41-4b45-aa70-bf0fca6a1d34.mp4",
"seed": 92837,
"cost": 1.5033
}