MODEL IDgoogle:gemini@omni-flash
live

Gemini Omni Flash

Google
by Google

Gemini Omni Flash is Google's multimodal video generation and editing model in the Gemini Omni family. It turns text, photos, and video into 10-second clips with native audio generation, supports photo-to-video creation from up to five reference images, and adds video-to-video plus multi-turn editing workflows. Google positions it as the Gemini app successor to Veo 3.1, combining Gemini's world understanding with conversational control for video creation and editing.

Gemini Omni Flash
Image to Video

Ceramic Tiger Rooftop Kiln

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'google:gemini@omni-flash',
  positivePrompt: 'Use the first reference image as the main creature and the second reference image as the setting. Create a 10-second cinematic video: the ceramic tiger puppet wakes beside the glowing rooftop kiln, blinks its amber eyes, stretches its hinged paws, then pads across terracotta tiles while sparks drift upward. The camera begins in a low close view, tracks alongside the tiger, then rises to reveal the city skyline and silk kites moving through warm evening air. Preserve the tiger\'s cobalt glaze cracks, brass collar, and handmade texture. Native audio: soft ceramic clicks, a low kiln rumble, distant city horns, faint kite fabric flutter, and gentle rooftop ambience.',
  width: 1280,
  height: 720,
  duration: 10,
  inputs: {
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/77bd9e58-e41c-4345-a33e-a95f83934486.jpg',
      'https://assets.runware.ai/assets/inputs/99757599-03ed-4ce4-9f21-cf53e4136528.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": "google:gemini@omni-flash",
            "positivePrompt": "Use the first reference image as the main creature and the second reference image as the setting. Create a 10-second cinematic video: the ceramic tiger puppet wakes beside the glowing rooftop kiln, blinks its amber eyes, stretches its hinged paws, then pads across terracotta tiles while sparks drift upward. The camera begins in a low close view, tracks alongside the tiger, then rises to reveal the city skyline and silk kites moving through warm evening air. Preserve the tiger's cobalt glaze cracks, brass collar, and handmade texture. Native audio: soft ceramic clicks, a low kiln rumble, distant city horns, faint kite fabric flutter, and gentle rooftop ambience.",
            "width": 1280,
            "height": 720,
            "duration": 10,
            "inputs": {
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/77bd9e58-e41c-4345-a33e-a95f83934486.jpg",
                    "https://assets.runware.ai/assets/inputs/99757599-03ed-4ce4-9f21-cf53e4136528.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": "d792f6c3-c3d9-44cb-8c59-cd696e12e25b",
      "model": "google:gemini@omni-flash",
      "positivePrompt": "Use the first reference image as the main creature and the second reference image as the setting. Create a 10-second cinematic video: the ceramic tiger puppet wakes beside the glowing rooftop kiln, blinks its amber eyes, stretches its hinged paws, then pads across terracotta tiles while sparks drift upward. The camera begins in a low close view, tracks alongside the tiger, then rises to reveal the city skyline and silk kites moving through warm evening air. Preserve the tiger's cobalt glaze cracks, brass collar, and handmade texture. Native audio: soft ceramic clicks, a low kiln rumble, distant city horns, faint kite fabric flutter, and gentle rooftop ambience.",
      "width": 1280,
      "height": 720,
      "duration": 10,
      "inputs": {
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/77bd9e58-e41c-4345-a33e-a95f83934486.jpg",
          "https://assets.runware.ai/assets/inputs/99757599-03ed-4ce4-9f21-cf53e4136528.jpg"
        ]
      }
    }
  ]'
