MODEL IDvidu:3@2
live

Vidu Q2 Turbo

Vidu
by Vidu

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
text-to-video

Jacquard Loom Production 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: 'vidu:3@2',
  positivePrompt: 'A visually dynamic four-second b-roll shot inside a working heritage textile mill, focused on an industrial Jacquard power loom weaving richly patterned indigo and vermilion fabric. Begin in an extreme macro view as the wooden shuttle snaps rapidly across taut cream warp threads; heddles rise and fall in precise alternating layers, brass components vibrate, and tiny cotton fibers drift through warm side light. The camera smoothly tracks backward and slightly sideways, revealing the coordinated motion of the loom, spinning drive wheels, reciprocating beater, and the newly woven geometric cloth advancing toward the foreground. Clear action progression from intimate thread detail to the full working mechanism. Authentic machinery and physically plausible textile movement, rhythmic mechanical energy, warm amber workshop light, deep indigo shadows, natural dust haze, crisp material texture, shallow depth of field opening into a wider composition. Premium cinematic documentary photography, grounded realism, smooth stabilized camera motion, landscape framing, no logos, no lettering, no workers, no cuts. Background music should complement the loom\'s rhythm with restrained hand percussion, wooden clicks, and a subtle modern bass pulse.',
  width: 1920,
  height: 1080,
  duration: 4,
  providerSettings: {
    vidu: {
      bgm: true,
      movementAmplitude: 'medium'
    }
  }
})
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 visually dynamic four-second b-roll shot inside a working heritage textile mill, focused on an industrial Jacquard power loom weaving richly patterned indigo and vermilion fabric. Begin in an extreme macro view as the wooden shuttle snaps rapidly across taut cream warp threads; heddles rise and fall in precise alternating layers, brass components vibrate, and tiny cotton fibers drift through warm side light. The camera smoothly tracks backward and slightly sideways, revealing the coordinated motion of the loom, spinning drive wheels, reciprocating beater, and the newly woven geometric cloth advancing toward the foreground. Clear action progression from intimate thread detail to the full working mechanism. Authentic machinery and physically plausible textile movement, rhythmic mechanical energy, warm amber workshop light, deep indigo shadows, natural dust haze, crisp material texture, shallow depth of field opening into a wider composition. Premium cinematic documentary photography, grounded realism, smooth stabilized camera motion, landscape framing, no logos, no lettering, no workers, no cuts. Background music should complement the loom's rhythm with restrained hand percussion, wooden clicks, and a subtle modern bass pulse.",
            "width": 1920,
            "height": 1080,
            "duration": 4,
            "providerSettings": {
                "vidu": {
                    "bgm": True,
                    "movementAmplitude": "medium"
                }
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "videoInference",
      "taskUUID": "158b7596-3f40-4aa9-bb98-dd845e65e11b",
      "model": "vidu:3@2",
      "positivePrompt": "A visually dynamic four-second b-roll shot inside a working heritage textile mill, focused on an industrial Jacquard power loom weaving richly patterned indigo and vermilion fabric. Begin in an extreme macro view as the wooden shuttle snaps rapidly across taut cream warp threads; heddles rise and fall in precise alternating layers, brass components vibrate, and tiny cotton fibers drift through warm side light. The camera smoothly tracks backward and slightly sideways, revealing the coordinated motion of the loom, spinning drive wheels, reciprocating beater, and the newly woven geometric cloth advancing toward the foreground. Clear action progression from intimate thread detail to the full working mechanism. Authentic machinery and physically plausible textile movement, rhythmic mechanical energy, warm amber workshop light, deep indigo shadows, natural dust haze, crisp material texture, shallow depth of field opening into a wider composition. Premium cinematic documentary photography, grounded realism, smooth stabilized camera motion, landscape framing, no logos, no lettering, no workers, no cuts. Background music should complement the loom's rhythm with restrained hand percussion, wooden clicks, and a subtle modern bass pulse.",
      "width": 1920,
      "height": 1080,
      "duration": 4,
      "providerSettings": {
        "vidu": {
          "bgm": true,
          "movementAmplitude": "medium"
        }
      }
    }
  ]'
