Wan2.6 Flash

Wan2.6 Flash is a distilled, low-latency variant of the Wan2.6 multimodal video model designed for rapid image to video generation with fluid motion, visual stability, and optional synchronized audio. It produces HD clips from detailed static images while preserving subject structure and motion realism, making it suitable for preview workflows and high-throughput creative pipelines.

API Reference
INTEGRATE
Complete technical specification for integration
RequestResponse
Examples8
CODE
Ready-to-use code snippets for common workflows
Subsea Network Documentary Title
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-flash',
positivePrompt: 'Continue directly from the supplied opening frame as one unbroken cinematic shot. The camera drifts slowly forward and slightly downward toward the steel cable coupling. The ROV\'s thrusters pulse with realistic inertia, rolling a pale veil of seabed silt beneath the vehicle while marine snow streams through the aquamarine light beams. Its articulated manipulator advances and closes carefully around the armored cable; the cable settles under its weight and a few rust flakes lift from the coupling. A narrow inspection light sweeps once across the hardware and briefly catches copper strands inside a damaged section. Keep the ROV, cable geometry, typography, and deep-ocean scale visually stable. The title THE SILENT BACKBONE remains perfectly sharp and fixed in screen space while the physical scene moves behind it. End on the secured cable with darkness surrounding the work lights. Tense, restrained prestige-documentary mood, photoreal underwater physics, low hydrophone rumble, distant sonar ping, muted servo whine, no cuts.',
resolution: '1080p',
duration: 5,
providerSettings: {
alibaba: {
audio: true
}
},
inputs: {
frameImages: [
'https://assets.runware.ai/assets/inputs/c1317dd3-c2b6-4953-ac5e-c4d74c822a18.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-flash",
"positivePrompt": "Continue directly from the supplied opening frame as one unbroken cinematic shot. The camera drifts slowly forward and slightly downward toward the steel cable coupling. The ROV's thrusters pulse with realistic inertia, rolling a pale veil of seabed silt beneath the vehicle while marine snow streams through the aquamarine light beams. Its articulated manipulator advances and closes carefully around the armored cable; the cable settles under its weight and a few rust flakes lift from the coupling. A narrow inspection light sweeps once across the hardware and briefly catches copper strands inside a damaged section. Keep the ROV, cable geometry, typography, and deep-ocean scale visually stable. The title THE SILENT BACKBONE remains perfectly sharp and fixed in screen space while the physical scene moves behind it. End on the secured cable with darkness surrounding the work lights. Tense, restrained prestige-documentary mood, photoreal underwater physics, low hydrophone rumble, distant sonar ping, muted servo whine, no cuts.",
"resolution": "1080p",
"duration": 5,
"providerSettings": {
"alibaba": {
"audio": True
}
},
"inputs": {
"frameImages": [
"https://assets.runware.ai/assets/inputs/c1317dd3-c2b6-4953-ac5e-c4d74c822a18.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": "ad7829b0-2c96-425a-b314-5804c8670250",
"model": "alibaba:wan@2.6-flash",
"positivePrompt": "Continue directly from the supplied opening frame as one unbroken cinematic shot. The camera drifts slowly forward and slightly downward toward the steel cable coupling. The ROV's thrusters pulse with realistic inertia, rolling a pale veil of seabed silt beneath the vehicle while marine snow streams through the aquamarine light beams. Its articulated manipulator advances and closes carefully around the armored cable; the cable settles under its weight and a few rust flakes lift from the coupling. A narrow inspection light sweeps once across the hardware and briefly catches copper strands inside a damaged section. Keep the ROV, cable geometry, typography, and deep-ocean scale visually stable. The title THE SILENT BACKBONE remains perfectly sharp and fixed in screen space while the physical scene moves behind it. End on the secured cable with darkness surrounding the work lights. Tense, restrained prestige-documentary mood, photoreal underwater physics, low hydrophone rumble, distant sonar ping, muted servo whine, no cuts.",
"resolution": "1080p",
"duration": 5,
"providerSettings": {
"alibaba": {
"audio": true
}
},
"inputs": {
"frameImages": [
"https://assets.runware.ai/assets/inputs/c1317dd3-c2b6-4953-ac5e-c4d74c822a18.jpg"
]
}
}
]'runware run alibaba:wan@2.6-flash \
positivePrompt="Continue directly from the supplied opening frame as one unbroken cinematic shot. The camera drifts slowly forward and slightly downward toward the steel cable coupling. The ROV's thrusters pulse with realistic inertia, rolling a pale veil of seabed silt beneath the vehicle while marine snow streams through the aquamarine light beams. Its articulated manipulator advances and closes carefully around the armored cable; the cable settles under its weight and a few rust flakes lift from the coupling. A narrow inspection light sweeps once across the hardware and briefly catches copper strands inside a damaged section. Keep the ROV, cable geometry, typography, and deep-ocean scale visually stable. The title THE SILENT BACKBONE remains perfectly sharp and fixed in screen space while the physical scene moves behind it. End on the secured cable with darkness surrounding the work lights. Tense, restrained prestige-documentary mood, photoreal underwater physics, low hydrophone rumble, distant sonar ping, muted servo whine, no cuts." \
resolution=1080p \
duration=5 \
providerSettings.alibaba.audio=true \
inputs.frameImages.0=https://assets.runware.ai/assets/inputs/c1317dd3-c2b6-4953-ac5e-c4d74c822a18.jpg{
"taskType": "videoInference",
"taskUUID": "ad7829b0-2c96-425a-b314-5804c8670250",
"model": "alibaba:wan@2.6-flash",
"positivePrompt": "Continue directly from the supplied opening frame as one unbroken cinematic shot. The camera drifts slowly forward and slightly downward toward the steel cable coupling. The ROV's thrusters pulse with realistic inertia, rolling a pale veil of seabed silt beneath the vehicle while marine snow streams through the aquamarine light beams. Its articulated manipulator advances and closes carefully around the armored cable; the cable settles under its weight and a few rust flakes lift from the coupling. A narrow inspection light sweeps once across the hardware and briefly catches copper strands inside a damaged section. Keep the ROV, cable geometry, typography, and deep-ocean scale visually stable. The title THE SILENT BACKBONE remains perfectly sharp and fixed in screen space while the physical scene moves behind it. End on the secured cable with darkness surrounding the work lights. Tense, restrained prestige-documentary mood, photoreal underwater physics, low hydrophone rumble, distant sonar ping, muted servo whine, no cuts.",
"resolution": "1080p",
"duration": 5,
"providerSettings": {
"alibaba": {
"audio": true
}
},
"inputs": {
"frameImages": [
"https://assets.runware.ai/assets/inputs/c1317dd3-c2b6-4953-ac5e-c4d74c822a18.jpg"
]
}
}{
"taskType": "videoInference",
"taskUUID": "ad7829b0-2c96-425a-b314-5804c8670250",
"videoUUID": "c9a3049c-85c3-4abe-b796-e1f0a7a47e22",
"videoURL": "https://vm.runware.ai/video/os/a08dlim3/ws/5/vi/c9a3049c-85c3-4abe-b796-e1f0a7a47e22.mp4",
"seed": 77734806,
"cost": 0.3755
}Battery Sorting Safety 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-flash',
positivePrompt: 'Continue naturally from the opening frame as a concise municipal recycling safety presenter clip. The safety officer maintains direct eye contact and says clearly, “If it has a battery, keep it off the sorting belt.” Her mouth movements align precisely with the words. She gives a small cautionary head shake, then raises one gloved hand in a simple stop gesture before lowering it. Keep her posture composed and credible, with subtle blinking, breathing, and natural facial movement. In the softly blurred background, the conveyor advances steadily, loose packaging shifts realistically, and the amber beacon rotates, casting a gentle periodic glow. Locked medium shot with only slight documentary camera drift; crisp subject separation, cool cyan industrial palette with orange and amber accents, authentic workplace atmosphere. One continuous take, no cuts, no captions, no graphics, no logos, no interface elements.',
resolution: '1080p',
duration: 5,
providerSettings: {
alibaba: {
audio: true
}
},
inputs: {
frameImages: [
'https://assets.runware.ai/assets/inputs/525cdce5-a7ee-468c-b47e-2a18f3c8f8f6.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-flash",
"positivePrompt": "Continue naturally from the opening frame as a concise municipal recycling safety presenter clip. The safety officer maintains direct eye contact and says clearly, “If it has a battery, keep it off the sorting belt.” Her mouth movements align precisely with the words. She gives a small cautionary head shake, then raises one gloved hand in a simple stop gesture before lowering it. Keep her posture composed and credible, with subtle blinking, breathing, and natural facial movement. In the softly blurred background, the conveyor advances steadily, loose packaging shifts realistically, and the amber beacon rotates, casting a gentle periodic glow. Locked medium shot with only slight documentary camera drift; crisp subject separation, cool cyan industrial palette with orange and amber accents, authentic workplace atmosphere. One continuous take, no cuts, no captions, no graphics, no logos, no interface elements.",
"resolution": "1080p",
"duration": 5,
"providerSettings": {
"alibaba": {
"audio": True
}
},
"inputs": {
"frameImages": [
"https://assets.runware.ai/assets/inputs/525cdce5-a7ee-468c-b47e-2a18f3c8f8f6.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": "85c50a67-366b-422b-b31b-918027d2222a",
"model": "alibaba:wan@2.6-flash",
"positivePrompt": "Continue naturally from the opening frame as a concise municipal recycling safety presenter clip. The safety officer maintains direct eye contact and says clearly, “If it has a battery, keep it off the sorting belt.” Her mouth movements align precisely with the words. She gives a small cautionary head shake, then raises one gloved hand in a simple stop gesture before lowering it. Keep her posture composed and credible, with subtle blinking, breathing, and natural facial movement. In the softly blurred background, the conveyor advances steadily, loose packaging shifts realistically, and the amber beacon rotates, casting a gentle periodic glow. Locked medium shot with only slight documentary camera drift; crisp subject separation, cool cyan industrial palette with orange and amber accents, authentic workplace atmosphere. One continuous take, no cuts, no captions, no graphics, no logos, no interface elements.",
"resolution": "1080p",
"duration": 5,
"providerSettings": {
"alibaba": {
"audio": true
}
},
"inputs": {
"frameImages": [
"https://assets.runware.ai/assets/inputs/525cdce5-a7ee-468c-b47e-2a18f3c8f8f6.jpg"
]
}
}
]'runware run alibaba:wan@2.6-flash \
positivePrompt="Continue naturally from the opening frame as a concise municipal recycling safety presenter clip. The safety officer maintains direct eye contact and says clearly, “If it has a battery, keep it off the sorting belt.” Her mouth movements align precisely with the words. She gives a small cautionary head shake, then raises one gloved hand in a simple stop gesture before lowering it. Keep her posture composed and credible, with subtle blinking, breathing, and natural facial movement. In the softly blurred background, the conveyor advances steadily, loose packaging shifts realistically, and the amber beacon rotates, casting a gentle periodic glow. Locked medium shot with only slight documentary camera drift; crisp subject separation, cool cyan industrial palette with orange and amber accents, authentic workplace atmosphere. One continuous take, no cuts, no captions, no graphics, no logos, no interface elements." \
resolution=1080p \
duration=5 \
providerSettings.alibaba.audio=true \
inputs.frameImages.0=https://assets.runware.ai/assets/inputs/525cdce5-a7ee-468c-b47e-2a18f3c8f8f6.jpg{
"taskType": "videoInference",
"taskUUID": "85c50a67-366b-422b-b31b-918027d2222a",
"model": "alibaba:wan@2.6-flash",
"positivePrompt": "Continue naturally from the opening frame as a concise municipal recycling safety presenter clip. The safety officer maintains direct eye contact and says clearly, “If it has a battery, keep it off the sorting belt.” Her mouth movements align precisely with the words. She gives a small cautionary head shake, then raises one gloved hand in a simple stop gesture before lowering it. Keep her posture composed and credible, with subtle blinking, breathing, and natural facial movement. In the softly blurred background, the conveyor advances steadily, loose packaging shifts realistically, and the amber beacon rotates, casting a gentle periodic glow. Locked medium shot with only slight documentary camera drift; crisp subject separation, cool cyan industrial palette with orange and amber accents, authentic workplace atmosphere. One continuous take, no cuts, no captions, no graphics, no logos, no interface elements.",
"resolution": "1080p",
"duration": 5,
"providerSettings": {
"alibaba": {
"audio": true
}
},
"inputs": {
"frameImages": [
"https://assets.runware.ai/assets/inputs/525cdce5-a7ee-468c-b47e-2a18f3c8f8f6.jpg"
]
}
}{
"taskType": "videoInference",
"taskUUID": "85c50a67-366b-422b-b31b-918027d2222a",
"videoUUID": "69c71729-f96f-45a3-a4fd-44c70c3bf077",
"videoURL": "https://vm.runware.ai/video/os/a07dlim3/ws/5/vi/69c71729-f96f-45a3-a4fd-44c70c3bf077.mp4",
"seed": 498580809,
"cost": 0.3755
}Cryogenic Wildlife Biobank B-Roll
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-flash',
positivePrompt: 'Create a new continuous documentary b-roll shot inside a conservation genomics biobank. A compact automated retrieval arm rises from an open vapor-phase liquid nitrogen freezer carrying one frost-edged rack of sealed wildlife tissue cryovials, pauses for verification beneath a small scanner, then moves the rack toward an adjacent transfer bay. Combine the first reference\'s credible cryogenic architecture, stainless-steel materials, icy cyan illumination, amber indicator accents, and delicate low vapor with the second reference\'s precise robotic timing, smooth slow lateral camera slide, stable parallax, and controlled shallow depth of field. Begin at a medium-wide three-quarter angle and glide gently closer while keeping the rack and gripper sharp. Physically accurate joints, restrained vapor, subtle condensation, premium natural-history documentary style, quiet clinical mood, realistic scale, no people, no logos, no readable labels, no cuts or transitions. Compose as clean 16:9 stock footage with useful copy space on the left.',
negativePrompt: 'Science-fiction machinery, dramatic fog, sparks, spills, broken glass, exposed biological material, warped robot parts, floating objects, excessive frost, shaky camera, fast zoom, jump cuts, text, captions, logos, watermarks',
width: 1280,
height: 720,
duration: 8,
providerSettings: {
alibaba: {
audio: true,
promptExtend: true,
shotType: 'multi'
}
},
inputs: {
referenceVideos: [
'https://assets.runware.ai/assets/inputs/ebe8593c-cd1d-4160-a18a-98936425a6d2.mp4',
'https://assets.runware.ai/assets/inputs/ce6cae6d-9705-46a6-9743-b482e35d97bb.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-flash",
"positivePrompt": "Create a new continuous documentary b-roll shot inside a conservation genomics biobank. A compact automated retrieval arm rises from an open vapor-phase liquid nitrogen freezer carrying one frost-edged rack of sealed wildlife tissue cryovials, pauses for verification beneath a small scanner, then moves the rack toward an adjacent transfer bay. Combine the first reference's credible cryogenic architecture, stainless-steel materials, icy cyan illumination, amber indicator accents, and delicate low vapor with the second reference's precise robotic timing, smooth slow lateral camera slide, stable parallax, and controlled shallow depth of field. Begin at a medium-wide three-quarter angle and glide gently closer while keeping the rack and gripper sharp. Physically accurate joints, restrained vapor, subtle condensation, premium natural-history documentary style, quiet clinical mood, realistic scale, no people, no logos, no readable labels, no cuts or transitions. Compose as clean 16:9 stock footage with useful copy space on the left.",
"negativePrompt": "Science-fiction machinery, dramatic fog, sparks, spills, broken glass, exposed biological material, warped robot parts, floating objects, excessive frost, shaky camera, fast zoom, jump cuts, text, captions, logos, watermarks",
"width": 1280,
"height": 720,
"duration": 8,
"providerSettings": {
"alibaba": {
"audio": True,
"promptExtend": True,
"shotType": "multi"
}
},
"inputs": {
"referenceVideos": [
"https://assets.runware.ai/assets/inputs/ebe8593c-cd1d-4160-a18a-98936425a6d2.mp4",
"https://assets.runware.ai/assets/inputs/ce6cae6d-9705-46a6-9743-b482e35d97bb.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": "1711c5cf-de92-44a5-b029-d6d455ebcf56",
"model": "alibaba:wan@2.6-flash",
"positivePrompt": "Create a new continuous documentary b-roll shot inside a conservation genomics biobank. A compact automated retrieval arm rises from an open vapor-phase liquid nitrogen freezer carrying one frost-edged rack of sealed wildlife tissue cryovials, pauses for verification beneath a small scanner, then moves the rack toward an adjacent transfer bay. Combine the first reference's credible cryogenic architecture, stainless-steel materials, icy cyan illumination, amber indicator accents, and delicate low vapor with the second reference's precise robotic timing, smooth slow lateral camera slide, stable parallax, and controlled shallow depth of field. Begin at a medium-wide three-quarter angle and glide gently closer while keeping the rack and gripper sharp. Physically accurate joints, restrained vapor, subtle condensation, premium natural-history documentary style, quiet clinical mood, realistic scale, no people, no logos, no readable labels, no cuts or transitions. Compose as clean 16:9 stock footage with useful copy space on the left.",
"negativePrompt": "Science-fiction machinery, dramatic fog, sparks, spills, broken glass, exposed biological material, warped robot parts, floating objects, excessive frost, shaky camera, fast zoom, jump cuts, text, captions, logos, watermarks",
"width": 1280,
"height": 720,
"duration": 8,
"providerSettings": {
"alibaba": {
"audio": true,
"promptExtend": true,
"shotType": "multi"
}
},
"inputs": {
"referenceVideos": [
"https://assets.runware.ai/assets/inputs/ebe8593c-cd1d-4160-a18a-98936425a6d2.mp4",
"https://assets.runware.ai/assets/inputs/ce6cae6d-9705-46a6-9743-b482e35d97bb.mp4"
]
}
}
]'runware run alibaba:wan@2.6-flash \
positivePrompt="Create a new continuous documentary b-roll shot inside a conservation genomics biobank. A compact automated retrieval arm rises from an open vapor-phase liquid nitrogen freezer carrying one frost-edged rack of sealed wildlife tissue cryovials, pauses for verification beneath a small scanner, then moves the rack toward an adjacent transfer bay. Combine the first reference's credible cryogenic architecture, stainless-steel materials, icy cyan illumination, amber indicator accents, and delicate low vapor with the second reference's precise robotic timing, smooth slow lateral camera slide, stable parallax, and controlled shallow depth of field. Begin at a medium-wide three-quarter angle and glide gently closer while keeping the rack and gripper sharp. Physically accurate joints, restrained vapor, subtle condensation, premium natural-history documentary style, quiet clinical mood, realistic scale, no people, no logos, no readable labels, no cuts or transitions. Compose as clean 16:9 stock footage with useful copy space on the left." \
negativePrompt="Science-fiction machinery, dramatic fog, sparks, spills, broken glass, exposed biological material, warped robot parts, floating objects, excessive frost, shaky camera, fast zoom, jump cuts, text, captions, logos, watermarks" \
width=1280 \
height=720 \
duration=8 \
providerSettings.alibaba.audio=true \
providerSettings.alibaba.promptExtend=true \
providerSettings.alibaba.shotType=multi \
inputs.referenceVideos.0=https://assets.runware.ai/assets/inputs/ebe8593c-cd1d-4160-a18a-98936425a6d2.mp4 \
inputs.referenceVideos.1=https://assets.runware.ai/assets/inputs/ce6cae6d-9705-46a6-9743-b482e35d97bb.mp4{
"taskType": "videoInference",
"taskUUID": "1711c5cf-de92-44a5-b029-d6d455ebcf56",
"model": "alibaba:wan@2.6-flash",
"positivePrompt": "Create a new continuous documentary b-roll shot inside a conservation genomics biobank. A compact automated retrieval arm rises from an open vapor-phase liquid nitrogen freezer carrying one frost-edged rack of sealed wildlife tissue cryovials, pauses for verification beneath a small scanner, then moves the rack toward an adjacent transfer bay. Combine the first reference's credible cryogenic architecture, stainless-steel materials, icy cyan illumination, amber indicator accents, and delicate low vapor with the second reference's precise robotic timing, smooth slow lateral camera slide, stable parallax, and controlled shallow depth of field. Begin at a medium-wide three-quarter angle and glide gently closer while keeping the rack and gripper sharp. Physically accurate joints, restrained vapor, subtle condensation, premium natural-history documentary style, quiet clinical mood, realistic scale, no people, no logos, no readable labels, no cuts or transitions. Compose as clean 16:9 stock footage with useful copy space on the left.",
"negativePrompt": "Science-fiction machinery, dramatic fog, sparks, spills, broken glass, exposed biological material, warped robot parts, floating objects, excessive frost, shaky camera, fast zoom, jump cuts, text, captions, logos, watermarks",
"width": 1280,
"height": 720,
"duration": 8,
"providerSettings": {
"alibaba": {
"audio": true,
"promptExtend": true,
"shotType": "multi"
}
},
"inputs": {
"referenceVideos": [
"https://assets.runware.ai/assets/inputs/ebe8593c-cd1d-4160-a18a-98936425a6d2.mp4",
"https://assets.runware.ai/assets/inputs/ce6cae6d-9705-46a6-9743-b482e35d97bb.mp4"
]
}
}{
"taskType": "videoInference",
"taskUUID": "1711c5cf-de92-44a5-b029-d6d455ebcf56",
"videoUUID": "9aefffcb-9409-4a1a-b769-3f7dd30a6e8e",
"videoURL": "https://vm.runware.ai/video/os/a01d21/ws/5/vi/9aefffcb-9409-4a1a-b769-3f7dd30a6e8e.mp4",
"seed": 1501723483,
"cost": 0.4
}Nitrate Film Safety Presenter
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-flash',
positivePrompt: 'Create a polished single-shot archival safety presenter clip from the supplied first frame. The film conservator speaks the supplied narration directly to camera with precise, natural lip synchronization. Preserve her identity, wardrobe, room layout, and realistic facial anatomy. She begins composed and professional, gives a small cautionary nod while listing the warning signs, subtly raises one gloved hand at “stop work,” then returns it to rest. Natural blinking, restrained eyebrow movement, gentle breathing, and minimal head motion; her delivery is calm, authoritative, and reassuring rather than alarmist. Keep the camera locked at eye level in a stable medium close-up with no zoom, cuts, or reframing. Maintain the cool cobalt and steel palette with the warm amber task light, shallow depth of field, consistent exposure, and documentary-grade realism. The background remains still and quiet. No subtitles, graphics, logos, readable labels, extra people, or added objects.',
negativePrompt: 'Poor lip sync, frozen mouth, exaggerated gestures, warped hands, extra fingers, facial distortion, identity drift, camera shake, cuts, zooms, flicker, changing background, subtitles, captions, logos, readable text, extra people, cartoon styling',
resolution: '720p',
duration: 10,
inputs: {
frameImages: [
'https://assets.runware.ai/assets/inputs/87c3c46e-d3bb-4eb8-9768-f8a55cee3142.jpg'
],
audio: 'https://assets.runware.ai/assets/inputs/69d5d173-3429-4cd1-b9be-24dde522a53a.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-flash",
"positivePrompt": "Create a polished single-shot archival safety presenter clip from the supplied first frame. The film conservator speaks the supplied narration directly to camera with precise, natural lip synchronization. Preserve her identity, wardrobe, room layout, and realistic facial anatomy. She begins composed and professional, gives a small cautionary nod while listing the warning signs, subtly raises one gloved hand at “stop work,” then returns it to rest. Natural blinking, restrained eyebrow movement, gentle breathing, and minimal head motion; her delivery is calm, authoritative, and reassuring rather than alarmist. Keep the camera locked at eye level in a stable medium close-up with no zoom, cuts, or reframing. Maintain the cool cobalt and steel palette with the warm amber task light, shallow depth of field, consistent exposure, and documentary-grade realism. The background remains still and quiet. No subtitles, graphics, logos, readable labels, extra people, or added objects.",
"negativePrompt": "Poor lip sync, frozen mouth, exaggerated gestures, warped hands, extra fingers, facial distortion, identity drift, camera shake, cuts, zooms, flicker, changing background, subtitles, captions, logos, readable text, extra people, cartoon styling",
"resolution": "720p",
"duration": 10,
"inputs": {
"frameImages": [
"https://assets.runware.ai/assets/inputs/87c3c46e-d3bb-4eb8-9768-f8a55cee3142.jpg"
],
"audio": "https://assets.runware.ai/assets/inputs/69d5d173-3429-4cd1-b9be-24dde522a53a.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": "4ad44737-4f98-45b6-a8e6-c63a6d7fe153",
"model": "alibaba:wan@2.6-flash",
"positivePrompt": "Create a polished single-shot archival safety presenter clip from the supplied first frame. The film conservator speaks the supplied narration directly to camera with precise, natural lip synchronization. Preserve her identity, wardrobe, room layout, and realistic facial anatomy. She begins composed and professional, gives a small cautionary nod while listing the warning signs, subtly raises one gloved hand at “stop work,” then returns it to rest. Natural blinking, restrained eyebrow movement, gentle breathing, and minimal head motion; her delivery is calm, authoritative, and reassuring rather than alarmist. Keep the camera locked at eye level in a stable medium close-up with no zoom, cuts, or reframing. Maintain the cool cobalt and steel palette with the warm amber task light, shallow depth of field, consistent exposure, and documentary-grade realism. The background remains still and quiet. No subtitles, graphics, logos, readable labels, extra people, or added objects.",
"negativePrompt": "Poor lip sync, frozen mouth, exaggerated gestures, warped hands, extra fingers, facial distortion, identity drift, camera shake, cuts, zooms, flicker, changing background, subtitles, captions, logos, readable text, extra people, cartoon styling",
"resolution": "720p",
"duration": 10,
"inputs": {
"frameImages": [
"https://assets.runware.ai/assets/inputs/87c3c46e-d3bb-4eb8-9768-f8a55cee3142.jpg"
],
"audio": "https://assets.runware.ai/assets/inputs/69d5d173-3429-4cd1-b9be-24dde522a53a.mp3"
}
}
]'runware run alibaba:wan@2.6-flash \
positivePrompt="Create a polished single-shot archival safety presenter clip from the supplied first frame. The film conservator speaks the supplied narration directly to camera with precise, natural lip synchronization. Preserve her identity, wardrobe, room layout, and realistic facial anatomy. She begins composed and professional, gives a small cautionary nod while listing the warning signs, subtly raises one gloved hand at “stop work,” then returns it to rest. Natural blinking, restrained eyebrow movement, gentle breathing, and minimal head motion; her delivery is calm, authoritative, and reassuring rather than alarmist. Keep the camera locked at eye level in a stable medium close-up with no zoom, cuts, or reframing. Maintain the cool cobalt and steel palette with the warm amber task light, shallow depth of field, consistent exposure, and documentary-grade realism. The background remains still and quiet. No subtitles, graphics, logos, readable labels, extra people, or added objects." \
negativePrompt="Poor lip sync, frozen mouth, exaggerated gestures, warped hands, extra fingers, facial distortion, identity drift, camera shake, cuts, zooms, flicker, changing background, subtitles, captions, logos, readable text, extra people, cartoon styling" \
resolution=720p \
duration=10 \
inputs.frameImages.0=https://assets.runware.ai/assets/inputs/87c3c46e-d3bb-4eb8-9768-f8a55cee3142.jpg \
inputs.audio=https://assets.runware.ai/assets/inputs/69d5d173-3429-4cd1-b9be-24dde522a53a.mp3{
"taskType": "videoInference",
"taskUUID": "4ad44737-4f98-45b6-a8e6-c63a6d7fe153",
"model": "alibaba:wan@2.6-flash",
"positivePrompt": "Create a polished single-shot archival safety presenter clip from the supplied first frame. The film conservator speaks the supplied narration directly to camera with precise, natural lip synchronization. Preserve her identity, wardrobe, room layout, and realistic facial anatomy. She begins composed and professional, gives a small cautionary nod while listing the warning signs, subtly raises one gloved hand at “stop work,” then returns it to rest. Natural blinking, restrained eyebrow movement, gentle breathing, and minimal head motion; her delivery is calm, authoritative, and reassuring rather than alarmist. Keep the camera locked at eye level in a stable medium close-up with no zoom, cuts, or reframing. Maintain the cool cobalt and steel palette with the warm amber task light, shallow depth of field, consistent exposure, and documentary-grade realism. The background remains still and quiet. No subtitles, graphics, logos, readable labels, extra people, or added objects.",
"negativePrompt": "Poor lip sync, frozen mouth, exaggerated gestures, warped hands, extra fingers, facial distortion, identity drift, camera shake, cuts, zooms, flicker, changing background, subtitles, captions, logos, readable text, extra people, cartoon styling",
"resolution": "720p",
"duration": 10,
"inputs": {
"frameImages": [
"https://assets.runware.ai/assets/inputs/87c3c46e-d3bb-4eb8-9768-f8a55cee3142.jpg"
],
"audio": "https://assets.runware.ai/assets/inputs/69d5d173-3429-4cd1-b9be-24dde522a53a.mp3"
}
}{
"taskType": "videoInference",
"taskUUID": "4ad44737-4f98-45b6-a8e6-c63a6d7fe153",
"videoUUID": "e7f48984-0d54-4c20-86d2-99ac98f4981d",
"videoURL": "https://vm.runware.ai/video/os/a08dlim3/ws/5/vi/e7f48984-0d54-4c20-86d2-99ac98f4981d.mp4",
"seed": 1909369066,
"cost": 0.5011
}Saltwind Violin Cliff Procession
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-flash',
positivePrompt: 'Animate the supplied coastal cliff scene as a fluid continuous shot. The violinist walks carefully forward along the path while bowing the violin, coat tails and hair whipping in strong sea wind. The giant manta-shaped kites pull and sway overhead with believable tether tension, occasionally dipping and catching the air. Grass and wild flowers ripple in layered gusts, gulls wheel in the distance, and the ocean below churns with whitecaps. Subtle camera drift follows the subject from a wide cinematic angle, maintaining composition stability and realistic motion. Sunbeams shift through moving clouds, adding changing highlights across the cliff and sea. Naturalistic, expressive, atmospheric, high detail.',
negativePrompt: 'low detail, jitter, warped anatomy, extra limbs, broken violin, duplicate kites, flicker, oversaturated colors, cartoon look, text, watermark, abrupt cuts, camera shake',
width: 1920,
height: 1080,
duration: 5,
seed: 54612,
providerSettings: {
alibaba: {
promptExtend: true,
audio: false,
shotType: 'single'
}
},
inputs: {
frameImages: [
{
image: 'https://assets.runware.ai/assets/inputs/cd111977-d68f-43c1-aff8-1b55f27b2f41.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-flash",
"positivePrompt": "Animate the supplied coastal cliff scene as a fluid continuous shot. The violinist walks carefully forward along the path while bowing the violin, coat tails and hair whipping in strong sea wind. The giant manta-shaped kites pull and sway overhead with believable tether tension, occasionally dipping and catching the air. Grass and wild flowers ripple in layered gusts, gulls wheel in the distance, and the ocean below churns with whitecaps. Subtle camera drift follows the subject from a wide cinematic angle, maintaining composition stability and realistic motion. Sunbeams shift through moving clouds, adding changing highlights across the cliff and sea. Naturalistic, expressive, atmospheric, high detail.",
"negativePrompt": "low detail, jitter, warped anatomy, extra limbs, broken violin, duplicate kites, flicker, oversaturated colors, cartoon look, text, watermark, abrupt cuts, camera shake",
"width": 1920,
"height": 1080,
"duration": 5,
"seed": 54612,
"providerSettings": {
"alibaba": {
"promptExtend": True,
"audio": False,
"shotType": "single"
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/cd111977-d68f-43c1-aff8-1b55f27b2f41.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": "aa65cdd7-7e48-4176-972a-3f8da964cdef",
"model": "alibaba:wan@2.6-flash",
"positivePrompt": "Animate the supplied coastal cliff scene as a fluid continuous shot. The violinist walks carefully forward along the path while bowing the violin, coat tails and hair whipping in strong sea wind. The giant manta-shaped kites pull and sway overhead with believable tether tension, occasionally dipping and catching the air. Grass and wild flowers ripple in layered gusts, gulls wheel in the distance, and the ocean below churns with whitecaps. Subtle camera drift follows the subject from a wide cinematic angle, maintaining composition stability and realistic motion. Sunbeams shift through moving clouds, adding changing highlights across the cliff and sea. Naturalistic, expressive, atmospheric, high detail.",
"negativePrompt": "low detail, jitter, warped anatomy, extra limbs, broken violin, duplicate kites, flicker, oversaturated colors, cartoon look, text, watermark, abrupt cuts, camera shake",
"width": 1920,
"height": 1080,
"duration": 5,
"seed": 54612,
"providerSettings": {
"alibaba": {
"promptExtend": true,
"audio": false,
"shotType": "single"
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/cd111977-d68f-43c1-aff8-1b55f27b2f41.jpg",
"frame": "first"
}
]
}
}
]'runware run alibaba:wan@2.6-flash \
positivePrompt="Animate the supplied coastal cliff scene as a fluid continuous shot. The violinist walks carefully forward along the path while bowing the violin, coat tails and hair whipping in strong sea wind. The giant manta-shaped kites pull and sway overhead with believable tether tension, occasionally dipping and catching the air. Grass and wild flowers ripple in layered gusts, gulls wheel in the distance, and the ocean below churns with whitecaps. Subtle camera drift follows the subject from a wide cinematic angle, maintaining composition stability and realistic motion. Sunbeams shift through moving clouds, adding changing highlights across the cliff and sea. Naturalistic, expressive, atmospheric, high detail." \
negativePrompt="low detail, jitter, warped anatomy, extra limbs, broken violin, duplicate kites, flicker, oversaturated colors, cartoon look, text, watermark, abrupt cuts, camera shake" \
width=1920 \
height=1080 \
duration=5 \
seed=54612 \
providerSettings.alibaba.promptExtend=true \
providerSettings.alibaba.audio=false \
providerSettings.alibaba.shotType=single \
inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/cd111977-d68f-43c1-aff8-1b55f27b2f41.jpg \
inputs.frameImages.0.frame=first{
"taskType": "videoInference",
"taskUUID": "aa65cdd7-7e48-4176-972a-3f8da964cdef",
"model": "alibaba:wan@2.6-flash",
"positivePrompt": "Animate the supplied coastal cliff scene as a fluid continuous shot. The violinist walks carefully forward along the path while bowing the violin, coat tails and hair whipping in strong sea wind. The giant manta-shaped kites pull and sway overhead with believable tether tension, occasionally dipping and catching the air. Grass and wild flowers ripple in layered gusts, gulls wheel in the distance, and the ocean below churns with whitecaps. Subtle camera drift follows the subject from a wide cinematic angle, maintaining composition stability and realistic motion. Sunbeams shift through moving clouds, adding changing highlights across the cliff and sea. Naturalistic, expressive, atmospheric, high detail.",
"negativePrompt": "low detail, jitter, warped anatomy, extra limbs, broken violin, duplicate kites, flicker, oversaturated colors, cartoon look, text, watermark, abrupt cuts, camera shake",
"width": 1920,
"height": 1080,
"duration": 5,
"seed": 54612,
"providerSettings": {
"alibaba": {
"promptExtend": true,
"audio": false,
"shotType": "single"
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/cd111977-d68f-43c1-aff8-1b55f27b2f41.jpg",
"frame": "first"
}
]
}
}{
"taskType": "videoInference",
"taskUUID": "aa65cdd7-7e48-4176-972a-3f8da964cdef",
"videoUUID": "d5396f8a-478c-4340-8f69-45709af94c82",
"videoURL": "https://vm.runware.ai/video/os/a17d13/ws/5/vi/d5396f8a-478c-4340-8f69-45709af94c82.mp4",
"seed": 54612,
"cost": 0.1875
}Clockwork Teahouse Rain Atrium
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-flash',
positivePrompt: 'Animate the still image into a gentle continuous scene inside a rain-soaked greenhouse teahouse. Raindrops streak and bead across the glass ceiling, soft ripples spread through shallow puddles on the mosaic floor, steam rises and drifts from the teacups and brass kettles, hanging ferns sway subtly, lantern reflections shimmer on wet tiles, and the white crane makes small natural movements such as blinking, slight head turns, and tiny feather shifts. Preserve the original composition and subject identity with realistic motion, calm atmosphere, and coherent physics. Emphasize fluid camera stability and delicate ambient detail.',
negativePrompt: 'flicker, warped anatomy, sudden camera jumps, duplicated objects, exaggerated motion, blur, low detail, text, watermark, harsh transitions',
width: 1280,
height: 720,
duration: 6,
seed: 21557,
providerSettings: {
alibaba: {
promptExtend: true,
audio: true,
shotType: 'single'
}
},
inputs: {
frameImages: [
{
image: 'https://assets.runware.ai/assets/inputs/b7b6c7db-6f64-4da0-9033-d676078c8020.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-flash",
"positivePrompt": "Animate the still image into a gentle continuous scene inside a rain-soaked greenhouse teahouse. Raindrops streak and bead across the glass ceiling, soft ripples spread through shallow puddles on the mosaic floor, steam rises and drifts from the teacups and brass kettles, hanging ferns sway subtly, lantern reflections shimmer on wet tiles, and the white crane makes small natural movements such as blinking, slight head turns, and tiny feather shifts. Preserve the original composition and subject identity with realistic motion, calm atmosphere, and coherent physics. Emphasize fluid camera stability and delicate ambient detail.",
"negativePrompt": "flicker, warped anatomy, sudden camera jumps, duplicated objects, exaggerated motion, blur, low detail, text, watermark, harsh transitions",
"width": 1280,
"height": 720,
"duration": 6,
"seed": 21557,
"providerSettings": {
"alibaba": {
"promptExtend": True,
"audio": True,
"shotType": "single"
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/b7b6c7db-6f64-4da0-9033-d676078c8020.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": "d9eefe6d-dea6-4eeb-ad7c-43315038bccc",
"model": "alibaba:wan@2.6-flash",
"positivePrompt": "Animate the still image into a gentle continuous scene inside a rain-soaked greenhouse teahouse. Raindrops streak and bead across the glass ceiling, soft ripples spread through shallow puddles on the mosaic floor, steam rises and drifts from the teacups and brass kettles, hanging ferns sway subtly, lantern reflections shimmer on wet tiles, and the white crane makes small natural movements such as blinking, slight head turns, and tiny feather shifts. Preserve the original composition and subject identity with realistic motion, calm atmosphere, and coherent physics. Emphasize fluid camera stability and delicate ambient detail.",
"negativePrompt": "flicker, warped anatomy, sudden camera jumps, duplicated objects, exaggerated motion, blur, low detail, text, watermark, harsh transitions",
"width": 1280,
"height": 720,
"duration": 6,
"seed": 21557,
"providerSettings": {
"alibaba": {
"promptExtend": true,
"audio": true,
"shotType": "single"
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/b7b6c7db-6f64-4da0-9033-d676078c8020.jpg",
"frame": "first"
}
]
}
}
]'runware run alibaba:wan@2.6-flash \
positivePrompt="Animate the still image into a gentle continuous scene inside a rain-soaked greenhouse teahouse. Raindrops streak and bead across the glass ceiling, soft ripples spread through shallow puddles on the mosaic floor, steam rises and drifts from the teacups and brass kettles, hanging ferns sway subtly, lantern reflections shimmer on wet tiles, and the white crane makes small natural movements such as blinking, slight head turns, and tiny feather shifts. Preserve the original composition and subject identity with realistic motion, calm atmosphere, and coherent physics. Emphasize fluid camera stability and delicate ambient detail." \
negativePrompt="flicker, warped anatomy, sudden camera jumps, duplicated objects, exaggerated motion, blur, low detail, text, watermark, harsh transitions" \
width=1280 \
height=720 \
duration=6 \
seed=21557 \
providerSettings.alibaba.promptExtend=true \
providerSettings.alibaba.audio=true \
providerSettings.alibaba.shotType=single \
inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/b7b6c7db-6f64-4da0-9033-d676078c8020.jpg \
inputs.frameImages.0.frame=first{
"taskType": "videoInference",
"taskUUID": "d9eefe6d-dea6-4eeb-ad7c-43315038bccc",
"model": "alibaba:wan@2.6-flash",
"positivePrompt": "Animate the still image into a gentle continuous scene inside a rain-soaked greenhouse teahouse. Raindrops streak and bead across the glass ceiling, soft ripples spread through shallow puddles on the mosaic floor, steam rises and drifts from the teacups and brass kettles, hanging ferns sway subtly, lantern reflections shimmer on wet tiles, and the white crane makes small natural movements such as blinking, slight head turns, and tiny feather shifts. Preserve the original composition and subject identity with realistic motion, calm atmosphere, and coherent physics. Emphasize fluid camera stability and delicate ambient detail.",
"negativePrompt": "flicker, warped anatomy, sudden camera jumps, duplicated objects, exaggerated motion, blur, low detail, text, watermark, harsh transitions",
"width": 1280,
"height": 720,
"duration": 6,
"seed": 21557,
"providerSettings": {
"alibaba": {
"promptExtend": true,
"audio": true,
"shotType": "single"
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/b7b6c7db-6f64-4da0-9033-d676078c8020.jpg",
"frame": "first"
}
]
}
}{
"taskType": "videoInference",
"taskUUID": "d9eefe6d-dea6-4eeb-ad7c-43315038bccc",
"videoUUID": "e57a9658-9493-4b56-b5fb-5742b81e2b76",
"videoURL": "https://vm.runware.ai/video/os/a10d08/ws/5/vi/e57a9658-9493-4b56-b5fb-5742b81e2b76.mp4",
"seed": 21557,
"cost": 0.3015
}Windmill Bakery Rooftop Breakfast
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-flash',
positivePrompt: 'Animate the supplied still image into a gentle, charming morning scene. The windmill blades rotate steadily, tablecloth edges flutter in a light breeze, steam rises from the teapot, flour dust glimmers in the sunbeams, and the small apron-wearing animals make subtle natural motions such as blinking, turning their heads, kneading dough, and arranging pastries. Add drifting clouds over the distant farmland and soft movement in the grass and flowers. Preserve the original composition and subject structure, with stable forms and believable motion, warm wholesome mood, whimsical realism, rich environmental detail.',
negativePrompt: 'camera shake, warped anatomy, extra limbs, sudden motion, heavy blur, flicker, scene changes, text, watermark, oversaturated colors, distorted faces, duplicate subjects',
width: 1280,
height: 720,
duration: 6,
seed: 38852,
providerSettings: {
alibaba: {
promptExtend: false,
audio: true,
shotType: 'single'
}
},
inputs: {
frameImages: [
{
image: 'https://assets.runware.ai/assets/inputs/0283ec6d-bffa-4d4e-963a-9e1d7012806b.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-flash",
"positivePrompt": "Animate the supplied still image into a gentle, charming morning scene. The windmill blades rotate steadily, tablecloth edges flutter in a light breeze, steam rises from the teapot, flour dust glimmers in the sunbeams, and the small apron-wearing animals make subtle natural motions such as blinking, turning their heads, kneading dough, and arranging pastries. Add drifting clouds over the distant farmland and soft movement in the grass and flowers. Preserve the original composition and subject structure, with stable forms and believable motion, warm wholesome mood, whimsical realism, rich environmental detail.",
"negativePrompt": "camera shake, warped anatomy, extra limbs, sudden motion, heavy blur, flicker, scene changes, text, watermark, oversaturated colors, distorted faces, duplicate subjects",
"width": 1280,
"height": 720,
"duration": 6,
"seed": 38852,
"providerSettings": {
"alibaba": {
"promptExtend": False,
"audio": True,
"shotType": "single"
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/0283ec6d-bffa-4d4e-963a-9e1d7012806b.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": "3c4f7172-e9c3-46f7-9efa-d1c93aafd3cf",
"model": "alibaba:wan@2.6-flash",
"positivePrompt": "Animate the supplied still image into a gentle, charming morning scene. The windmill blades rotate steadily, tablecloth edges flutter in a light breeze, steam rises from the teapot, flour dust glimmers in the sunbeams, and the small apron-wearing animals make subtle natural motions such as blinking, turning their heads, kneading dough, and arranging pastries. Add drifting clouds over the distant farmland and soft movement in the grass and flowers. Preserve the original composition and subject structure, with stable forms and believable motion, warm wholesome mood, whimsical realism, rich environmental detail.",
"negativePrompt": "camera shake, warped anatomy, extra limbs, sudden motion, heavy blur, flicker, scene changes, text, watermark, oversaturated colors, distorted faces, duplicate subjects",
"width": 1280,
"height": 720,
"duration": 6,
"seed": 38852,
"providerSettings": {
"alibaba": {
"promptExtend": false,
"audio": true,
"shotType": "single"
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/0283ec6d-bffa-4d4e-963a-9e1d7012806b.jpg"
}
]
}
}
]'runware run alibaba:wan@2.6-flash \
positivePrompt="Animate the supplied still image into a gentle, charming morning scene. The windmill blades rotate steadily, tablecloth edges flutter in a light breeze, steam rises from the teapot, flour dust glimmers in the sunbeams, and the small apron-wearing animals make subtle natural motions such as blinking, turning their heads, kneading dough, and arranging pastries. Add drifting clouds over the distant farmland and soft movement in the grass and flowers. Preserve the original composition and subject structure, with stable forms and believable motion, warm wholesome mood, whimsical realism, rich environmental detail." \
negativePrompt="camera shake, warped anatomy, extra limbs, sudden motion, heavy blur, flicker, scene changes, text, watermark, oversaturated colors, distorted faces, duplicate subjects" \
width=1280 \
height=720 \
duration=6 \
seed=38852 \
providerSettings.alibaba.promptExtend=false \
providerSettings.alibaba.audio=true \
providerSettings.alibaba.shotType=single \
inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/0283ec6d-bffa-4d4e-963a-9e1d7012806b.jpg{
"taskType": "videoInference",
"taskUUID": "3c4f7172-e9c3-46f7-9efa-d1c93aafd3cf",
"model": "alibaba:wan@2.6-flash",
"positivePrompt": "Animate the supplied still image into a gentle, charming morning scene. The windmill blades rotate steadily, tablecloth edges flutter in a light breeze, steam rises from the teapot, flour dust glimmers in the sunbeams, and the small apron-wearing animals make subtle natural motions such as blinking, turning their heads, kneading dough, and arranging pastries. Add drifting clouds over the distant farmland and soft movement in the grass and flowers. Preserve the original composition and subject structure, with stable forms and believable motion, warm wholesome mood, whimsical realism, rich environmental detail.",
"negativePrompt": "camera shake, warped anatomy, extra limbs, sudden motion, heavy blur, flicker, scene changes, text, watermark, oversaturated colors, distorted faces, duplicate subjects",
"width": 1280,
"height": 720,
"duration": 6,
"seed": 38852,
"providerSettings": {
"alibaba": {
"promptExtend": false,
"audio": true,
"shotType": "single"
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/0283ec6d-bffa-4d4e-963a-9e1d7012806b.jpg"
}
]
}
}{
"taskType": "videoInference",
"taskUUID": "3c4f7172-e9c3-46f7-9efa-d1c93aafd3cf",
"videoUUID": "ad720b1a-e943-4c7d-a7b9-8480332d4ec2",
"videoURL": "https://vm.runware.ai/video/os/a25d05/ws/5/vi/ad720b1a-e943-4c7d-a7b9-8480332d4ec2.mp4",
"seed": 38852,
"cost": 0.3015
}Stormglass Atelier Window Tableau
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-flash',
positivePrompt: 'Transform the supplied atelier image into a fluid short film with multiple connected shots. Begin with subtle rain movement on the windows and swaying hanging glass ornaments, then shift to close details of trembling reflections across the colored vessels, drifting paper sketches, and the faint orange pulse from the stove. Emphasize realistic motion, coherent camera transitions, delicate highlights refracting through handmade glass, gusts of wind implied through small object movement, and a contemplative handcrafted atmosphere. Keep the room structure and object placement stable while introducing elegant cinematic motion and weather-driven ambience synchronized to the provided audio.',
negativePrompt: 'people entering frame, face closeups, heavy object deformation, melting furniture, flicker, abrupt cuts, chaotic camera shake, oversaturated colors, text, watermark, extra tools appearing, broken anatomy, low detail, cartoon style',
width: 1280,
height: 720,
duration: 7,
seed: 28566,
providerSettings: {
alibaba: {
promptExtend: true,
audio: true,
shotType: 'multi'
}
},
inputs: {
frameImages: [
{
image: 'https://assets.runware.ai/assets/inputs/a7928a5b-0ce6-4480-a0e5-b731ff52721e.jpg',
frame: 'first'
}
],
audio: 'https://assets.runware.ai/assets/inputs/37241565-98e9-47a5-83aa-e40607bcda57.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-flash",
"positivePrompt": "Transform the supplied atelier image into a fluid short film with multiple connected shots. Begin with subtle rain movement on the windows and swaying hanging glass ornaments, then shift to close details of trembling reflections across the colored vessels, drifting paper sketches, and the faint orange pulse from the stove. Emphasize realistic motion, coherent camera transitions, delicate highlights refracting through handmade glass, gusts of wind implied through small object movement, and a contemplative handcrafted atmosphere. Keep the room structure and object placement stable while introducing elegant cinematic motion and weather-driven ambience synchronized to the provided audio.",
"negativePrompt": "people entering frame, face closeups, heavy object deformation, melting furniture, flicker, abrupt cuts, chaotic camera shake, oversaturated colors, text, watermark, extra tools appearing, broken anatomy, low detail, cartoon style",
"width": 1280,
"height": 720,
"duration": 7,
"seed": 28566,
"providerSettings": {
"alibaba": {
"promptExtend": True,
"audio": True,
"shotType": "multi"
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/a7928a5b-0ce6-4480-a0e5-b731ff52721e.jpg",
"frame": "first"
}
],
"audio": "https://assets.runware.ai/assets/inputs/37241565-98e9-47a5-83aa-e40607bcda57.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": "57364c19-9dee-443f-a853-e7d0ac4e86ee",
"model": "alibaba:wan@2.6-flash",
"positivePrompt": "Transform the supplied atelier image into a fluid short film with multiple connected shots. Begin with subtle rain movement on the windows and swaying hanging glass ornaments, then shift to close details of trembling reflections across the colored vessels, drifting paper sketches, and the faint orange pulse from the stove. Emphasize realistic motion, coherent camera transitions, delicate highlights refracting through handmade glass, gusts of wind implied through small object movement, and a contemplative handcrafted atmosphere. Keep the room structure and object placement stable while introducing elegant cinematic motion and weather-driven ambience synchronized to the provided audio.",
"negativePrompt": "people entering frame, face closeups, heavy object deformation, melting furniture, flicker, abrupt cuts, chaotic camera shake, oversaturated colors, text, watermark, extra tools appearing, broken anatomy, low detail, cartoon style",
"width": 1280,
"height": 720,
"duration": 7,
"seed": 28566,
"providerSettings": {
"alibaba": {
"promptExtend": true,
"audio": true,
"shotType": "multi"
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/a7928a5b-0ce6-4480-a0e5-b731ff52721e.jpg",
"frame": "first"
}
],
"audio": "https://assets.runware.ai/assets/inputs/37241565-98e9-47a5-83aa-e40607bcda57.mp3"
}
}
]'runware run alibaba:wan@2.6-flash \
positivePrompt="Transform the supplied atelier image into a fluid short film with multiple connected shots. Begin with subtle rain movement on the windows and swaying hanging glass ornaments, then shift to close details of trembling reflections across the colored vessels, drifting paper sketches, and the faint orange pulse from the stove. Emphasize realistic motion, coherent camera transitions, delicate highlights refracting through handmade glass, gusts of wind implied through small object movement, and a contemplative handcrafted atmosphere. Keep the room structure and object placement stable while introducing elegant cinematic motion and weather-driven ambience synchronized to the provided audio." \
negativePrompt="people entering frame, face closeups, heavy object deformation, melting furniture, flicker, abrupt cuts, chaotic camera shake, oversaturated colors, text, watermark, extra tools appearing, broken anatomy, low detail, cartoon style" \
width=1280 \
height=720 \
duration=7 \
seed=28566 \
providerSettings.alibaba.promptExtend=true \
providerSettings.alibaba.audio=true \
providerSettings.alibaba.shotType=multi \
inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/a7928a5b-0ce6-4480-a0e5-b731ff52721e.jpg \
inputs.frameImages.0.frame=first \
inputs.audio=https://assets.runware.ai/assets/inputs/37241565-98e9-47a5-83aa-e40607bcda57.mp3{
"taskType": "videoInference",
"taskUUID": "57364c19-9dee-443f-a853-e7d0ac4e86ee",
"model": "alibaba:wan@2.6-flash",
"positivePrompt": "Transform the supplied atelier image into a fluid short film with multiple connected shots. Begin with subtle rain movement on the windows and swaying hanging glass ornaments, then shift to close details of trembling reflections across the colored vessels, drifting paper sketches, and the faint orange pulse from the stove. Emphasize realistic motion, coherent camera transitions, delicate highlights refracting through handmade glass, gusts of wind implied through small object movement, and a contemplative handcrafted atmosphere. Keep the room structure and object placement stable while introducing elegant cinematic motion and weather-driven ambience synchronized to the provided audio.",
"negativePrompt": "people entering frame, face closeups, heavy object deformation, melting furniture, flicker, abrupt cuts, chaotic camera shake, oversaturated colors, text, watermark, extra tools appearing, broken anatomy, low detail, cartoon style",
"width": 1280,
"height": 720,
"duration": 7,
"seed": 28566,
"providerSettings": {
"alibaba": {
"promptExtend": true,
"audio": true,
"shotType": "multi"
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/a7928a5b-0ce6-4480-a0e5-b731ff52721e.jpg",
"frame": "first"
}
],
"audio": "https://assets.runware.ai/assets/inputs/37241565-98e9-47a5-83aa-e40607bcda57.mp3"
}
}{
"taskType": "videoInference",
"taskUUID": "57364c19-9dee-443f-a853-e7d0ac4e86ee",
"videoUUID": "1d3e57eb-b95a-4b2a-bdcf-acf5896322dd",
"videoURL": "https://vm.runware.ai/video/os/a17d13/ws/5/vi/1d3e57eb-b95a-4b2a-bdcf-acf5896322dd.mp4",
"seed": 28566,
"cost": 0.3502
}