runware run google:gemini@omni-flash \
  positivePrompt="Use the first reference image as the main creature and the second reference image as the setting. Create a 10-second cinematic video: the ceramic tiger puppet wakes beside the glowing rooftop kiln, blinks its amber eyes, stretches its hinged paws, then pads across terracotta tiles while sparks drift upward. The camera begins in a low close view, tracks alongside the tiger, then rises to reveal the city skyline and silk kites moving through warm evening air. Preserve the tiger's cobalt glaze cracks, brass collar, and handmade texture. Native audio: soft ceramic clicks, a low kiln rumble, distant city horns, faint kite fabric flutter, and gentle rooftop ambience." \
  width=1280 \
  height=720 \
  duration=10 \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/77bd9e58-e41c-4345-a33e-a95f83934486.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/99757599-03ed-4ce4-9f21-cf53e4136528.jpg
{
  "taskType": "videoInference",
  "taskUUID": "d792f6c3-c3d9-44cb-8c59-cd696e12e25b",
  "model": "google:gemini@omni-flash",
  "positivePrompt": "Use the first reference image as the main creature and the second reference image as the setting. Create a 10-second cinematic video: the ceramic tiger puppet wakes beside the glowing rooftop kiln, blinks its amber eyes, stretches its hinged paws, then pads across terracotta tiles while sparks drift upward. The camera begins in a low close view, tracks alongside the tiger, then rises to reveal the city skyline and silk kites moving through warm evening air. Preserve the tiger's cobalt glaze cracks, brass collar, and handmade texture. Native audio: soft ceramic clicks, a low kiln rumble, distant city horns, faint kite fabric flutter, and gentle rooftop ambience.",
  "width": 1280,
  "height": 720,
  "duration": 10,
  "inputs": {
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/77bd9e58-e41c-4345-a33e-a95f83934486.jpg",
      "https://assets.runware.ai/assets/inputs/99757599-03ed-4ce4-9f21-cf53e4136528.jpg"
    ]
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "d792f6c3-c3d9-44cb-8c59-cd696e12e25b",
  "videoUUID": "8344ad73-4f99-4172-a722-5deb51da9843",
  "videoURL": "https://vm.runware.ai/video/os/a06dlim3/ws/5/vi/8344ad73-4f99-4172-a722-5deb51da9843.mp4",
  "cost": 1.0080435,
  "outputs": {
    "videoId": "video-7cb75d3d-634d-4f90-90eb-50da3a4c33e9"
  }
}
Image to Video

