live
MODEL IDalibaba:wan@2.6

Wan2.6

Alibaba
by

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.

Wan2.6

text-to-video

Inline Magnetic Separator Demo$0.751~1m 51s
Try in Playground
import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'alibaba:wan@2.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"
    }
  }
}
Response
{
  "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
}

first-frame

Marine Robotics Logo Loop$1.50~1m 36s
Try in Playground
import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'alibaba:wan@2.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"
    ]
  }
}
Response
{
  "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
}

reference-to-video

Heritage Seed Documentary Title Sequence$0.50~1m 38s
Try in Playground
import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'alibaba:wan@2.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"
    ]
  }
}
Response
{
  "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
}

audio-driven

Avalanche Patrol Series Teaser$1.00~1m 51s
Try in Playground
import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'alibaba:wan@2.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"
  }
}
Response
{
  "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
}

multi-shot

Archive Flood Recovery Presenter Clip$2.26~2m 52s
Try in Playground
import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'alibaba:wan@2.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
    }
  }
}
Response
{
  "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
}