live
MODEL IDvidu:3@2

Vidu Q2 Turbo

Vidu
by

Vidu Q2 Turbo is the fast tier of the Q2 video model. It targets rapid iteration for creative pipelines. It keeps the cinematic look of Vidu Q2 Pro. It adds shorter latency, stronger large motion control, and smoother camera movement for prompt driven video shots.

Vidu Q2 Turbo

first-frame

Pollinator Documentary Vertical Title Teaser$0.11~59s
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: 'vidu:3@2',
  positivePrompt: 'A continuous five-second cinematic documentary title shot beginning naturally from the supplied first frame. The blue-marked queen bee crawls slowly toward the tip of the leather glove while nearby workers stir and flex their wings. The camera makes a smooth, controlled macro pullback and slight upward rise, revealing more bees streaming from the shadowed hive frames into the cyan dawn light. Their movement lifts a veil of golden pollen through the vertical composition; wingbeats create subtle air currents and the glove remains a strong foreground anchor. As focus shifts from the queen to the ascending bees, the swarm briefly forms a dark living curtain across the generous upper negative space. In the final second, the documentary title THE LAST QUEEN fades in there in restrained, tall ivory capitals, centered and sharply legible, with the smaller line A DOCUMENTARY beneath it. Premium natural-history cinematography, urgent and elegiac mood, tactile macro detail, realistic bee anatomy and flight, amber wood and charcoal shadows against cool cyan light, smooth camera motion, no cuts, no montage, no logos, no additional text.',
  width: 720,
  height: 1280,
  duration: 5,
  providerSettings: {
    vidu: {
      movementAmplitude: 'large'
    }
  },
  inputs: {
    frameImages: [
      {
        image: 'https://assets.runware.ai/assets/inputs/76a4a947-9b33-460e-9d63-68a0c573a62c.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": "vidu:3@2",
            "positivePrompt": "A continuous five-second cinematic documentary title shot beginning naturally from the supplied first frame. The blue-marked queen bee crawls slowly toward the tip of the leather glove while nearby workers stir and flex their wings. The camera makes a smooth, controlled macro pullback and slight upward rise, revealing more bees streaming from the shadowed hive frames into the cyan dawn light. Their movement lifts a veil of golden pollen through the vertical composition; wingbeats create subtle air currents and the glove remains a strong foreground anchor. As focus shifts from the queen to the ascending bees, the swarm briefly forms a dark living curtain across the generous upper negative space. In the final second, the documentary title THE LAST QUEEN fades in there in restrained, tall ivory capitals, centered and sharply legible, with the smaller line A DOCUMENTARY beneath it. Premium natural-history cinematography, urgent and elegiac mood, tactile macro detail, realistic bee anatomy and flight, amber wood and charcoal shadows against cool cyan light, smooth camera motion, no cuts, no montage, no logos, no additional text.",
            "width": 720,
            "height": 1280,
            "duration": 5,
            "providerSettings": {
                "vidu": {
                    "movementAmplitude": "large"
                }
            },
            "inputs": {
                "frameImages": [
                    {
                        "image": "https://assets.runware.ai/assets/inputs/76a4a947-9b33-460e-9d63-68a0c573a62c.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": "483b5ffc-23e3-4855-9799-e62fd4815c8c",
      "model": "vidu:3@2",
      "positivePrompt": "A continuous five-second cinematic documentary title shot beginning naturally from the supplied first frame. The blue-marked queen bee crawls slowly toward the tip of the leather glove while nearby workers stir and flex their wings. The camera makes a smooth, controlled macro pullback and slight upward rise, revealing more bees streaming from the shadowed hive frames into the cyan dawn light. Their movement lifts a veil of golden pollen through the vertical composition; wingbeats create subtle air currents and the glove remains a strong foreground anchor. As focus shifts from the queen to the ascending bees, the swarm briefly forms a dark living curtain across the generous upper negative space. In the final second, the documentary title THE LAST QUEEN fades in there in restrained, tall ivory capitals, centered and sharply legible, with the smaller line A DOCUMENTARY beneath it. Premium natural-history cinematography, urgent and elegiac mood, tactile macro detail, realistic bee anatomy and flight, amber wood and charcoal shadows against cool cyan light, smooth camera motion, no cuts, no montage, no logos, no additional text.",
      "width": 720,
      "height": 1280,
      "duration": 5,
      "providerSettings": {
        "vidu": {
          "movementAmplitude": "large"
        }
      },
      "inputs": {
        "frameImages": [
          {
            "image": "https://assets.runware.ai/assets/inputs/76a4a947-9b33-460e-9d63-68a0c573a62c.jpg",
            "frame": "first"
          }
        ]
      }
    }
  ]'
runware run vidu:3@2 \
  positivePrompt="A continuous five-second cinematic documentary title shot beginning naturally from the supplied first frame. The blue-marked queen bee crawls slowly toward the tip of the leather glove while nearby workers stir and flex their wings. The camera makes a smooth, controlled macro pullback and slight upward rise, revealing more bees streaming from the shadowed hive frames into the cyan dawn light. Their movement lifts a veil of golden pollen through the vertical composition; wingbeats create subtle air currents and the glove remains a strong foreground anchor. As focus shifts from the queen to the ascending bees, the swarm briefly forms a dark living curtain across the generous upper negative space. In the final second, the documentary title THE LAST QUEEN fades in there in restrained, tall ivory capitals, centered and sharply legible, with the smaller line A DOCUMENTARY beneath it. Premium natural-history cinematography, urgent and elegiac mood, tactile macro detail, realistic bee anatomy and flight, amber wood and charcoal shadows against cool cyan light, smooth camera motion, no cuts, no montage, no logos, no additional text." \
  width=720 \
  height=1280 \
  duration=5 \
  providerSettings.vidu.movementAmplitude=large \
  inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/76a4a947-9b33-460e-9d63-68a0c573a62c.jpg \
  inputs.frameImages.0.frame=first
{
  "taskType": "videoInference",
  "taskUUID": "483b5ffc-23e3-4855-9799-e62fd4815c8c",
  "model": "vidu:3@2",
  "positivePrompt": "A continuous five-second cinematic documentary title shot beginning naturally from the supplied first frame. The blue-marked queen bee crawls slowly toward the tip of the leather glove while nearby workers stir and flex their wings. The camera makes a smooth, controlled macro pullback and slight upward rise, revealing more bees streaming from the shadowed hive frames into the cyan dawn light. Their movement lifts a veil of golden pollen through the vertical composition; wingbeats create subtle air currents and the glove remains a strong foreground anchor. As focus shifts from the queen to the ascending bees, the swarm briefly forms a dark living curtain across the generous upper negative space. In the final second, the documentary title THE LAST QUEEN fades in there in restrained, tall ivory capitals, centered and sharply legible, with the smaller line A DOCUMENTARY beneath it. Premium natural-history cinematography, urgent and elegiac mood, tactile macro detail, realistic bee anatomy and flight, amber wood and charcoal shadows against cool cyan light, smooth camera motion, no cuts, no montage, no logos, no additional text.",
  "width": 720,
  "height": 1280,
  "duration": 5,
  "providerSettings": {
    "vidu": {
      "movementAmplitude": "large"
    }
  },
  "inputs": {
    "frameImages": [
      {
        "image": "https://assets.runware.ai/assets/inputs/76a4a947-9b33-460e-9d63-68a0c573a62c.jpg",
        "frame": "first"
      }
    ]
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "483b5ffc-23e3-4855-9799-e62fd4815c8c",
  "videoUUID": "8755e544-2cbe-41fc-910f-c1a608c82ede",
  "videoURL": "https://vm.runware.ai/video/os/a02d21/ws/5/vi/8755e544-2cbe-41fc-910f-c1a608c82ede.mp4",
  "seed": 1798654070,
  "cost": 0.11
}

first-last-frame

Antarctic Meteorite Curator Briefing$0.193~1m 0s
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: 'vidu:3@2',
  positivePrompt: 'Create a polished museum talking-head presenter clip connecting the supplied first and last frames. The meteorite curator looks directly into the lens and naturally delivers a concise science explanation with realistic conversational mouth movement: “This stone formed before Earth had oceans; its chemistry helps reconstruct the earliest days of our solar system.” Begin in the waist-up composition with her hands resting near the specimen table. She speaks with calm authority, makes one restrained open-hand gesture toward the sealed case, then carefully lifts the case to chest height and points to the meteorite as the camera performs a very slow, smooth dolly inward to match the final chest-up frame. Preserve her identity, clothing, cleanroom gloves, microphone, specimen shape, laboratory layout, and lighting throughout. Natural blinking, subtle breathing, precise hand movement, stable facial anatomy, restrained documentary performance. Keep the sealed case rigid and the meteorite stationary inside it. Cool cyan and stainless-steel palette accented by her rust-orange shirt and a soft warm rim light. Shallow depth of field, realistic museum documentary cinematography, steady eye-level framing. No cuts, no sudden motion, no added people, no captions, no signage, no logos, no interface elements.',
  width: 1280,
  height: 720,
  duration: 8,
  providerSettings: {
    vidu: {
      movementAmplitude: 'auto'
    }
  },
  inputs: {
    frameImages: [
      {
        image: 'https://assets.runware.ai/assets/inputs/c1353bde-7dfd-4e1e-b262-518f1293a738.jpg',
        frame: 'first'
      },
      {
        image: 'https://assets.runware.ai/assets/inputs/77d13ce3-37f6-41a3-ab44-ad072e9a2224.jpg',
        frame: 'last'
      }
    ]
  }
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "vidu:3@2",
            "positivePrompt": "Create a polished museum talking-head presenter clip connecting the supplied first and last frames. The meteorite curator looks directly into the lens and naturally delivers a concise science explanation with realistic conversational mouth movement: “This stone formed before Earth had oceans; its chemistry helps reconstruct the earliest days of our solar system.” Begin in the waist-up composition with her hands resting near the specimen table. She speaks with calm authority, makes one restrained open-hand gesture toward the sealed case, then carefully lifts the case to chest height and points to the meteorite as the camera performs a very slow, smooth dolly inward to match the final chest-up frame. Preserve her identity, clothing, cleanroom gloves, microphone, specimen shape, laboratory layout, and lighting throughout. Natural blinking, subtle breathing, precise hand movement, stable facial anatomy, restrained documentary performance. Keep the sealed case rigid and the meteorite stationary inside it. Cool cyan and stainless-steel palette accented by her rust-orange shirt and a soft warm rim light. Shallow depth of field, realistic museum documentary cinematography, steady eye-level framing. No cuts, no sudden motion, no added people, no captions, no signage, no logos, no interface elements.",
            "width": 1280,
            "height": 720,
            "duration": 8,
            "providerSettings": {
                "vidu": {
                    "movementAmplitude": "auto"
                }
            },
            "inputs": {
                "frameImages": [
                    {
                        "image": "https://assets.runware.ai/assets/inputs/c1353bde-7dfd-4e1e-b262-518f1293a738.jpg",
                        "frame": "first"
                    },
                    {
                        "image": "https://assets.runware.ai/assets/inputs/77d13ce3-37f6-41a3-ab44-ad072e9a2224.jpg",
                        "frame": "last"
                    }
                ]
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "videoInference",
      "taskUUID": "6754d73c-4788-4ccf-b71d-b971a2d1305d",
      "model": "vidu:3@2",
      "positivePrompt": "Create a polished museum talking-head presenter clip connecting the supplied first and last frames. The meteorite curator looks directly into the lens and naturally delivers a concise science explanation with realistic conversational mouth movement: “This stone formed before Earth had oceans; its chemistry helps reconstruct the earliest days of our solar system.” Begin in the waist-up composition with her hands resting near the specimen table. She speaks with calm authority, makes one restrained open-hand gesture toward the sealed case, then carefully lifts the case to chest height and points to the meteorite as the camera performs a very slow, smooth dolly inward to match the final chest-up frame. Preserve her identity, clothing, cleanroom gloves, microphone, specimen shape, laboratory layout, and lighting throughout. Natural blinking, subtle breathing, precise hand movement, stable facial anatomy, restrained documentary performance. Keep the sealed case rigid and the meteorite stationary inside it. Cool cyan and stainless-steel palette accented by her rust-orange shirt and a soft warm rim light. Shallow depth of field, realistic museum documentary cinematography, steady eye-level framing. No cuts, no sudden motion, no added people, no captions, no signage, no logos, no interface elements.",
      "width": 1280,
      "height": 720,
      "duration": 8,
      "providerSettings": {
        "vidu": {
          "movementAmplitude": "auto"
        }
      },
      "inputs": {
        "frameImages": [
          {
            "image": "https://assets.runware.ai/assets/inputs/c1353bde-7dfd-4e1e-b262-518f1293a738.jpg",
            "frame": "first"
          },
          {
            "image": "https://assets.runware.ai/assets/inputs/77d13ce3-37f6-41a3-ab44-ad072e9a2224.jpg",
            "frame": "last"
          }
        ]
      }
    }
  ]'
runware run vidu:3@2 \
  positivePrompt="Create a polished museum talking-head presenter clip connecting the supplied first and last frames. The meteorite curator looks directly into the lens and naturally delivers a concise science explanation with realistic conversational mouth movement: “This stone formed before Earth had oceans; its chemistry helps reconstruct the earliest days of our solar system.” Begin in the waist-up composition with her hands resting near the specimen table. She speaks with calm authority, makes one restrained open-hand gesture toward the sealed case, then carefully lifts the case to chest height and points to the meteorite as the camera performs a very slow, smooth dolly inward to match the final chest-up frame. Preserve her identity, clothing, cleanroom gloves, microphone, specimen shape, laboratory layout, and lighting throughout. Natural blinking, subtle breathing, precise hand movement, stable facial anatomy, restrained documentary performance. Keep the sealed case rigid and the meteorite stationary inside it. Cool cyan and stainless-steel palette accented by her rust-orange shirt and a soft warm rim light. Shallow depth of field, realistic museum documentary cinematography, steady eye-level framing. No cuts, no sudden motion, no added people, no captions, no signage, no logos, no interface elements." \
  width=1280 \
  height=720 \
  duration=8 \
  providerSettings.vidu.movementAmplitude=auto \
  inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/c1353bde-7dfd-4e1e-b262-518f1293a738.jpg \
  inputs.frameImages.0.frame=first \
  inputs.frameImages.1.image=https://assets.runware.ai/assets/inputs/77d13ce3-37f6-41a3-ab44-ad072e9a2224.jpg \
  inputs.frameImages.1.frame=last
{
  "taskType": "videoInference",
  "taskUUID": "6754d73c-4788-4ccf-b71d-b971a2d1305d",
  "model": "vidu:3@2",
  "positivePrompt": "Create a polished museum talking-head presenter clip connecting the supplied first and last frames. The meteorite curator looks directly into the lens and naturally delivers a concise science explanation with realistic conversational mouth movement: “This stone formed before Earth had oceans; its chemistry helps reconstruct the earliest days of our solar system.” Begin in the waist-up composition with her hands resting near the specimen table. She speaks with calm authority, makes one restrained open-hand gesture toward the sealed case, then carefully lifts the case to chest height and points to the meteorite as the camera performs a very slow, smooth dolly inward to match the final chest-up frame. Preserve her identity, clothing, cleanroom gloves, microphone, specimen shape, laboratory layout, and lighting throughout. Natural blinking, subtle breathing, precise hand movement, stable facial anatomy, restrained documentary performance. Keep the sealed case rigid and the meteorite stationary inside it. Cool cyan and stainless-steel palette accented by her rust-orange shirt and a soft warm rim light. Shallow depth of field, realistic museum documentary cinematography, steady eye-level framing. No cuts, no sudden motion, no added people, no captions, no signage, no logos, no interface elements.",
  "width": 1280,
  "height": 720,
  "duration": 8,
  "providerSettings": {
    "vidu": {
      "movementAmplitude": "auto"
    }
  },
  "inputs": {
    "frameImages": [
      {
        "image": "https://assets.runware.ai/assets/inputs/c1353bde-7dfd-4e1e-b262-518f1293a738.jpg",
        "frame": "first"
      },
      {
        "image": "https://assets.runware.ai/assets/inputs/77d13ce3-37f6-41a3-ab44-ad072e9a2224.jpg",
        "frame": "last"
      }
    ]
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "6754d73c-4788-4ccf-b71d-b971a2d1305d",
  "videoUUID": "b6f51086-34e1-406f-b30b-80800d043e46",
  "videoURL": "https://vm.runware.ai/video/os/a03d21/ws/5/vi/b6f51086-34e1-406f-b30b-80800d043e46.mp4",
  "seed": 136105901,
  "cost": 0.1925
}

reference-to-video

Autonomous Beach Cleaner B-Roll$0.138~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: 'vidu:3@2',
  positivePrompt: 'Create a polished six-second documentary b-roll shot using all three reference views to preserve the exact identity, proportions, safety-orange panel geometry, black rubber tracks, stainless perforated pickup conveyor, four-lens matte-black sensor bar, slim solar-panel canopy, twin amber beacons, rear mesh hopper, and realistic surface wear of the referenced autonomous beach-cleaning robot. In a new scene, the robot travels steadily along a wide Atlantic beach just after sunrise, collecting a sparse trail of washed-up bottle caps, rope fragments, and small plastic pieces without disturbing nearby dune grass. The front conveyor rotates continuously, lifting debris into the hopper; the tracks compress damp sand and leave crisp parallel tread marks. Camera performs a smooth low lateral tracking move from front three-quarter toward side profile while keeping the complete robot centered in a square composition. Pale peach morning light, cool blue-gray sea, thin breeze moving dune grass, gentle waves and subtle sea mist in the background. Natural environmental documentary cinematography, realistic mechanics and weight, controlled moderate motion, sharp recognizable machine details, clean stock-footage framing, no people, no logos, no readable text, no cuts.',
  width: 960,
  height: 960,
  duration: 6,
  providerSettings: {
    vidu: {
      movementAmplitude: 'small'
    }
  },
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/d74048b9-9666-4876-a4c3-62a0dc77e7c8.jpg',
      'https://assets.runware.ai/assets/inputs/8575a950-b1ef-4a32-b0dc-fddd005cc06f.jpg',
      'https://assets.runware.ai/assets/inputs/9645d647-ca02-4496-8cc1-15ad20f4c0d9.jpg'
    ]
  }
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "vidu:3@2",
            "positivePrompt": "Create a polished six-second documentary b-roll shot using all three reference views to preserve the exact identity, proportions, safety-orange panel geometry, black rubber tracks, stainless perforated pickup conveyor, four-lens matte-black sensor bar, slim solar-panel canopy, twin amber beacons, rear mesh hopper, and realistic surface wear of the referenced autonomous beach-cleaning robot. In a new scene, the robot travels steadily along a wide Atlantic beach just after sunrise, collecting a sparse trail of washed-up bottle caps, rope fragments, and small plastic pieces without disturbing nearby dune grass. The front conveyor rotates continuously, lifting debris into the hopper; the tracks compress damp sand and leave crisp parallel tread marks. Camera performs a smooth low lateral tracking move from front three-quarter toward side profile while keeping the complete robot centered in a square composition. Pale peach morning light, cool blue-gray sea, thin breeze moving dune grass, gentle waves and subtle sea mist in the background. Natural environmental documentary cinematography, realistic mechanics and weight, controlled moderate motion, sharp recognizable machine details, clean stock-footage framing, no people, no logos, no readable text, no cuts.",
            "width": 960,
            "height": 960,
            "duration": 6,
            "providerSettings": {
                "vidu": {
                    "movementAmplitude": "small"
                }
            },
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/d74048b9-9666-4876-a4c3-62a0dc77e7c8.jpg",
                    "https://assets.runware.ai/assets/inputs/8575a950-b1ef-4a32-b0dc-fddd005cc06f.jpg",
                    "https://assets.runware.ai/assets/inputs/9645d647-ca02-4496-8cc1-15ad20f4c0d9.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": "cbae6812-cd93-46d7-9281-b17dba3fa907",
      "model": "vidu:3@2",
      "positivePrompt": "Create a polished six-second documentary b-roll shot using all three reference views to preserve the exact identity, proportions, safety-orange panel geometry, black rubber tracks, stainless perforated pickup conveyor, four-lens matte-black sensor bar, slim solar-panel canopy, twin amber beacons, rear mesh hopper, and realistic surface wear of the referenced autonomous beach-cleaning robot. In a new scene, the robot travels steadily along a wide Atlantic beach just after sunrise, collecting a sparse trail of washed-up bottle caps, rope fragments, and small plastic pieces without disturbing nearby dune grass. The front conveyor rotates continuously, lifting debris into the hopper; the tracks compress damp sand and leave crisp parallel tread marks. Camera performs a smooth low lateral tracking move from front three-quarter toward side profile while keeping the complete robot centered in a square composition. Pale peach morning light, cool blue-gray sea, thin breeze moving dune grass, gentle waves and subtle sea mist in the background. Natural environmental documentary cinematography, realistic mechanics and weight, controlled moderate motion, sharp recognizable machine details, clean stock-footage framing, no people, no logos, no readable text, no cuts.",
      "width": 960,
      "height": 960,
      "duration": 6,
      "providerSettings": {
        "vidu": {
          "movementAmplitude": "small"
        }
      },
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/d74048b9-9666-4876-a4c3-62a0dc77e7c8.jpg",
          "https://assets.runware.ai/assets/inputs/8575a950-b1ef-4a32-b0dc-fddd005cc06f.jpg",
          "https://assets.runware.ai/assets/inputs/9645d647-ca02-4496-8cc1-15ad20f4c0d9.jpg"
        ]
      }
    }
  ]'