Canopy Seed Vault Ceremony

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'google:gemini@omni-flash',
  positivePrompt: 'Animate the first frame into a polished 10-second cinematic video. Keep the suspended rainforest seed vault, the botanical courier, and the mechanical hummingbird consistent with the supplied references. Camera begins in a slow forward glide along the high canopy walkway as sunbeams pass through layered leaves. The courier steps carefully toward a central glass seed capsule and raises one hand; the hummingbird darts in graceful arcs, then hovers beside the capsule. The capsule opens with tiny golden seeds swirling upward like dust motes, while hanging vines sway gently and distant birds cross the background. Add native audio: soft leaf rustle, warm wooden chimes, quiet wing flutter, subtle mechanical clicks, and a peaceful dawn ambience. High detail, natural motion, cinematic depth, warm green and amber palette, no text, no logos.',
  width: 1280,
  height: 720,
  duration: 10,
  inputs: {
    frameImages: [
      {
        image: 'https://assets.runware.ai/assets/inputs/b42c1271-9266-4f73-819d-930793790970.jpg',
        frame: 'first'
      }
    ],
    referenceImages: [
      'https://assets.runware.ai/assets/inputs/35413fa5-c1a8-4ba5-847f-081ae2244427.jpg',
      'https://assets.runware.ai/assets/inputs/067095a5-85b0-48ab-92e8-584c1b3dce57.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": "google:gemini@omni-flash",
            "positivePrompt": "Animate the first frame into a polished 10-second cinematic video. Keep the suspended rainforest seed vault, the botanical courier, and the mechanical hummingbird consistent with the supplied references. Camera begins in a slow forward glide along the high canopy walkway as sunbeams pass through layered leaves. The courier steps carefully toward a central glass seed capsule and raises one hand; the hummingbird darts in graceful arcs, then hovers beside the capsule. The capsule opens with tiny golden seeds swirling upward like dust motes, while hanging vines sway gently and distant birds cross the background. Add native audio: soft leaf rustle, warm wooden chimes, quiet wing flutter, subtle mechanical clicks, and a peaceful dawn ambience. High detail, natural motion, cinematic depth, warm green and amber palette, no text, no logos.",
            "width": 1280,
            "height": 720,
            "duration": 10,
            "inputs": {
                "frameImages": [
                    {
                        "image": "https://assets.runware.ai/assets/inputs/b42c1271-9266-4f73-819d-930793790970.jpg",
                        "frame": "first"
                    }
                ],
                "referenceImages": [
                    "https://assets.runware.ai/assets/inputs/35413fa5-c1a8-4ba5-847f-081ae2244427.jpg",
                    "https://assets.runware.ai/assets/inputs/067095a5-85b0-48ab-92e8-584c1b3dce57.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": "1b0d6af0-b795-4fd9-8f72-1b398eb8bcf6",
      "model": "google:gemini@omni-flash",
      "positivePrompt": "Animate the first frame into a polished 10-second cinematic video. Keep the suspended rainforest seed vault, the botanical courier, and the mechanical hummingbird consistent with the supplied references. Camera begins in a slow forward glide along the high canopy walkway as sunbeams pass through layered leaves. The courier steps carefully toward a central glass seed capsule and raises one hand; the hummingbird darts in graceful arcs, then hovers beside the capsule. The capsule opens with tiny golden seeds swirling upward like dust motes, while hanging vines sway gently and distant birds cross the background. Add native audio: soft leaf rustle, warm wooden chimes, quiet wing flutter, subtle mechanical clicks, and a peaceful dawn ambience. High detail, natural motion, cinematic depth, warm green and amber palette, no text, no logos.",
      "width": 1280,
      "height": 720,
      "duration": 10,
      "inputs": {
        "frameImages": [
          {
            "image": "https://assets.runware.ai/assets/inputs/b42c1271-9266-4f73-819d-930793790970.jpg",
            "frame": "first"
          }
        ],
        "referenceImages": [
          "https://assets.runware.ai/assets/inputs/35413fa5-c1a8-4ba5-847f-081ae2244427.jpg",
          "https://assets.runware.ai/assets/inputs/067095a5-85b0-48ab-92e8-584c1b3dce57.jpg"
        ]
      }
    }
  ]'
runware run google:gemini@omni-flash \
  positivePrompt="Animate the first frame into a polished 10-second cinematic video. Keep the suspended rainforest seed vault, the botanical courier, and the mechanical hummingbird consistent with the supplied references. Camera begins in a slow forward glide along the high canopy walkway as sunbeams pass through layered leaves. The courier steps carefully toward a central glass seed capsule and raises one hand; the hummingbird darts in graceful arcs, then hovers beside the capsule. The capsule opens with tiny golden seeds swirling upward like dust motes, while hanging vines sway gently and distant birds cross the background. Add native audio: soft leaf rustle, warm wooden chimes, quiet wing flutter, subtle mechanical clicks, and a peaceful dawn ambience. High detail, natural motion, cinematic depth, warm green and amber palette, no text, no logos." \
  width=1280 \
  height=720 \
  duration=10 \
  inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/b42c1271-9266-4f73-819d-930793790970.jpg \
  inputs.frameImages.0.frame=first \
  inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/35413fa5-c1a8-4ba5-847f-081ae2244427.jpg \
  inputs.referenceImages.1=https://assets.runware.ai/assets/inputs/067095a5-85b0-48ab-92e8-584c1b3dce57.jpg
{
  "taskType": "videoInference",
  "taskUUID": "1b0d6af0-b795-4fd9-8f72-1b398eb8bcf6",
  "model": "google:gemini@omni-flash",
  "positivePrompt": "Animate the first frame into a polished 10-second cinematic video. Keep the suspended rainforest seed vault, the botanical courier, and the mechanical hummingbird consistent with the supplied references. Camera begins in a slow forward glide along the high canopy walkway as sunbeams pass through layered leaves. The courier steps carefully toward a central glass seed capsule and raises one hand; the hummingbird darts in graceful arcs, then hovers beside the capsule. The capsule opens with tiny golden seeds swirling upward like dust motes, while hanging vines sway gently and distant birds cross the background. Add native audio: soft leaf rustle, warm wooden chimes, quiet wing flutter, subtle mechanical clicks, and a peaceful dawn ambience. High detail, natural motion, cinematic depth, warm green and amber palette, no text, no logos.",
  "width": 1280,
  "height": 720,
  "duration": 10,
  "inputs": {
    "frameImages": [
      {
        "image": "https://assets.runware.ai/assets/inputs/b42c1271-9266-4f73-819d-930793790970.jpg",
        "frame": "first"
      }
    ],
    "referenceImages": [
      "https://assets.runware.ai/assets/inputs/35413fa5-c1a8-4ba5-847f-081ae2244427.jpg",
      "https://assets.runware.ai/assets/inputs/067095a5-85b0-48ab-92e8-584c1b3dce57.jpg"
    ]
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "1b0d6af0-b795-4fd9-8f72-1b398eb8bcf6",
  "videoUUID": "08f333d7-bd85-4077-95b5-a7b9512ff691",
  "videoURL": "https://vm.runware.ai/video/os/a01d21/ws/5/vi/08f333d7-bd85-4077-95b5-a7b9512ff691.mp4",
  "cost": 1.0052025,
  "outputs": {
    "videoId": "video-8f8e607c-8703-4e56-a08d-7d019d3aaf8d"
  }
}
Text to Video

Clockwork Glacier Glassworks Procession

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'google:gemini@omni-flash',
  positivePrompt: 'A 10-second cinematic wide shot of a colossal glacier-powered clock factory beneath the polar ice. Transparent gears the size of houses rotate slowly, brass pistons pump frost through glass tubes, and tiny mechanical penguin couriers carry glowing amber cogs across suspended crystal bridges. The camera glides forward at floor level, then rises smoothly to reveal an enormous central pendulum swinging through swirling ice crystals. Include crisp gear ticks, soft servo chirps, deep resonant clock chimes, and a delicate crystalline hum. Highly detailed, physically believable motion, magical engineering, cool blue ice contrasted with warm amber metal, no text or logos.',
  width: 1280,
  height: 720,
  duration: 10
})
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": "google:gemini@omni-flash",
            "positivePrompt": "A 10-second cinematic wide shot of a colossal glacier-powered clock factory beneath the polar ice. Transparent gears the size of houses rotate slowly, brass pistons pump frost through glass tubes, and tiny mechanical penguin couriers carry glowing amber cogs across suspended crystal bridges. The camera glides forward at floor level, then rises smoothly to reveal an enormous central pendulum swinging through swirling ice crystals. Include crisp gear ticks, soft servo chirps, deep resonant clock chimes, and a delicate crystalline hum. Highly detailed, physically believable motion, magical engineering, cool blue ice contrasted with warm amber metal, no text or logos.",
            "width": 1280,
            "height": 720,
            "duration": 10
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "videoInference",
      "taskUUID": "f0ff4f6e-2b2f-45ea-8488-3f064bb75c52",
      "model": "google:gemini@omni-flash",
      "positivePrompt": "A 10-second cinematic wide shot of a colossal glacier-powered clock factory beneath the polar ice. Transparent gears the size of houses rotate slowly, brass pistons pump frost through glass tubes, and tiny mechanical penguin couriers carry glowing amber cogs across suspended crystal bridges. The camera glides forward at floor level, then rises smoothly to reveal an enormous central pendulum swinging through swirling ice crystals. Include crisp gear ticks, soft servo chirps, deep resonant clock chimes, and a delicate crystalline hum. Highly detailed, physically believable motion, magical engineering, cool blue ice contrasted with warm amber metal, no text or logos.",
      "width": 1280,
      "height": 720,
      "duration": 10
    }
  ]'
