Vidu Q2 Turbo

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.

API Reference
INTEGRATE
Complete technical specification for integration
RequestResponse
Examples4
CODE
Ready-to-use code snippets for common workflows
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"
]
}
}{
"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
}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
}
}
}{
"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
}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"
}
]
}
}{
"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
}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
}
}
}{
"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
}