runware run vidu:3@2 \
  positivePrompt="A visually dynamic four-second b-roll shot inside a working heritage textile mill, focused on an industrial Jacquard power loom weaving richly patterned indigo and vermilion fabric. Begin in an extreme macro view as the wooden shuttle snaps rapidly across taut cream warp threads; heddles rise and fall in precise alternating layers, brass components vibrate, and tiny cotton fibers drift through warm side light. The camera smoothly tracks backward and slightly sideways, revealing the coordinated motion of the loom, spinning drive wheels, reciprocating beater, and the newly woven geometric cloth advancing toward the foreground. Clear action progression from intimate thread detail to the full working mechanism. Authentic machinery and physically plausible textile movement, rhythmic mechanical energy, warm amber workshop light, deep indigo shadows, natural dust haze, crisp material texture, shallow depth of field opening into a wider composition. Premium cinematic documentary photography, grounded realism, smooth stabilized camera motion, landscape framing, no logos, no lettering, no workers, no cuts. Background music should complement the loom's rhythm with restrained hand percussion, wooden clicks, and a subtle modern bass pulse." \
  width=1920 \
  height=1080 \
  duration=4 \
  providerSettings.vidu.bgm=true \
  providerSettings.vidu.movementAmplitude=medium
{
  "taskType": "videoInference",
  "taskUUID": "158b7596-3f40-4aa9-bb98-dd845e65e11b",
  "model": "vidu:3@2",
  "positivePrompt": "A visually dynamic four-second b-roll shot inside a working heritage textile mill, focused on an industrial Jacquard power loom weaving richly patterned indigo and vermilion fabric. Begin in an extreme macro view as the wooden shuttle snaps rapidly across taut cream warp threads; heddles rise and fall in precise alternating layers, brass components vibrate, and tiny cotton fibers drift through warm side light. The camera smoothly tracks backward and slightly sideways, revealing the coordinated motion of the loom, spinning drive wheels, reciprocating beater, and the newly woven geometric cloth advancing toward the foreground. Clear action progression from intimate thread detail to the full working mechanism. Authentic machinery and physically plausible textile movement, rhythmic mechanical energy, warm amber workshop light, deep indigo shadows, natural dust haze, crisp material texture, shallow depth of field opening into a wider composition. Premium cinematic documentary photography, grounded realism, smooth stabilized camera motion, landscape framing, no logos, no lettering, no workers, no cuts. Background music should complement the loom's rhythm with restrained hand percussion, wooden clicks, and a subtle modern bass pulse.",
  "width": 1920,
  "height": 1080,
  "duration": 4,
  "providerSettings": {
    "vidu": {
      "bgm": true,
      "movementAmplitude": "medium"
    }
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "158b7596-3f40-4aa9-bb98-dd845e65e11b",
  "videoUUID": "f4d731b8-83c2-4b70-be7e-8f9852e52cb6",
  "videoURL": "https://vm.runware.ai/video/os/a02d21/ws/5/vi/f4d731b8-83c2-4b70-be7e-8f9852e52cb6.mp4",
  "seed": 555126405,
  "cost": 0.1375
}
first-frame

Pollinator Documentary Vertical Title Teaser

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: '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

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

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
}
Text to Video

