MODEL IDvidu:2@0
live

Vidu 2.0

Vidu
by Vidu

Vidu 2.0 is a generative video model for rapid 1080p clip creation. It targets 4 second and 8 second shots with strong subject consistency and support for batch workflows. Developers can drive cinematic clips from text prompts and templates with improved speed and lower cost.

Vidu 2.0
first-last-frame

Industrial Wool Mill Music Video

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:2@0',
  positivePrompt: 'Create one uninterrupted eight-second performance shot using the supplied images as the exact first and last visual endpoints. Begin in the symmetrical wide composition: the vocalist is perfectly still, facing camera with her cream baritone guitar lowered while the old wool mill is quiet. The camera begins a smooth, deliberate dolly forward. She lifts the guitar, plants her boots and starts an intense, rhythmically precise performance while maintaining direct eye contact. In a plausible mechanical progression, the carding drums behind her engage, belts begin turning and the long ivory wool ribbons start traveling through the machines. Their motion sends fine loose fibers drifting into the warm window backlight. Her burnt-orange suit catches brief amber highlights as she moves, while the oxidized teal machinery and mill architecture remain stable. Build energy continuously without a cut, arriving naturally at the supplied closer final composition with the performer playing and illuminated fibers streaming around her. Preserve her face, close-cropped hair, wardrobe, guitar design and the mill layout throughout. Grounded practical music-video cinematography, restrained choreography, subtle handheld texture layered over the forward dolly, analog 16mm grain, tactile industrial realism. No scene change, morphing, additional people, lettering or logos.',
  width: 1280,
  height: 720,
  duration: 8,
  providerSettings: {
    vidu: {
      movementAmplitude: 'small'
    }
  },
  inputs: {
    frameImages: [
      {
        image: 'https://assets.runware.ai/assets/inputs/11d3fac4-e6e7-4c50-9c9c-faa5aa3deed9.jpg',
        frame: 'first'
      },
      {
        image: 'https://assets.runware.ai/assets/inputs/c810c1fc-4793-44c9-86cd-b0fd6207fdeb.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:2@0",
            "positivePrompt": "Create one uninterrupted eight-second performance shot using the supplied images as the exact first and last visual endpoints. Begin in the symmetrical wide composition: the vocalist is perfectly still, facing camera with her cream baritone guitar lowered while the old wool mill is quiet. The camera begins a smooth, deliberate dolly forward. She lifts the guitar, plants her boots and starts an intense, rhythmically precise performance while maintaining direct eye contact. In a plausible mechanical progression, the carding drums behind her engage, belts begin turning and the long ivory wool ribbons start traveling through the machines. Their motion sends fine loose fibers drifting into the warm window backlight. Her burnt-orange suit catches brief amber highlights as she moves, while the oxidized teal machinery and mill architecture remain stable. Build energy continuously without a cut, arriving naturally at the supplied closer final composition with the performer playing and illuminated fibers streaming around her. Preserve her face, close-cropped hair, wardrobe, guitar design and the mill layout throughout. Grounded practical music-video cinematography, restrained choreography, subtle handheld texture layered over the forward dolly, analog 16mm grain, tactile industrial realism. No scene change, morphing, additional people, lettering or logos.",
            "width": 1280,
            "height": 720,
            "duration": 8,
            "providerSettings": {
                "vidu": {
                    "movementAmplitude": "small"
                }
            },
            "inputs": {
                "frameImages": [
                    {
                        "image": "https://assets.runware.ai/assets/inputs/11d3fac4-e6e7-4c50-9c9c-faa5aa3deed9.jpg",
                        "frame": "first"
                    },
                    {
                        "image": "https://assets.runware.ai/assets/inputs/c810c1fc-4793-44c9-86cd-b0fd6207fdeb.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": "a1331238-2537-4bbf-a466-8bfde429793c",
      "model": "vidu:2@0",
      "positivePrompt": "Create one uninterrupted eight-second performance shot using the supplied images as the exact first and last visual endpoints. Begin in the symmetrical wide composition: the vocalist is perfectly still, facing camera with her cream baritone guitar lowered while the old wool mill is quiet. The camera begins a smooth, deliberate dolly forward. She lifts the guitar, plants her boots and starts an intense, rhythmically precise performance while maintaining direct eye contact. In a plausible mechanical progression, the carding drums behind her engage, belts begin turning and the long ivory wool ribbons start traveling through the machines. Their motion sends fine loose fibers drifting into the warm window backlight. Her burnt-orange suit catches brief amber highlights as she moves, while the oxidized teal machinery and mill architecture remain stable. Build energy continuously without a cut, arriving naturally at the supplied closer final composition with the performer playing and illuminated fibers streaming around her. Preserve her face, close-cropped hair, wardrobe, guitar design and the mill layout throughout. Grounded practical music-video cinematography, restrained choreography, subtle handheld texture layered over the forward dolly, analog 16mm grain, tactile industrial realism. No scene change, morphing, additional people, lettering or logos.",
      "width": 1280,
      "height": 720,
      "duration": 8,
      "providerSettings": {
        "vidu": {
          "movementAmplitude": "small"
        }
      },
      "inputs": {
        "frameImages": [
          {
            "image": "https://assets.runware.ai/assets/inputs/11d3fac4-e6e7-4c50-9c9c-faa5aa3deed9.jpg",
            "frame": "first"
          },
          {
            "image": "https://assets.runware.ai/assets/inputs/c810c1fc-4793-44c9-86cd-b0fd6207fdeb.jpg",
            "frame": "last"
          }
        ]
      }
    }
  ]'
runware run vidu:2@0 \
  positivePrompt="Create one uninterrupted eight-second performance shot using the supplied images as the exact first and last visual endpoints. Begin in the symmetrical wide composition: the vocalist is perfectly still, facing camera with her cream baritone guitar lowered while the old wool mill is quiet. The camera begins a smooth, deliberate dolly forward. She lifts the guitar, plants her boots and starts an intense, rhythmically precise performance while maintaining direct eye contact. In a plausible mechanical progression, the carding drums behind her engage, belts begin turning and the long ivory wool ribbons start traveling through the machines. Their motion sends fine loose fibers drifting into the warm window backlight. Her burnt-orange suit catches brief amber highlights as she moves, while the oxidized teal machinery and mill architecture remain stable. Build energy continuously without a cut, arriving naturally at the supplied closer final composition with the performer playing and illuminated fibers streaming around her. Preserve her face, close-cropped hair, wardrobe, guitar design and the mill layout throughout. Grounded practical music-video cinematography, restrained choreography, subtle handheld texture layered over the forward dolly, analog 16mm grain, tactile industrial realism. No scene change, morphing, additional people, lettering or logos." \
  width=1280 \
  height=720 \
  duration=8 \
  providerSettings.vidu.movementAmplitude=small \
  inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/11d3fac4-e6e7-4c50-9c9c-faa5aa3deed9.jpg \
  inputs.frameImages.0.frame=first \
  inputs.frameImages.1.image=https://assets.runware.ai/assets/inputs/c810c1fc-4793-44c9-86cd-b0fd6207fdeb.jpg \
  inputs.frameImages.1.frame=last
{
  "taskType": "videoInference",
  "taskUUID": "a1331238-2537-4bbf-a466-8bfde429793c",
  "model": "vidu:2@0",
  "positivePrompt": "Create one uninterrupted eight-second performance shot using the supplied images as the exact first and last visual endpoints. Begin in the symmetrical wide composition: the vocalist is perfectly still, facing camera with her cream baritone guitar lowered while the old wool mill is quiet. The camera begins a smooth, deliberate dolly forward. She lifts the guitar, plants her boots and starts an intense, rhythmically precise performance while maintaining direct eye contact. In a plausible mechanical progression, the carding drums behind her engage, belts begin turning and the long ivory wool ribbons start traveling through the machines. Their motion sends fine loose fibers drifting into the warm window backlight. Her burnt-orange suit catches brief amber highlights as she moves, while the oxidized teal machinery and mill architecture remain stable. Build energy continuously without a cut, arriving naturally at the supplied closer final composition with the performer playing and illuminated fibers streaming around her. Preserve her face, close-cropped hair, wardrobe, guitar design and the mill layout throughout. Grounded practical music-video cinematography, restrained choreography, subtle handheld texture layered over the forward dolly, analog 16mm grain, tactile industrial realism. No scene change, morphing, additional people, lettering or logos.",
  "width": 1280,
  "height": 720,
  "duration": 8,
  "providerSettings": {
    "vidu": {
      "movementAmplitude": "small"
    }
  },
  "inputs": {
    "frameImages": [
      {
        "image": "https://assets.runware.ai/assets/inputs/11d3fac4-e6e7-4c50-9c9c-faa5aa3deed9.jpg",
        "frame": "first"
      },
      {
        "image": "https://assets.runware.ai/assets/inputs/c810c1fc-4793-44c9-86cd-b0fd6207fdeb.jpg",
        "frame": "last"
      }
    ]
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "a1331238-2537-4bbf-a466-8bfde429793c",
  "videoUUID": "9e1cdb21-bcee-457b-86da-94b046d1977e",
  "videoURL": "https://vm.runware.ai/video/os/a08dlim3/ws/5/vi/9e1cdb21-bcee-457b-86da-94b046d1977e.mp4",
  "seed": 24586091,
  "cost": 0.275
}