runware run vidu:3@2 \
  positivePrompt="Create a polished six-second documentary b-roll shot using all three reference views to preserve the exact identity, proportions, safety-orange panel geometry, black rubber tracks, stainless perforated pickup conveyor, four-lens matte-black sensor bar, slim solar-panel canopy, twin amber beacons, rear mesh hopper, and realistic surface wear of the referenced autonomous beach-cleaning robot. In a new scene, the robot travels steadily along a wide Atlantic beach just after sunrise, collecting a sparse trail of washed-up bottle caps, rope fragments, and small plastic pieces without disturbing nearby dune grass. The front conveyor rotates continuously, lifting debris into the hopper; the tracks compress damp sand and leave crisp parallel tread marks. Camera performs a smooth low lateral tracking move from front three-quarter toward side profile while keeping the complete robot centered in a square composition. Pale peach morning light, cool blue-gray sea, thin breeze moving dune grass, gentle waves and subtle sea mist in the background. Natural environmental documentary cinematography, realistic mechanics and weight, controlled moderate motion, sharp recognizable machine details, clean stock-footage framing, no people, no logos, no readable text, no cuts." \
  width=960 \
  height=960 \
  duration=6 \
  providerSettings.vidu.movementAmplitude=small \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/d74048b9-9666-4876-a4c3-62a0dc77e7c8.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/8575a950-b1ef-4a32-b0dc-fddd005cc06f.jpg \
  inputs.referenceImages.2=https://assets.runware.ai/assets/inputs/9645d647-ca02-4496-8cc1-15ad20f4c0d9.jpg
{
  "taskType": "videoInference",
  "taskUUID": "cbae6812-cd93-46d7-9281-b17dba3fa907",
  "model": "vidu:3@2",
  "positivePrompt": "Create a polished six-second documentary b-roll shot using all three reference views to preserve the exact identity, proportions, safety-orange panel geometry, black rubber tracks, stainless perforated pickup conveyor, four-lens matte-black sensor bar, slim solar-panel canopy, twin amber beacons, rear mesh hopper, and realistic surface wear of the referenced autonomous beach-cleaning robot. In a new scene, the robot travels steadily along a wide Atlantic beach just after sunrise, collecting a sparse trail of washed-up bottle caps, rope fragments, and small plastic pieces without disturbing nearby dune grass. The front conveyor rotates continuously, lifting debris into the hopper; the tracks compress damp sand and leave crisp parallel tread marks. Camera performs a smooth low lateral tracking move from front three-quarter toward side profile while keeping the complete robot centered in a square composition. Pale peach morning light, cool blue-gray sea, thin breeze moving dune grass, gentle waves and subtle sea mist in the background. Natural environmental documentary cinematography, realistic mechanics and weight, controlled moderate motion, sharp recognizable machine details, clean stock-footage framing, no people, no logos, no readable text, no cuts.",
  "width": 960,
  "height": 960,
  "duration": 6,
  "providerSettings": {
    "vidu": {
      "movementAmplitude": "small"
    }
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/d74048b9-9666-4876-a4c3-62a0dc77e7c8.jpg",
      "https://assets.runware.ai/assets/inputs/8575a950-b1ef-4a32-b0dc-fddd005cc06f.jpg",
      "https://assets.runware.ai/assets/inputs/9645d647-ca02-4496-8cc1-15ad20f4c0d9.jpg"
    ]
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "cbae6812-cd93-46d7-9281-b17dba3fa907",
  "videoUUID": "dee36e87-5054-4af2-895d-9b277a7befac",
  "videoURL": "https://vm.runware.ai/video/os/a03d21/ws/5/vi/dee36e87-5054-4af2-895d-9b277a7befac.mp4",
  "seed": 399203607,
  "cost": 0.1375
}