Stormlit Lighthouse Cliff Panorama

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 solitary white lighthouse on a jagged black-sea cliff during a violent twilight storm, giant waves exploding against the rocks, rain sweeping sideways, flocking seabirds fighting the wind, the beacon cutting through mist in rhythmic pulses. The camera begins low over the turbulent water, then rises and arcs around the cliff in a smooth cinematic drone shot, revealing crashing surf, glowing windows, wet stone textures, and distant lightning illuminating layered storm clouds. Moody teal-and-slate palette with warm golden lighthouse light, realistic atmosphere, high detail, cinematic contrast, natural motion blur, epic scale.',
  width: 1920,
  height: 1080,
  duration: 6,
  seed: 41281,
  providerSettings: {
    vidu: {
      movementAmplitude: 'large',
      bgm: false
    }
  }
})
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 solitary white lighthouse on a jagged black-sea cliff during a violent twilight storm, giant waves exploding against the rocks, rain sweeping sideways, flocking seabirds fighting the wind, the beacon cutting through mist in rhythmic pulses. The camera begins low over the turbulent water, then rises and arcs around the cliff in a smooth cinematic drone shot, revealing crashing surf, glowing windows, wet stone textures, and distant lightning illuminating layered storm clouds. Moody teal-and-slate palette with warm golden lighthouse light, realistic atmosphere, high detail, cinematic contrast, natural motion blur, epic scale.",
            "width": 1920,
            "height": 1080,
            "duration": 6,
            "seed": 41281,
            "providerSettings": {
                "vidu": {
                    "movementAmplitude": "large",
                    "bgm": False
                }
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "videoInference",
      "taskUUID": "84146841-1064-4de8-a543-3f335bb76f63",
      "model": "vidu:3@2",
      "positivePrompt": "A solitary white lighthouse on a jagged black-sea cliff during a violent twilight storm, giant waves exploding against the rocks, rain sweeping sideways, flocking seabirds fighting the wind, the beacon cutting through mist in rhythmic pulses. The camera begins low over the turbulent water, then rises and arcs around the cliff in a smooth cinematic drone shot, revealing crashing surf, glowing windows, wet stone textures, and distant lightning illuminating layered storm clouds. Moody teal-and-slate palette with warm golden lighthouse light, realistic atmosphere, high detail, cinematic contrast, natural motion blur, epic scale.",
      "width": 1920,
      "height": 1080,
      "duration": 6,
      "seed": 41281,
      "providerSettings": {
        "vidu": {
          "movementAmplitude": "large",
          "bgm": false
        }
      }
    }
  ]'