runware run google:gemini@omni-flash \
  positivePrompt="A 10-second cinematic wide shot of a colossal glacier-powered clock factory beneath the polar ice. Transparent gears the size of houses rotate slowly, brass pistons pump frost through glass tubes, and tiny mechanical penguin couriers carry glowing amber cogs across suspended crystal bridges. The camera glides forward at floor level, then rises smoothly to reveal an enormous central pendulum swinging through swirling ice crystals. Include crisp gear ticks, soft servo chirps, deep resonant clock chimes, and a delicate crystalline hum. Highly detailed, physically believable motion, magical engineering, cool blue ice contrasted with warm amber metal, no text or logos." \
  width=1280 \
  height=720 \
  duration=10
{
  "taskType": "videoInference",
  "taskUUID": "f0ff4f6e-2b2f-45ea-8488-3f064bb75c52",
  "model": "google:gemini@omni-flash",
  "positivePrompt": "A 10-second cinematic wide shot of a colossal glacier-powered clock factory beneath the polar ice. Transparent gears the size of houses rotate slowly, brass pistons pump frost through glass tubes, and tiny mechanical penguin couriers carry glowing amber cogs across suspended crystal bridges. The camera glides forward at floor level, then rises smoothly to reveal an enormous central pendulum swinging through swirling ice crystals. Include crisp gear ticks, soft servo chirps, deep resonant clock chimes, and a delicate crystalline hum. Highly detailed, physically believable motion, magical engineering, cool blue ice contrasted with warm amber metal, no text or logos.",
  "width": 1280,
  "height": 720,
  "duration": 10
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "f0ff4f6e-2b2f-45ea-8488-3f064bb75c52",
  "videoUUID": "d751d84c-483f-4c8c-8321-e200aa2ec859",
  "videoURL": "https://vm.runware.ai/video/os/a06dlim3/ws/5/vi/d751d84c-483f-4c8c-8321-e200aa2ec859.mp4",
  "cost": 1.0017735,
  "outputs": {
    "videoId": "video-73fa7b44-a850-426e-b0e6-fc4396adb88f"
  }
}
Image to Video

Origami Manta Metro Canal

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'google:gemini@omni-flash',
  positivePrompt: 'Use the supplied first frame as the opening shot. Create a 10-second cinematic video where the folded paper manta ray slowly lifts from the water, unfurls into a graceful swimming form while still made of crisp white paper, then glides down the flooded metro canal. The camera tracks beside it at water level, reflections stretching across the tunnel tiles as turquoise guide lights pulse in sequence. Add subtle ripples, drifting mist, tiny sparks from old signage, and a gentle final reveal of the tunnel widening into an underground reservoir. Native audio: soft water movement, echoing droplets, low electrical hum, delicate paper rustle, and a warm orchestral swell near the end.',
  width: 1280,
  height: 720,
  duration: 10,
  inputs: {
    frameImages: [
      {
        image: 'https://assets.runware.ai/assets/inputs/08b5d87a-b282-4227-87f6-ab8cd6cee00b.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": "google:gemini@omni-flash",
            "positivePrompt": "Use the supplied first frame as the opening shot. Create a 10-second cinematic video where the folded paper manta ray slowly lifts from the water, unfurls into a graceful swimming form while still made of crisp white paper, then glides down the flooded metro canal. The camera tracks beside it at water level, reflections stretching across the tunnel tiles as turquoise guide lights pulse in sequence. Add subtle ripples, drifting mist, tiny sparks from old signage, and a gentle final reveal of the tunnel widening into an underground reservoir. Native audio: soft water movement, echoing droplets, low electrical hum, delicate paper rustle, and a warm orchestral swell near the end.",
            "width": 1280,
            "height": 720,
            "duration": 10,
            "inputs": {
                "frameImages": [
                    {
                        "image": "https://assets.runware.ai/assets/inputs/08b5d87a-b282-4227-87f6-ab8cd6cee00b.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": "c2a790a1-433f-4bfc-ba77-93119ca2a613",
      "model": "google:gemini@omni-flash",
      "positivePrompt": "Use the supplied first frame as the opening shot. Create a 10-second cinematic video where the folded paper manta ray slowly lifts from the water, unfurls into a graceful swimming form while still made of crisp white paper, then glides down the flooded metro canal. The camera tracks beside it at water level, reflections stretching across the tunnel tiles as turquoise guide lights pulse in sequence. Add subtle ripples, drifting mist, tiny sparks from old signage, and a gentle final reveal of the tunnel widening into an underground reservoir. Native audio: soft water movement, echoing droplets, low electrical hum, delicate paper rustle, and a warm orchestral swell near the end.",
      "width": 1280,
      "height": 720,
      "duration": 10,
      "inputs": {
        "frameImages": [
          {
            "image": "https://assets.runware.ai/assets/inputs/08b5d87a-b282-4227-87f6-ab8cd6cee00b.jpg",
            "frame": "first"
          }
        ]
      }
    }
  ]'
runware run google:gemini@omni-flash \
  positivePrompt="Use the supplied first frame as the opening shot. Create a 10-second cinematic video where the folded paper manta ray slowly lifts from the water, unfurls into a graceful swimming form while still made of crisp white paper, then glides down the flooded metro canal. The camera tracks beside it at water level, reflections stretching across the tunnel tiles as turquoise guide lights pulse in sequence. Add subtle ripples, drifting mist, tiny sparks from old signage, and a gentle final reveal of the tunnel widening into an underground reservoir. Native audio: soft water movement, echoing droplets, low electrical hum, delicate paper rustle, and a warm orchestral swell near the end." \
  width=1280 \
  height=720 \
  duration=10 \
  inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/08b5d87a-b282-4227-87f6-ab8cd6cee00b.jpg \
  inputs.frameImages.0.frame=first
{
  "taskType": "videoInference",
  "taskUUID": "c2a790a1-433f-4bfc-ba77-93119ca2a613",
  "model": "google:gemini@omni-flash",
  "positivePrompt": "Use the supplied first frame as the opening shot. Create a 10-second cinematic video where the folded paper manta ray slowly lifts from the water, unfurls into a graceful swimming form while still made of crisp white paper, then glides down the flooded metro canal. The camera tracks beside it at water level, reflections stretching across the tunnel tiles as turquoise guide lights pulse in sequence. Add subtle ripples, drifting mist, tiny sparks from old signage, and a gentle final reveal of the tunnel widening into an underground reservoir. Native audio: soft water movement, echoing droplets, low electrical hum, delicate paper rustle, and a warm orchestral swell near the end.",
  "width": 1280,
  "height": 720,
  "duration": 10,
  "inputs": {
    "frameImages": [
      {
        "image": "https://assets.runware.ai/assets/inputs/08b5d87a-b282-4227-87f6-ab8cd6cee00b.jpg",
        "frame": "first"
      }
    ]
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "c2a790a1-433f-4bfc-ba77-93119ca2a613",
  "videoUUID": "a61bc3ba-079f-4030-8e86-8c05736c772f",
  "videoURL": "https://vm.runware.ai/video/os/a06dlim3/ws/5/vi/a61bc3ba-079f-4030-8e86-8c05736c772f.mp4",
  "cost": 1.0051335,
  "outputs": {
    "videoId": "video-38a8a79a-44ac-4d88-aedb-147931c78749"
  }
}