runware run vidu:3@2 \
  positivePrompt="A solitary white lighthouse on a jagged black-sea cliff during a violent twilight storm, giant waves exploding against the rocks, rain sweeping sideways, flocking seabirds fighting the wind, the beacon cutting through mist in rhythmic pulses. The camera begins low over the turbulent water, then rises and arcs around the cliff in a smooth cinematic drone shot, revealing crashing surf, glowing windows, wet stone textures, and distant lightning illuminating layered storm clouds. Moody teal-and-slate palette with warm golden lighthouse light, realistic atmosphere, high detail, cinematic contrast, natural motion blur, epic scale." \
  width=1920 \
  height=1080 \
  duration=6 \
  seed=41281 \
  providerSettings.vidu.movementAmplitude=large \
  providerSettings.vidu.bgm=false
{
  "taskType": "videoInference",
  "taskUUID": "84146841-1064-4de8-a543-3f335bb76f63",
  "model": "vidu:3@2",
  "positivePrompt": "A solitary white lighthouse on a jagged black-sea cliff during a violent twilight storm, giant waves exploding against the rocks, rain sweeping sideways, flocking seabirds fighting the wind, the beacon cutting through mist in rhythmic pulses. The camera begins low over the turbulent water, then rises and arcs around the cliff in a smooth cinematic drone shot, revealing crashing surf, glowing windows, wet stone textures, and distant lightning illuminating layered storm clouds. Moody teal-and-slate palette with warm golden lighthouse light, realistic atmosphere, high detail, cinematic contrast, natural motion blur, epic scale.",
  "width": 1920,
  "height": 1080,
  "duration": 6,
  "seed": 41281,
  "providerSettings": {
    "vidu": {
      "movementAmplitude": "large",
      "bgm": false
    }
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "84146841-1064-4de8-a543-3f335bb76f63",
  "videoUUID": "598da632-83a8-448e-8f93-1b6dbce4c408",
  "videoURL": "https://vm.runware.ai/video/os/a24d12/ws/5/vi/598da632-83a8-448e-8f93-1b6dbce4c408.mp4",
  "seed": 41281,
  "cost": 0.1925
}
Image to Video

Clockwork Carnival Moonlit Plaza

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: 'Animate the carnival plaza into a lively moonlit spectacle: masked performers begin swirling through the square, brass carousel horses gently rotate, lantern strings sway in the night breeze, tiny clockwork birds flutter between rooftops, drifting steam curls from hidden vents, confetti glitters in the air, and the camera makes a smooth forward glide with a slight arc to reveal depth and layered motion. Cinematic lighting, polished reflections on wet cobblestones, elegant steampunk textures, playful yet majestic mood, fluid large-scale motion, high visual coherence.',
  width: 1280,
  height: 720,
  duration: 5,
  seed: 44922,
  providerSettings: {
    vidu: {
      movementAmplitude: 'large',
      bgm: false
    }
  },
  inputs: {
    frameImages: [
      {
        image: 'https://assets.runware.ai/assets/inputs/afd0b110-ed73-48d7-9941-fe826c1b4cba.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": "Animate the carnival plaza into a lively moonlit spectacle: masked performers begin swirling through the square, brass carousel horses gently rotate, lantern strings sway in the night breeze, tiny clockwork birds flutter between rooftops, drifting steam curls from hidden vents, confetti glitters in the air, and the camera makes a smooth forward glide with a slight arc to reveal depth and layered motion. Cinematic lighting, polished reflections on wet cobblestones, elegant steampunk textures, playful yet majestic mood, fluid large-scale motion, high visual coherence.",
            "width": 1280,
            "height": 720,
            "duration": 5,
            "seed": 44922,
            "providerSettings": {
                "vidu": {
                    "movementAmplitude": "large",
                    "bgm": False
                }
            },
            "inputs": {
                "frameImages": [
                    {
                        "image": "https://assets.runware.ai/assets/inputs/afd0b110-ed73-48d7-9941-fe826c1b4cba.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": "50e0101d-2d1f-4721-a71a-dc6947ce8b38",
      "model": "vidu:3@2",
      "positivePrompt": "Animate the carnival plaza into a lively moonlit spectacle: masked performers begin swirling through the square, brass carousel horses gently rotate, lantern strings sway in the night breeze, tiny clockwork birds flutter between rooftops, drifting steam curls from hidden vents, confetti glitters in the air, and the camera makes a smooth forward glide with a slight arc to reveal depth and layered motion. Cinematic lighting, polished reflections on wet cobblestones, elegant steampunk textures, playful yet majestic mood, fluid large-scale motion, high visual coherence.",
      "width": 1280,
      "height": 720,
      "duration": 5,
      "seed": 44922,
      "providerSettings": {
        "vidu": {
          "movementAmplitude": "large",
          "bgm": false
        }
      },
      "inputs": {
        "frameImages": [
          {
            "image": "https://assets.runware.ai/assets/inputs/afd0b110-ed73-48d7-9941-fe826c1b4cba.jpg",
            "frame": "first"
          }
        ]
      }
    }
  ]'
runware run vidu:3@2 \
  positivePrompt="Animate the carnival plaza into a lively moonlit spectacle: masked performers begin swirling through the square, brass carousel horses gently rotate, lantern strings sway in the night breeze, tiny clockwork birds flutter between rooftops, drifting steam curls from hidden vents, confetti glitters in the air, and the camera makes a smooth forward glide with a slight arc to reveal depth and layered motion. Cinematic lighting, polished reflections on wet cobblestones, elegant steampunk textures, playful yet majestic mood, fluid large-scale motion, high visual coherence." \
  width=1280 \
  height=720 \
  duration=5 \
  seed=44922 \
  providerSettings.vidu.movementAmplitude=large \
  providerSettings.vidu.bgm=false \
  inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/afd0b110-ed73-48d7-9941-fe826c1b4cba.jpg \
  inputs.frameImages.0.frame=first
{
  "taskType": "videoInference",
  "taskUUID": "50e0101d-2d1f-4721-a71a-dc6947ce8b38",
  "model": "vidu:3@2",
  "positivePrompt": "Animate the carnival plaza into a lively moonlit spectacle: masked performers begin swirling through the square, brass carousel horses gently rotate, lantern strings sway in the night breeze, tiny clockwork birds flutter between rooftops, drifting steam curls from hidden vents, confetti glitters in the air, and the camera makes a smooth forward glide with a slight arc to reveal depth and layered motion. Cinematic lighting, polished reflections on wet cobblestones, elegant steampunk textures, playful yet majestic mood, fluid large-scale motion, high visual coherence.",
  "width": 1280,
  "height": 720,
  "duration": 5,
  "seed": 44922,
  "providerSettings": {
    "vidu": {
      "movementAmplitude": "large",
      "bgm": false
    }
  },
  "inputs": {
    "frameImages": [
      {
        "image": "https://assets.runware.ai/assets/inputs/afd0b110-ed73-48d7-9941-fe826c1b4cba.jpg",
        "frame": "first"
      }
    ]
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "50e0101d-2d1f-4721-a71a-dc6947ce8b38",
  "videoUUID": "87b2773c-baf5-4e6c-b1af-d4bea8fc7881",
  "videoURL": "https://vm.runware.ai/video/os/a23d05/ws/5/vi/87b2773c-baf5-4e6c-b1af-d4bea8fc7881.mp4",
  "seed": 44922,
  "cost": 0.11
}
Image to Video

Bioluminescent Deep-Sea Shrine Panorama

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 cinematic underwater scene where a forgotten coral-encrusted shrine stands on the seafloor while a colossal bioluminescent jellyfish-whale guardian glides around it in slow, mesmerizing arcs. The camera begins wide, drifting forward through floating particles and shafts of blue light, then gently orbits the shrine as glowing tendrils illuminate carved stone details. Tiny fish scatter, soft currents sway sea plants, and the creature\'s luminous body paints rippling caustics across the ruins. Atmospheric, mysterious, ethereal, high detail, smooth camera movement, strong parallax, premium cinematic look.',
  width: 1280,
  height: 720,
  duration: 6,
  seed: 90598,
  providerSettings: {
    vidu: {
      movementAmplitude: 'large',
      bgm: false
    }
  },
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/525956eb-c430-43dd-8183-e6eee7c39304.jpg',
      'https://assets.runware.ai/assets/inputs/1cb1c4cc-d5b8-4c29-a926-c3838a482963.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": "A cinematic underwater scene where a forgotten coral-encrusted shrine stands on the seafloor while a colossal bioluminescent jellyfish-whale guardian glides around it in slow, mesmerizing arcs. The camera begins wide, drifting forward through floating particles and shafts of blue light, then gently orbits the shrine as glowing tendrils illuminate carved stone details. Tiny fish scatter, soft currents sway sea plants, and the creature's luminous body paints rippling caustics across the ruins. Atmospheric, mysterious, ethereal, high detail, smooth camera movement, strong parallax, premium cinematic look.",
            "width": 1280,
            "height": 720,
            "duration": 6,
            "seed": 90598,
            "providerSettings": {
                "vidu": {
                    "movementAmplitude": "large",
                    "bgm": False
                }
            },
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/525956eb-c430-43dd-8183-e6eee7c39304.jpg",
                    "https://assets.runware.ai/assets/inputs/1cb1c4cc-d5b8-4c29-a926-c3838a482963.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": "2ed96db8-82b7-4ab9-9bf2-b196132e786d",
      "model": "vidu:3@2",
      "positivePrompt": "A cinematic underwater scene where a forgotten coral-encrusted shrine stands on the seafloor while a colossal bioluminescent jellyfish-whale guardian glides around it in slow, mesmerizing arcs. The camera begins wide, drifting forward through floating particles and shafts of blue light, then gently orbits the shrine as glowing tendrils illuminate carved stone details. Tiny fish scatter, soft currents sway sea plants, and the creature's luminous body paints rippling caustics across the ruins. Atmospheric, mysterious, ethereal, high detail, smooth camera movement, strong parallax, premium cinematic look.",
      "width": 1280,
      "height": 720,
      "duration": 6,
      "seed": 90598,
      "providerSettings": {
        "vidu": {
          "movementAmplitude": "large",
          "bgm": false
        }
      },
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/525956eb-c430-43dd-8183-e6eee7c39304.jpg",
          "https://assets.runware.ai/assets/inputs/1cb1c4cc-d5b8-4c29-a926-c3838a482963.jpg"
        ]
      }
    }
  ]'
runware run vidu:3@2 \
  positivePrompt="A cinematic underwater scene where a forgotten coral-encrusted shrine stands on the seafloor while a colossal bioluminescent jellyfish-whale guardian glides around it in slow, mesmerizing arcs. The camera begins wide, drifting forward through floating particles and shafts of blue light, then gently orbits the shrine as glowing tendrils illuminate carved stone details. Tiny fish scatter, soft currents sway sea plants, and the creature's luminous body paints rippling caustics across the ruins. Atmospheric, mysterious, ethereal, high detail, smooth camera movement, strong parallax, premium cinematic look." \
  width=1280 \
  height=720 \
  duration=6 \
  seed=90598 \
  providerSettings.vidu.movementAmplitude=large \
  providerSettings.vidu.bgm=false \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/525956eb-c430-43dd-8183-e6eee7c39304.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/1cb1c4cc-d5b8-4c29-a926-c3838a482963.jpg
{
  "taskType": "videoInference",
  "taskUUID": "2ed96db8-82b7-4ab9-9bf2-b196132e786d",
  "model": "vidu:3@2",
  "positivePrompt": "A cinematic underwater scene where a forgotten coral-encrusted shrine stands on the seafloor while a colossal bioluminescent jellyfish-whale guardian glides around it in slow, mesmerizing arcs. The camera begins wide, drifting forward through floating particles and shafts of blue light, then gently orbits the shrine as glowing tendrils illuminate carved stone details. Tiny fish scatter, soft currents sway sea plants, and the creature's luminous body paints rippling caustics across the ruins. Atmospheric, mysterious, ethereal, high detail, smooth camera movement, strong parallax, premium cinematic look.",
  "width": 1280,
  "height": 720,
  "duration": 6,
  "seed": 90598,
  "providerSettings": {
    "vidu": {
      "movementAmplitude": "large",
      "bgm": false
    }
  },
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/525956eb-c430-43dd-8183-e6eee7c39304.jpg",
      "https://assets.runware.ai/assets/inputs/1cb1c4cc-d5b8-4c29-a926-c3838a482963.jpg"
    ]
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "2ed96db8-82b7-4ab9-9bf2-b196132e786d",
  "videoUUID": "b0402bb5-edd5-40fe-aa8a-860e592235c9",
  "videoURL": "https://vm.runware.ai/video/os/a17d13/ws/5/vi/b0402bb5-edd5-40fe-aa8a-860e592235c9.mp4",
  "seed": 90598,
  "cost": 0.1375
}
Text to Video

Moonlit Clockwork Carnival Parade

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 cinematic midnight steampunk carnival in a vast cobblestone plaza beneath a giant glowing moon, brass automaton elephants carrying lantern towers, masked dancers in jewel-toned silk, floating sparks, rotating clockwork wings, drifting fog, reflective puddles, a grand parade moving toward camera then sweeping past, dramatic parallax, smooth crane and dolly movement, richly layered depth, elegant motion, high detail, moody blue-gold lighting, fantasy realism, polished film look',
  width: 1920,
  height: 1080,
  duration: 8,
  seed: 42915,
  providerSettings: {
    vidu: {
      movementAmplitude: 'large',
      bgm: 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": "vidu:3@2",
            "positivePrompt": "A cinematic midnight steampunk carnival in a vast cobblestone plaza beneath a giant glowing moon, brass automaton elephants carrying lantern towers, masked dancers in jewel-toned silk, floating sparks, rotating clockwork wings, drifting fog, reflective puddles, a grand parade moving toward camera then sweeping past, dramatic parallax, smooth crane and dolly movement, richly layered depth, elegant motion, high detail, moody blue-gold lighting, fantasy realism, polished film look",
            "width": 1920,
            "height": 1080,
            "duration": 8,
            "seed": 42915,
            "providerSettings": {
                "vidu": {
                    "movementAmplitude": "large",
                    "bgm": 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": "77614916-e465-46ed-96c6-defce9d9643b",
      "model": "vidu:3@2",
      "positivePrompt": "A cinematic midnight steampunk carnival in a vast cobblestone plaza beneath a giant glowing moon, brass automaton elephants carrying lantern towers, masked dancers in jewel-toned silk, floating sparks, rotating clockwork wings, drifting fog, reflective puddles, a grand parade moving toward camera then sweeping past, dramatic parallax, smooth crane and dolly movement, richly layered depth, elegant motion, high detail, moody blue-gold lighting, fantasy realism, polished film look",
      "width": 1920,
      "height": 1080,
      "duration": 8,
      "seed": 42915,
      "providerSettings": {
        "vidu": {
          "movementAmplitude": "large",
          "bgm": true
        }
      }
    }
  ]'
runware run vidu:3@2 \
  positivePrompt="A cinematic midnight steampunk carnival in a vast cobblestone plaza beneath a giant glowing moon, brass automaton elephants carrying lantern towers, masked dancers in jewel-toned silk, floating sparks, rotating clockwork wings, drifting fog, reflective puddles, a grand parade moving toward camera then sweeping past, dramatic parallax, smooth crane and dolly movement, richly layered depth, elegant motion, high detail, moody blue-gold lighting, fantasy realism, polished film look" \
  width=1920 \
  height=1080 \
  duration=8 \
  seed=42915 \
  providerSettings.vidu.movementAmplitude=large \
  providerSettings.vidu.bgm=true
{
  "taskType": "videoInference",
  "taskUUID": "77614916-e465-46ed-96c6-defce9d9643b",
  "model": "vidu:3@2",
  "positivePrompt": "A cinematic midnight steampunk carnival in a vast cobblestone plaza beneath a giant glowing moon, brass automaton elephants carrying lantern towers, masked dancers in jewel-toned silk, floating sparks, rotating clockwork wings, drifting fog, reflective puddles, a grand parade moving toward camera then sweeping past, dramatic parallax, smooth crane and dolly movement, richly layered depth, elegant motion, high detail, moody blue-gold lighting, fantasy realism, polished film look",
  "width": 1920,
  "height": 1080,
  "duration": 8,
  "seed": 42915,
  "providerSettings": {
    "vidu": {
      "movementAmplitude": "large",
      "bgm": true
    }
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "77614916-e465-46ed-96c6-defce9d9643b",
  "videoUUID": "d0765a0a-6909-40ff-926e-4d0eca123c26",
  "videoURL": "https://vm.runware.ai/video/os/a05d22/ws/5/vi/d0765a0a-6909-40ff-926e-4d0eca123c26.mp4",
  "seed": 42915,
  "cost": 0.2475
}