MODEL IDpixverse:1@2
live

PixVerse V4

PixVerse
by PixVerse

PixVerse V4 is a generative video model for text prompts or source images. It improves motion quality and complex camera movement. It adds motion modes, sound effect sync, and style transfer. Ideal for short cinematic clips and rapid creative iteration in production pipelines.

PixVerse V4
text-to-video

Optical Glass Sorting 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: 'pixverse:1@2',
  positivePrompt: 'Photorealistic industrial b-roll inside a modern glass-recycling facility. Begin with a low, close tracking view of clear, aqua, and amber glass cullet racing along a vibrating stainless-steel conveyor from left to right. Bright fragments tumble, bounce, and catch crisp highlights beneath cool white inspection lights. The camera performs a rapid whip pan to the right, landing cleanly on an optical sorting machine as synchronized compressed-air jets fire in quick succession, precisely knocking amber pieces into a separate chute while clear glass continues forward. Energetic mechanical motion, believable material physics, clean contemporary equipment, subtle airborne dust sparkling in backlight, cool cyan and steel palette with amber accents. Single continuous five-second shot, sharp commercial documentary cinematography, controlled motion blur during the pan, stable focus after landing, 16:9 landscape composition, no workers, no logos, no text.',
  negativePrompt: 'cartoon, fantasy machinery, explosions, excessive sparks, broken camera, shaky footage, warped conveyor, melting glass, floating fragments, duplicate equipment, illegible signage, captions, watermark, logo',
  width: 1280,
  height: 720,
  duration: 5,
  providerSettings: {
    pixverse: {
      cameraMovement: 'whip_pan',
      motionMode: 'fast'
    }
  }
})
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": "pixverse:1@2",
            "positivePrompt": "Photorealistic industrial b-roll inside a modern glass-recycling facility. Begin with a low, close tracking view of clear, aqua, and amber glass cullet racing along a vibrating stainless-steel conveyor from left to right. Bright fragments tumble, bounce, and catch crisp highlights beneath cool white inspection lights. The camera performs a rapid whip pan to the right, landing cleanly on an optical sorting machine as synchronized compressed-air jets fire in quick succession, precisely knocking amber pieces into a separate chute while clear glass continues forward. Energetic mechanical motion, believable material physics, clean contemporary equipment, subtle airborne dust sparkling in backlight, cool cyan and steel palette with amber accents. Single continuous five-second shot, sharp commercial documentary cinematography, controlled motion blur during the pan, stable focus after landing, 16:9 landscape composition, no workers, no logos, no text.",
            "negativePrompt": "cartoon, fantasy machinery, explosions, excessive sparks, broken camera, shaky footage, warped conveyor, melting glass, floating fragments, duplicate equipment, illegible signage, captions, watermark, logo",
            "width": 1280,
            "height": 720,
            "duration": 5,
            "providerSettings": {
                "pixverse": {
                    "cameraMovement": "whip_pan",
                    "motionMode": "fast"
                }
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "videoInference",
      "taskUUID": "7428c69b-465c-4763-94b7-e1b4662f8a73",
      "model": "pixverse:1@2",
      "positivePrompt": "Photorealistic industrial b-roll inside a modern glass-recycling facility. Begin with a low, close tracking view of clear, aqua, and amber glass cullet racing along a vibrating stainless-steel conveyor from left to right. Bright fragments tumble, bounce, and catch crisp highlights beneath cool white inspection lights. The camera performs a rapid whip pan to the right, landing cleanly on an optical sorting machine as synchronized compressed-air jets fire in quick succession, precisely knocking amber pieces into a separate chute while clear glass continues forward. Energetic mechanical motion, believable material physics, clean contemporary equipment, subtle airborne dust sparkling in backlight, cool cyan and steel palette with amber accents. Single continuous five-second shot, sharp commercial documentary cinematography, controlled motion blur during the pan, stable focus after landing, 16:9 landscape composition, no workers, no logos, no text.",
      "negativePrompt": "cartoon, fantasy machinery, explosions, excessive sparks, broken camera, shaky footage, warped conveyor, melting glass, floating fragments, duplicate equipment, illegible signage, captions, watermark, logo",
      "width": 1280,
      "height": 720,
      "duration": 5,
      "providerSettings": {
        "pixverse": {
          "cameraMovement": "whip_pan",
          "motionMode": "fast"
        }
      }
    }
  ]'
runware run pixverse:1@2 \
  positivePrompt="Photorealistic industrial b-roll inside a modern glass-recycling facility. Begin with a low, close tracking view of clear, aqua, and amber glass cullet racing along a vibrating stainless-steel conveyor from left to right. Bright fragments tumble, bounce, and catch crisp highlights beneath cool white inspection lights. The camera performs a rapid whip pan to the right, landing cleanly on an optical sorting machine as synchronized compressed-air jets fire in quick succession, precisely knocking amber pieces into a separate chute while clear glass continues forward. Energetic mechanical motion, believable material physics, clean contemporary equipment, subtle airborne dust sparkling in backlight, cool cyan and steel palette with amber accents. Single continuous five-second shot, sharp commercial documentary cinematography, controlled motion blur during the pan, stable focus after landing, 16:9 landscape composition, no workers, no logos, no text." \
  negativePrompt="cartoon, fantasy machinery, explosions, excessive sparks, broken camera, shaky footage, warped conveyor, melting glass, floating fragments, duplicate equipment, illegible signage, captions, watermark, logo" \
  width=1280 \
  height=720 \
  duration=5 \
  providerSettings.pixverse.cameraMovement=whip_pan \
  providerSettings.pixverse.motionMode=fast
{
  "taskType": "videoInference",
  "taskUUID": "7428c69b-465c-4763-94b7-e1b4662f8a73",
  "model": "pixverse:1@2",
  "positivePrompt": "Photorealistic industrial b-roll inside a modern glass-recycling facility. Begin with a low, close tracking view of clear, aqua, and amber glass cullet racing along a vibrating stainless-steel conveyor from left to right. Bright fragments tumble, bounce, and catch crisp highlights beneath cool white inspection lights. The camera performs a rapid whip pan to the right, landing cleanly on an optical sorting machine as synchronized compressed-air jets fire in quick succession, precisely knocking amber pieces into a separate chute while clear glass continues forward. Energetic mechanical motion, believable material physics, clean contemporary equipment, subtle airborne dust sparkling in backlight, cool cyan and steel palette with amber accents. Single continuous five-second shot, sharp commercial documentary cinematography, controlled motion blur during the pan, stable focus after landing, 16:9 landscape composition, no workers, no logos, no text.",
  "negativePrompt": "cartoon, fantasy machinery, explosions, excessive sparks, broken camera, shaky footage, warped conveyor, melting glass, floating fragments, duplicate equipment, illegible signage, captions, watermark, logo",
  "width": 1280,
  "height": 720,
  "duration": 5,
  "providerSettings": {
    "pixverse": {
      "cameraMovement": "whip_pan",
      "motionMode": "fast"
    }
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "7428c69b-465c-4763-94b7-e1b4662f8a73",
  "videoUUID": "2de7e546-631d-4226-a0fb-b537db04fea7",
  "videoURL": "https://vm.runware.ai/video/os/a05d22/ws/5/vi/2de7e546-631d-4226-a0fb-b537db04fea7.mp4",
  "seed": 1144866258,
  "cost": 0.299
}
first-last-frame

Geothermal Utility Logo Reveal

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'pixverse:1@2',
  positivePrompt: 'Create a precise eight-second animated logo reveal transitioning continuously from the supplied first frame to the supplied last frame. Keep the centered geothermal emblem, pale sulfur-yellow background, flat vector geometry, screen-printed texture, scale, and locked frontal composition consistent. Begin with the three black contour rings tightly nested around the lilac borehole core and coral heat dot. The dot gives one restrained pulse; that pulse travels outward through each ring in sequence. The rings elastically expand into their final evenly spaced positions while remaining perfectly circular and centered. As the energy returns toward the core, two coral thermal waves grow upward in mirrored arcs, settling into the exact final logo configuration. Use smooth premium motion-design timing, subtle overshoot, clean shape morphing, and crisp edges. No camera movement, cuts, particles, shadows, extra objects, lettering, or changes to the background. Finish still and precisely aligned with the supplied last frame.',
  resolution: '720p',
  duration: 8,
  providerSettings: {
    pixverse: {
      cameraMovement: 'smooth_zoom_in'
    }
  },
  inputs: {
    frameImages: [
      {
        image: 'https://assets.runware.ai/assets/inputs/89cc700d-425a-48bb-b7c6-c1aea55eaa37.jpg',
        frame: 'first'
      },
      {
        image: 'https://assets.runware.ai/assets/inputs/6be54030-7209-4a21-af70-f5f136cb225c.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": "pixverse:1@2",
            "positivePrompt": "Create a precise eight-second animated logo reveal transitioning continuously from the supplied first frame to the supplied last frame. Keep the centered geothermal emblem, pale sulfur-yellow background, flat vector geometry, screen-printed texture, scale, and locked frontal composition consistent. Begin with the three black contour rings tightly nested around the lilac borehole core and coral heat dot. The dot gives one restrained pulse; that pulse travels outward through each ring in sequence. The rings elastically expand into their final evenly spaced positions while remaining perfectly circular and centered. As the energy returns toward the core, two coral thermal waves grow upward in mirrored arcs, settling into the exact final logo configuration. Use smooth premium motion-design timing, subtle overshoot, clean shape morphing, and crisp edges. No camera movement, cuts, particles, shadows, extra objects, lettering, or changes to the background. Finish still and precisely aligned with the supplied last frame.",
            "resolution": "720p",
            "duration": 8,
            "providerSettings": {
                "pixverse": {
                    "cameraMovement": "smooth_zoom_in"
                }
            },
            "inputs": {
                "frameImages": [
                    {
                        "image": "https://assets.runware.ai/assets/inputs/89cc700d-425a-48bb-b7c6-c1aea55eaa37.jpg",
                        "frame": "first"
                    },
                    {
                        "image": "https://assets.runware.ai/assets/inputs/6be54030-7209-4a21-af70-f5f136cb225c.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": "82e91aa9-d5da-4cd5-a4f5-69cabf77dea2",
      "model": "pixverse:1@2",
      "positivePrompt": "Create a precise eight-second animated logo reveal transitioning continuously from the supplied first frame to the supplied last frame. Keep the centered geothermal emblem, pale sulfur-yellow background, flat vector geometry, screen-printed texture, scale, and locked frontal composition consistent. Begin with the three black contour rings tightly nested around the lilac borehole core and coral heat dot. The dot gives one restrained pulse; that pulse travels outward through each ring in sequence. The rings elastically expand into their final evenly spaced positions while remaining perfectly circular and centered. As the energy returns toward the core, two coral thermal waves grow upward in mirrored arcs, settling into the exact final logo configuration. Use smooth premium motion-design timing, subtle overshoot, clean shape morphing, and crisp edges. No camera movement, cuts, particles, shadows, extra objects, lettering, or changes to the background. Finish still and precisely aligned with the supplied last frame.",
      "resolution": "720p",
      "duration": 8,
      "providerSettings": {
        "pixverse": {
          "cameraMovement": "smooth_zoom_in"
        }
      },
      "inputs": {
        "frameImages": [
          {
            "image": "https://assets.runware.ai/assets/inputs/89cc700d-425a-48bb-b7c6-c1aea55eaa37.jpg",
            "frame": "first"
          },
          {
            "image": "https://assets.runware.ai/assets/inputs/6be54030-7209-4a21-af70-f5f136cb225c.jpg",
            "frame": "last"
          }
        ]
      }
    }
  ]'
runware run pixverse:1@2 \
  positivePrompt="Create a precise eight-second animated logo reveal transitioning continuously from the supplied first frame to the supplied last frame. Keep the centered geothermal emblem, pale sulfur-yellow background, flat vector geometry, screen-printed texture, scale, and locked frontal composition consistent. Begin with the three black contour rings tightly nested around the lilac borehole core and coral heat dot. The dot gives one restrained pulse; that pulse travels outward through each ring in sequence. The rings elastically expand into their final evenly spaced positions while remaining perfectly circular and centered. As the energy returns toward the core, two coral thermal waves grow upward in mirrored arcs, settling into the exact final logo configuration. Use smooth premium motion-design timing, subtle overshoot, clean shape morphing, and crisp edges. No camera movement, cuts, particles, shadows, extra objects, lettering, or changes to the background. Finish still and precisely aligned with the supplied last frame." \
  resolution=720p \
  duration=8 \
  providerSettings.pixverse.cameraMovement=smooth_zoom_in \
  inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/89cc700d-425a-48bb-b7c6-c1aea55eaa37.jpg \
  inputs.frameImages.0.frame=first \
  inputs.frameImages.1.image=https://assets.runware.ai/assets/inputs/6be54030-7209-4a21-af70-f5f136cb225c.jpg \
  inputs.frameImages.1.frame=last
{
  "taskType": "videoInference",
  "taskUUID": "82e91aa9-d5da-4cd5-a4f5-69cabf77dea2",
  "model": "pixverse:1@2",
  "positivePrompt": "Create a precise eight-second animated logo reveal transitioning continuously from the supplied first frame to the supplied last frame. Keep the centered geothermal emblem, pale sulfur-yellow background, flat vector geometry, screen-printed texture, scale, and locked frontal composition consistent. Begin with the three black contour rings tightly nested around the lilac borehole core and coral heat dot. The dot gives one restrained pulse; that pulse travels outward through each ring in sequence. The rings elastically expand into their final evenly spaced positions while remaining perfectly circular and centered. As the energy returns toward the core, two coral thermal waves grow upward in mirrored arcs, settling into the exact final logo configuration. Use smooth premium motion-design timing, subtle overshoot, clean shape morphing, and crisp edges. No camera movement, cuts, particles, shadows, extra objects, lettering, or changes to the background. Finish still and precisely aligned with the supplied last frame.",
  "resolution": "720p",
  "duration": 8,
  "providerSettings": {
    "pixverse": {
      "cameraMovement": "smooth_zoom_in"
    }
  },
  "inputs": {
    "frameImages": [
      {
        "image": "https://assets.runware.ai/assets/inputs/89cc700d-425a-48bb-b7c6-c1aea55eaa37.jpg",
        "frame": "first"
      },
      {
        "image": "https://assets.runware.ai/assets/inputs/6be54030-7209-4a21-af70-f5f136cb225c.jpg",
        "frame": "last"
      }
    ]
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "82e91aa9-d5da-4cd5-a4f5-69cabf77dea2",
  "videoUUID": "f1989d8e-fc6e-4f25-80c2-64e93b4ebc54",
  "videoURL": "https://vm.runware.ai/video/os/a03d21/ws/5/vi/f1989d8e-fc6e-4f25-80c2-64e93b4ebc54.mp4",
  "seed": 2045850380,
  "cost": 0.299
}
Image to Video

Copper Aviary Over Canyon

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'pixverse:1@2',
  positivePrompt: 'Transform the first frame into the last frame with smooth cinematic continuity. A gigantic copper mechanical aviary clings to canyon cliffs as gears turn, suspended bridges sway, and small metallic birds burst into the air. Dust trails curl through sunbeams, cloth streamers snap in the wind, and the structure gradually awakens into a grand airborne spectacle. Emphasize believable scale, layered depth, dynamic debris, elegant machine details, and a sweeping adventurous atmosphere.',
  negativePrompt: 'low detail, blurry, flicker, warped anatomy, extra limbs, duplicate subjects, broken perspective, muddy colors, text, watermark, logo, oversaturated, noisy motion, abrupt cuts',
  width: 1280,
  height: 720,
  duration: 8,
  seed: 32923,
  providerSettings: {
    pixverse: {
      style: '3d_animation',
      cameraMovement: 'crane_up'
    }
  },
  inputs: {
    frameImages: [
      {
        image: 'https://assets.runware.ai/assets/inputs/0c5ed805-865a-471b-aa1f-48e70f7ef054.jpg',
        frame: 'first'
      },
      {
        image: 'https://assets.runware.ai/assets/inputs/b7c1eb55-73a9-413d-8de3-c78f877656b0.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": "pixverse:1@2",
            "positivePrompt": "Transform the first frame into the last frame with smooth cinematic continuity. A gigantic copper mechanical aviary clings to canyon cliffs as gears turn, suspended bridges sway, and small metallic birds burst into the air. Dust trails curl through sunbeams, cloth streamers snap in the wind, and the structure gradually awakens into a grand airborne spectacle. Emphasize believable scale, layered depth, dynamic debris, elegant machine details, and a sweeping adventurous atmosphere.",
            "negativePrompt": "low detail, blurry, flicker, warped anatomy, extra limbs, duplicate subjects, broken perspective, muddy colors, text, watermark, logo, oversaturated, noisy motion, abrupt cuts",
            "width": 1280,
            "height": 720,
            "duration": 8,
            "seed": 32923,
            "providerSettings": {
                "pixverse": {
                    "style": "3d_animation",
                    "cameraMovement": "crane_up"
                }
            },
            "inputs": {
                "frameImages": [
                    {
                        "image": "https://assets.runware.ai/assets/inputs/0c5ed805-865a-471b-aa1f-48e70f7ef054.jpg",
                        "frame": "first"
                    },
                    {
                        "image": "https://assets.runware.ai/assets/inputs/b7c1eb55-73a9-413d-8de3-c78f877656b0.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": "e2474893-c22e-4a37-ad8d-b1cbe9d0aeb8",
      "model": "pixverse:1@2",
      "positivePrompt": "Transform the first frame into the last frame with smooth cinematic continuity. A gigantic copper mechanical aviary clings to canyon cliffs as gears turn, suspended bridges sway, and small metallic birds burst into the air. Dust trails curl through sunbeams, cloth streamers snap in the wind, and the structure gradually awakens into a grand airborne spectacle. Emphasize believable scale, layered depth, dynamic debris, elegant machine details, and a sweeping adventurous atmosphere.",
      "negativePrompt": "low detail, blurry, flicker, warped anatomy, extra limbs, duplicate subjects, broken perspective, muddy colors, text, watermark, logo, oversaturated, noisy motion, abrupt cuts",
      "width": 1280,
      "height": 720,
      "duration": 8,
      "seed": 32923,
      "providerSettings": {
        "pixverse": {
          "style": "3d_animation",
          "cameraMovement": "crane_up"
        }
      },
      "inputs": {
        "frameImages": [
          {
            "image": "https://assets.runware.ai/assets/inputs/0c5ed805-865a-471b-aa1f-48e70f7ef054.jpg",
            "frame": "first"
          },
          {
            "image": "https://assets.runware.ai/assets/inputs/b7c1eb55-73a9-413d-8de3-c78f877656b0.jpg",
            "frame": "last"
          }
        ]
      }
    }
  ]'
runware run pixverse:1@2 \
  positivePrompt="Transform the first frame into the last frame with smooth cinematic continuity. A gigantic copper mechanical aviary clings to canyon cliffs as gears turn, suspended bridges sway, and small metallic birds burst into the air. Dust trails curl through sunbeams, cloth streamers snap in the wind, and the structure gradually awakens into a grand airborne spectacle. Emphasize believable scale, layered depth, dynamic debris, elegant machine details, and a sweeping adventurous atmosphere." \
  negativePrompt="low detail, blurry, flicker, warped anatomy, extra limbs, duplicate subjects, broken perspective, muddy colors, text, watermark, logo, oversaturated, noisy motion, abrupt cuts" \
  width=1280 \
  height=720 \
  duration=8 \
  seed=32923 \
  providerSettings.pixverse.style=3d_animation \
  providerSettings.pixverse.cameraMovement=crane_up \
  inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/0c5ed805-865a-471b-aa1f-48e70f7ef054.jpg \
  inputs.frameImages.0.frame=first \
  inputs.frameImages.1.image=https://assets.runware.ai/assets/inputs/b7c1eb55-73a9-413d-8de3-c78f877656b0.jpg \
  inputs.frameImages.1.frame=last
{
  "taskType": "videoInference",
  "taskUUID": "e2474893-c22e-4a37-ad8d-b1cbe9d0aeb8",
  "model": "pixverse:1@2",
  "positivePrompt": "Transform the first frame into the last frame with smooth cinematic continuity. A gigantic copper mechanical aviary clings to canyon cliffs as gears turn, suspended bridges sway, and small metallic birds burst into the air. Dust trails curl through sunbeams, cloth streamers snap in the wind, and the structure gradually awakens into a grand airborne spectacle. Emphasize believable scale, layered depth, dynamic debris, elegant machine details, and a sweeping adventurous atmosphere.",
  "negativePrompt": "low detail, blurry, flicker, warped anatomy, extra limbs, duplicate subjects, broken perspective, muddy colors, text, watermark, logo, oversaturated, noisy motion, abrupt cuts",
  "width": 1280,
  "height": 720,
  "duration": 8,
  "seed": 32923,
  "providerSettings": {
    "pixverse": {
      "style": "3d_animation",
      "cameraMovement": "crane_up"
    }
  },
  "inputs": {
    "frameImages": [
      {
        "image": "https://assets.runware.ai/assets/inputs/0c5ed805-865a-471b-aa1f-48e70f7ef054.jpg",
        "frame": "first"
      },
      {
        "image": "https://assets.runware.ai/assets/inputs/b7c1eb55-73a9-413d-8de3-c78f877656b0.jpg",
        "frame": "last"
      }
    ]
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "e2474893-c22e-4a37-ad8d-b1cbe9d0aeb8",
  "videoUUID": "b9d0b770-261d-438c-a005-e96385406ee7",
  "videoURL": "https://vm.runware.ai/video/os/a08d21/ws/5/vi/b9d0b770-261d-438c-a005-e96385406ee7.mp4",
  "seed": 32923,
  "cost": 0.299
}
Text to Video

Windmill Lighthouse Over Tidal Flats

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'pixverse:1@2',
  positivePrompt: 'A cinematic coastal fantasy scene at low tide: a tall weathered lighthouse crowned with enormous wooden windmill sails stands in the middle of gleaming tidal flats, shallow mirror-like water reflecting a copper and turquoise sky after a passing storm. The sails turn steadily in the ocean wind, thin sheets of water ripple across the ground, white birds burst upward and arc across the scene, distant fishing skiffs drift near the horizon, tufts of marsh grass bend with gusts, and tiny lanterns along a narrow raised walkway flicker warm amber. Highly detailed textures, dramatic clouds breaking open, volumetric light shafts, realistic motion, epic scale, immersive atmosphere, elegant cinematic composition.',
  negativePrompt: 'low detail, blurry, distorted anatomy, extra buildings, crowded city, text, watermark, logo, flicker, stutter, frame warping, oversaturated colors, duplicate birds, broken reflections',
  width: 1280,
  height: 720,
  duration: 8,
  seed: 93189,
  providerSettings: {
    pixverse: {
      cameraMovement: 'crane_up',
      motionMode: 'normal',
      style: '3d_animation'
    }
  }
})
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": "pixverse:1@2",
            "positivePrompt": "A cinematic coastal fantasy scene at low tide: a tall weathered lighthouse crowned with enormous wooden windmill sails stands in the middle of gleaming tidal flats, shallow mirror-like water reflecting a copper and turquoise sky after a passing storm. The sails turn steadily in the ocean wind, thin sheets of water ripple across the ground, white birds burst upward and arc across the scene, distant fishing skiffs drift near the horizon, tufts of marsh grass bend with gusts, and tiny lanterns along a narrow raised walkway flicker warm amber. Highly detailed textures, dramatic clouds breaking open, volumetric light shafts, realistic motion, epic scale, immersive atmosphere, elegant cinematic composition.",
            "negativePrompt": "low detail, blurry, distorted anatomy, extra buildings, crowded city, text, watermark, logo, flicker, stutter, frame warping, oversaturated colors, duplicate birds, broken reflections",
            "width": 1280,
            "height": 720,
            "duration": 8,
            "seed": 93189,
            "providerSettings": {
                "pixverse": {
                    "cameraMovement": "crane_up",
                    "motionMode": "normal",
                    "style": "3d_animation"
                }
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "videoInference",
      "taskUUID": "fd801690-19f0-4db6-b702-f7252136cc90",
      "model": "pixverse:1@2",
      "positivePrompt": "A cinematic coastal fantasy scene at low tide: a tall weathered lighthouse crowned with enormous wooden windmill sails stands in the middle of gleaming tidal flats, shallow mirror-like water reflecting a copper and turquoise sky after a passing storm. The sails turn steadily in the ocean wind, thin sheets of water ripple across the ground, white birds burst upward and arc across the scene, distant fishing skiffs drift near the horizon, tufts of marsh grass bend with gusts, and tiny lanterns along a narrow raised walkway flicker warm amber. Highly detailed textures, dramatic clouds breaking open, volumetric light shafts, realistic motion, epic scale, immersive atmosphere, elegant cinematic composition.",
      "negativePrompt": "low detail, blurry, distorted anatomy, extra buildings, crowded city, text, watermark, logo, flicker, stutter, frame warping, oversaturated colors, duplicate birds, broken reflections",
      "width": 1280,
      "height": 720,
      "duration": 8,
      "seed": 93189,
      "providerSettings": {
        "pixverse": {
          "cameraMovement": "crane_up",
          "motionMode": "normal",
          "style": "3d_animation"
        }
      }
    }
  ]'
runware run pixverse:1@2 \
  positivePrompt="A cinematic coastal fantasy scene at low tide: a tall weathered lighthouse crowned with enormous wooden windmill sails stands in the middle of gleaming tidal flats, shallow mirror-like water reflecting a copper and turquoise sky after a passing storm. The sails turn steadily in the ocean wind, thin sheets of water ripple across the ground, white birds burst upward and arc across the scene, distant fishing skiffs drift near the horizon, tufts of marsh grass bend with gusts, and tiny lanterns along a narrow raised walkway flicker warm amber. Highly detailed textures, dramatic clouds breaking open, volumetric light shafts, realistic motion, epic scale, immersive atmosphere, elegant cinematic composition." \
  negativePrompt="low detail, blurry, distorted anatomy, extra buildings, crowded city, text, watermark, logo, flicker, stutter, frame warping, oversaturated colors, duplicate birds, broken reflections" \
  width=1280 \
  height=720 \
  duration=8 \
  seed=93189 \
  providerSettings.pixverse.cameraMovement=crane_up \
  providerSettings.pixverse.motionMode=normal \
  providerSettings.pixverse.style=3d_animation
{
  "taskType": "videoInference",
  "taskUUID": "fd801690-19f0-4db6-b702-f7252136cc90",
  "model": "pixverse:1@2",
  "positivePrompt": "A cinematic coastal fantasy scene at low tide: a tall weathered lighthouse crowned with enormous wooden windmill sails stands in the middle of gleaming tidal flats, shallow mirror-like water reflecting a copper and turquoise sky after a passing storm. The sails turn steadily in the ocean wind, thin sheets of water ripple across the ground, white birds burst upward and arc across the scene, distant fishing skiffs drift near the horizon, tufts of marsh grass bend with gusts, and tiny lanterns along a narrow raised walkway flicker warm amber. Highly detailed textures, dramatic clouds breaking open, volumetric light shafts, realistic motion, epic scale, immersive atmosphere, elegant cinematic composition.",
  "negativePrompt": "low detail, blurry, distorted anatomy, extra buildings, crowded city, text, watermark, logo, flicker, stutter, frame warping, oversaturated colors, duplicate birds, broken reflections",
  "width": 1280,
  "height": 720,
  "duration": 8,
  "seed": 93189,
  "providerSettings": {
    "pixverse": {
      "cameraMovement": "crane_up",
      "motionMode": "normal",
      "style": "3d_animation"
    }
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "fd801690-19f0-4db6-b702-f7252136cc90",
  "videoUUID": "f5f88c2f-1570-4b25-a898-863671fa4043",
  "videoURL": "https://vm.runware.ai/video/os/a23d05/ws/5/vi/f5f88c2f-1570-4b25-a898-863671fa4043.mp4",
  "seed": 93189,
  "cost": 0.299
}
Image to Video

Basalt Causeway Storm Drummer

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'pixverse:1@2',
  positivePrompt: 'A lone drummer on jagged basalt columns above a violent ocean, cloak snapping in the wind as the drumbeat seems to summon the surf, foamy waves exploding against dark rock, gulls circling through sea spray, distant volcanic cliffs fading into mist, wet stone glistening under breaks in the cloud cover, cinematic realism, dramatic atmosphere, detailed water motion, natural textures, immersive scale',
  negativePrompt: 'low detail, blurry subject, extra limbs, duplicate person, deformed hands, flat lighting, oversaturated colors, cartoonish look, text, watermark, frame, logo',
  width: 1280,
  height: 720,
  duration: 5,
  seed: 20662,
  providerSettings: {
    pixverse: {
      cameraMovement: 'crane_up',
      style: '3d_animation'
    }
  },
  inputs: {
    frameImages: [
      {
        image: 'https://assets.runware.ai/assets/inputs/a295f0de-1593-41e8-bf57-06ab30a8dafd.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": "pixverse:1@2",
            "positivePrompt": "A lone drummer on jagged basalt columns above a violent ocean, cloak snapping in the wind as the drumbeat seems to summon the surf, foamy waves exploding against dark rock, gulls circling through sea spray, distant volcanic cliffs fading into mist, wet stone glistening under breaks in the cloud cover, cinematic realism, dramatic atmosphere, detailed water motion, natural textures, immersive scale",
            "negativePrompt": "low detail, blurry subject, extra limbs, duplicate person, deformed hands, flat lighting, oversaturated colors, cartoonish look, text, watermark, frame, logo",
            "width": 1280,
            "height": 720,
            "duration": 5,
            "seed": 20662,
            "providerSettings": {
                "pixverse": {
                    "cameraMovement": "crane_up",
                    "style": "3d_animation"
                }
            },
            "inputs": {
                "frameImages": [
                    {
                        "image": "https://assets.runware.ai/assets/inputs/a295f0de-1593-41e8-bf57-06ab30a8dafd.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": "73e9c667-a928-44db-86ce-f0ef5a55cf43",
      "model": "pixverse:1@2",
      "positivePrompt": "A lone drummer on jagged basalt columns above a violent ocean, cloak snapping in the wind as the drumbeat seems to summon the surf, foamy waves exploding against dark rock, gulls circling through sea spray, distant volcanic cliffs fading into mist, wet stone glistening under breaks in the cloud cover, cinematic realism, dramatic atmosphere, detailed water motion, natural textures, immersive scale",
      "negativePrompt": "low detail, blurry subject, extra limbs, duplicate person, deformed hands, flat lighting, oversaturated colors, cartoonish look, text, watermark, frame, logo",
      "width": 1280,
      "height": 720,
      "duration": 5,
      "seed": 20662,
      "providerSettings": {
        "pixverse": {
          "cameraMovement": "crane_up",
          "style": "3d_animation"
        }
      },
      "inputs": {
        "frameImages": [
          {
            "image": "https://assets.runware.ai/assets/inputs/a295f0de-1593-41e8-bf57-06ab30a8dafd.jpg",
            "frame": "first"
          }
        ]
      }
    }
  ]'
runware run pixverse:1@2 \
  positivePrompt="A lone drummer on jagged basalt columns above a violent ocean, cloak snapping in the wind as the drumbeat seems to summon the surf, foamy waves exploding against dark rock, gulls circling through sea spray, distant volcanic cliffs fading into mist, wet stone glistening under breaks in the cloud cover, cinematic realism, dramatic atmosphere, detailed water motion, natural textures, immersive scale" \
  negativePrompt="low detail, blurry subject, extra limbs, duplicate person, deformed hands, flat lighting, oversaturated colors, cartoonish look, text, watermark, frame, logo" \
  width=1280 \
  height=720 \
  duration=5 \
  seed=20662 \
  providerSettings.pixverse.cameraMovement=crane_up \
  providerSettings.pixverse.style=3d_animation \
  inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/a295f0de-1593-41e8-bf57-06ab30a8dafd.jpg \
  inputs.frameImages.0.frame=first
{
  "taskType": "videoInference",
  "taskUUID": "73e9c667-a928-44db-86ce-f0ef5a55cf43",
  "model": "pixverse:1@2",
  "positivePrompt": "A lone drummer on jagged basalt columns above a violent ocean, cloak snapping in the wind as the drumbeat seems to summon the surf, foamy waves exploding against dark rock, gulls circling through sea spray, distant volcanic cliffs fading into mist, wet stone glistening under breaks in the cloud cover, cinematic realism, dramatic atmosphere, detailed water motion, natural textures, immersive scale",
  "negativePrompt": "low detail, blurry subject, extra limbs, duplicate person, deformed hands, flat lighting, oversaturated colors, cartoonish look, text, watermark, frame, logo",
  "width": 1280,
  "height": 720,
  "duration": 5,
  "seed": 20662,
  "providerSettings": {
    "pixverse": {
      "cameraMovement": "crane_up",
      "style": "3d_animation"
    }
  },
  "inputs": {
    "frameImages": [
      {
        "image": "https://assets.runware.ai/assets/inputs/a295f0de-1593-41e8-bf57-06ab30a8dafd.jpg",
        "frame": "first"
      }
    ]
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "73e9c667-a928-44db-86ce-f0ef5a55cf43",
  "videoUUID": "205fc6b3-6d90-482c-a75a-18c0016eb40b",
  "videoURL": "https://vm.runware.ai/video/os/a15d18/ws/5/vi/205fc6b3-6d90-482c-a75a-18c0016eb40b.mp4",
  "seed": 20662,
  "cost": 0.15
}
Image to Video

Harbor Violinist Ember Metamorphosis

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'pixverse:1@2',
  positivePrompt: 'Transform the person into a striking supernatural scene while preserving identity and pose. The lone violinist on the pier slowly gains a fierce spectral tiger aura swirling from the bow arm and shoulders, glowing ember-like streaks trail through the air, coat hems flutter, hair lifts in the wind, faint sparks spiral around their feet, the sea darkens with dramatic texture, distant waves shimmer, the transformation feels powerful and cinematic with clear subject focus and believable motion.',
  negativePrompt: 'blurry face, extra limbs, deformed hands, duplicate person, low detail, text, watermark, crowd, cartoon, shaky framing',
  width: 720,
  height: 1280,
  duration: 5,
  seed: 74783,
  providerSettings: {
    pixverse: {
      effect: 'the tigers touch'
    }
  },
  inputs: {
    frameImages: [
      {
        image: 'https://assets.runware.ai/assets/inputs/d23c3b1b-cc89-45d2-a227-ea91de2ecba9.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": "pixverse:1@2",
            "positivePrompt": "Transform the person into a striking supernatural scene while preserving identity and pose. The lone violinist on the pier slowly gains a fierce spectral tiger aura swirling from the bow arm and shoulders, glowing ember-like streaks trail through the air, coat hems flutter, hair lifts in the wind, faint sparks spiral around their feet, the sea darkens with dramatic texture, distant waves shimmer, the transformation feels powerful and cinematic with clear subject focus and believable motion.",
            "negativePrompt": "blurry face, extra limbs, deformed hands, duplicate person, low detail, text, watermark, crowd, cartoon, shaky framing",
            "width": 720,
            "height": 1280,
            "duration": 5,
            "seed": 74783,
            "providerSettings": {
                "pixverse": {
                    "effect": "the tigers touch"
                }
            },
            "inputs": {
                "frameImages": [
                    {
                        "image": "https://assets.runware.ai/assets/inputs/d23c3b1b-cc89-45d2-a227-ea91de2ecba9.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": "3a3f34fe-cc2c-4ffc-9ff8-66a8376f16ec",
      "model": "pixverse:1@2",
      "positivePrompt": "Transform the person into a striking supernatural scene while preserving identity and pose. The lone violinist on the pier slowly gains a fierce spectral tiger aura swirling from the bow arm and shoulders, glowing ember-like streaks trail through the air, coat hems flutter, hair lifts in the wind, faint sparks spiral around their feet, the sea darkens with dramatic texture, distant waves shimmer, the transformation feels powerful and cinematic with clear subject focus and believable motion.",
      "negativePrompt": "blurry face, extra limbs, deformed hands, duplicate person, low detail, text, watermark, crowd, cartoon, shaky framing",
      "width": 720,
      "height": 1280,
      "duration": 5,
      "seed": 74783,
      "providerSettings": {
        "pixverse": {
          "effect": "the tigers touch"
        }
      },
      "inputs": {
        "frameImages": [
          {
            "image": "https://assets.runware.ai/assets/inputs/d23c3b1b-cc89-45d2-a227-ea91de2ecba9.jpg",
            "frame": "first"
          }
        ]
      }
    }
  ]'
runware run pixverse:1@2 \
  positivePrompt="Transform the person into a striking supernatural scene while preserving identity and pose. The lone violinist on the pier slowly gains a fierce spectral tiger aura swirling from the bow arm and shoulders, glowing ember-like streaks trail through the air, coat hems flutter, hair lifts in the wind, faint sparks spiral around their feet, the sea darkens with dramatic texture, distant waves shimmer, the transformation feels powerful and cinematic with clear subject focus and believable motion." \
  negativePrompt="blurry face, extra limbs, deformed hands, duplicate person, low detail, text, watermark, crowd, cartoon, shaky framing" \
  width=720 \
  height=1280 \
  duration=5 \
  seed=74783 \
  providerSettings.pixverse.effect="the tigers touch" \
  inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/d23c3b1b-cc89-45d2-a227-ea91de2ecba9.jpg \
  inputs.frameImages.0.frame=first
{
  "taskType": "videoInference",
  "taskUUID": "3a3f34fe-cc2c-4ffc-9ff8-66a8376f16ec",
  "model": "pixverse:1@2",
  "positivePrompt": "Transform the person into a striking supernatural scene while preserving identity and pose. The lone violinist on the pier slowly gains a fierce spectral tiger aura swirling from the bow arm and shoulders, glowing ember-like streaks trail through the air, coat hems flutter, hair lifts in the wind, faint sparks spiral around their feet, the sea darkens with dramatic texture, distant waves shimmer, the transformation feels powerful and cinematic with clear subject focus and believable motion.",
  "negativePrompt": "blurry face, extra limbs, deformed hands, duplicate person, low detail, text, watermark, crowd, cartoon, shaky framing",
  "width": 720,
  "height": 1280,
  "duration": 5,
  "seed": 74783,
  "providerSettings": {
    "pixverse": {
      "effect": "the tigers touch"
    }
  },
  "inputs": {
    "frameImages": [
      {
        "image": "https://assets.runware.ai/assets/inputs/d23c3b1b-cc89-45d2-a227-ea91de2ecba9.jpg",
        "frame": "first"
      }
    ]
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "3a3f34fe-cc2c-4ffc-9ff8-66a8376f16ec",
  "videoUUID": "b1aef99e-bb12-4782-aa86-2c76f1628625",
  "videoURL": "https://vm.runware.ai/video/os/a15d18/ws/5/vi/b1aef99e-bb12-4782-aa86-2c76f1628625.mp4",
  "seed": 74783,
  "cost": 0.15
}
visual-effect

Mushroom Farm Open-House Reel

import { createClient } from '@runware/sdk'

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

const [result] = await client.run({
  model: 'pixverse:1@2',
  positivePrompt: 'Create a polished vertical social reel from the supplied first frame. The same mushroom grower begins an upbeat, playful dance transformation in the center aisle, executing broad rhythmic arm gestures, light side steps, and a confident final pose. Keep her facial identity, yellow coveralls, coral cap, cobalt boots, body proportions, and full-body visibility consistent throughout. Preserve the real indoor mushroom farm: orderly shelving, pink and pearl oyster mushroom clusters, pale-aqua walls, cyan overhead illumination, and coral accents. Her limbs remain unobstructed and anatomically coherent as she moves within the open floor space. The mushrooms sway only slightly from the movement of air. Energetic commercial pacing, joyful and welcoming mood, vibrant editorial documentary look, stable exposure, crisp product-friendly detail, camera centered with a subtle smooth push-in. No cuts, no additional people, no captions, no logos, no interface elements.',
  negativePrompt: 'cropped feet, cropped hands, hidden limbs, extra limbs, fused fingers, distorted face, identity change, wardrobe change, duplicate person, background replacement, collapsing shelves, flying mushrooms, text, subtitles, logo, watermark, app interface',
  resolution: '540p',
  duration: 5,
  providerSettings: {
    pixverse: {
      effect: 'skeleton dance'
    }
  },
  inputs: {
    frameImages: [
      {
        image: 'https://assets.runware.ai/assets/inputs/23cd8d90-2962-43b4-a5d8-47da2ff61393.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": "pixverse:1@2",
            "positivePrompt": "Create a polished vertical social reel from the supplied first frame. The same mushroom grower begins an upbeat, playful dance transformation in the center aisle, executing broad rhythmic arm gestures, light side steps, and a confident final pose. Keep her facial identity, yellow coveralls, coral cap, cobalt boots, body proportions, and full-body visibility consistent throughout. Preserve the real indoor mushroom farm: orderly shelving, pink and pearl oyster mushroom clusters, pale-aqua walls, cyan overhead illumination, and coral accents. Her limbs remain unobstructed and anatomically coherent as she moves within the open floor space. The mushrooms sway only slightly from the movement of air. Energetic commercial pacing, joyful and welcoming mood, vibrant editorial documentary look, stable exposure, crisp product-friendly detail, camera centered with a subtle smooth push-in. No cuts, no additional people, no captions, no logos, no interface elements.",
            "negativePrompt": "cropped feet, cropped hands, hidden limbs, extra limbs, fused fingers, distorted face, identity change, wardrobe change, duplicate person, background replacement, collapsing shelves, flying mushrooms, text, subtitles, logo, watermark, app interface",
            "resolution": "540p",
            "duration": 5,
            "providerSettings": {
                "pixverse": {
                    "effect": "skeleton dance"
                }
            },
            "inputs": {
                "frameImages": [
                    {
                        "image": "https://assets.runware.ai/assets/inputs/23cd8d90-2962-43b4-a5d8-47da2ff61393.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": "1588e988-ff12-41f9-9421-97715e0cd47b",
      "model": "pixverse:1@2",
      "positivePrompt": "Create a polished vertical social reel from the supplied first frame. The same mushroom grower begins an upbeat, playful dance transformation in the center aisle, executing broad rhythmic arm gestures, light side steps, and a confident final pose. Keep her facial identity, yellow coveralls, coral cap, cobalt boots, body proportions, and full-body visibility consistent throughout. Preserve the real indoor mushroom farm: orderly shelving, pink and pearl oyster mushroom clusters, pale-aqua walls, cyan overhead illumination, and coral accents. Her limbs remain unobstructed and anatomically coherent as she moves within the open floor space. The mushrooms sway only slightly from the movement of air. Energetic commercial pacing, joyful and welcoming mood, vibrant editorial documentary look, stable exposure, crisp product-friendly detail, camera centered with a subtle smooth push-in. No cuts, no additional people, no captions, no logos, no interface elements.",
      "negativePrompt": "cropped feet, cropped hands, hidden limbs, extra limbs, fused fingers, distorted face, identity change, wardrobe change, duplicate person, background replacement, collapsing shelves, flying mushrooms, text, subtitles, logo, watermark, app interface",
      "resolution": "540p",
      "duration": 5,
      "providerSettings": {
        "pixverse": {
          "effect": "skeleton dance"
        }
      },
      "inputs": {
        "frameImages": [
          {
            "image": "https://assets.runware.ai/assets/inputs/23cd8d90-2962-43b4-a5d8-47da2ff61393.jpg",
            "frame": "first"
          }
        ]
      }
    }
  ]'
runware run pixverse:1@2 \
  positivePrompt="Create a polished vertical social reel from the supplied first frame. The same mushroom grower begins an upbeat, playful dance transformation in the center aisle, executing broad rhythmic arm gestures, light side steps, and a confident final pose. Keep her facial identity, yellow coveralls, coral cap, cobalt boots, body proportions, and full-body visibility consistent throughout. Preserve the real indoor mushroom farm: orderly shelving, pink and pearl oyster mushroom clusters, pale-aqua walls, cyan overhead illumination, and coral accents. Her limbs remain unobstructed and anatomically coherent as she moves within the open floor space. The mushrooms sway only slightly from the movement of air. Energetic commercial pacing, joyful and welcoming mood, vibrant editorial documentary look, stable exposure, crisp product-friendly detail, camera centered with a subtle smooth push-in. No cuts, no additional people, no captions, no logos, no interface elements." \
  negativePrompt="cropped feet, cropped hands, hidden limbs, extra limbs, fused fingers, distorted face, identity change, wardrobe change, duplicate person, background replacement, collapsing shelves, flying mushrooms, text, subtitles, logo, watermark, app interface" \
  resolution=540p \
  duration=5 \
  providerSettings.pixverse.effect="skeleton dance" \
  inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/23cd8d90-2962-43b4-a5d8-47da2ff61393.jpg \
  inputs.frameImages.0.frame=first
{
  "taskType": "videoInference",
  "taskUUID": "1588e988-ff12-41f9-9421-97715e0cd47b",
  "model": "pixverse:1@2",
  "positivePrompt": "Create a polished vertical social reel from the supplied first frame. The same mushroom grower begins an upbeat, playful dance transformation in the center aisle, executing broad rhythmic arm gestures, light side steps, and a confident final pose. Keep her facial identity, yellow coveralls, coral cap, cobalt boots, body proportions, and full-body visibility consistent throughout. Preserve the real indoor mushroom farm: orderly shelving, pink and pearl oyster mushroom clusters, pale-aqua walls, cyan overhead illumination, and coral accents. Her limbs remain unobstructed and anatomically coherent as she moves within the open floor space. The mushrooms sway only slightly from the movement of air. Energetic commercial pacing, joyful and welcoming mood, vibrant editorial documentary look, stable exposure, crisp product-friendly detail, camera centered with a subtle smooth push-in. No cuts, no additional people, no captions, no logos, no interface elements.",
  "negativePrompt": "cropped feet, cropped hands, hidden limbs, extra limbs, fused fingers, distorted face, identity change, wardrobe change, duplicate person, background replacement, collapsing shelves, flying mushrooms, text, subtitles, logo, watermark, app interface",
  "resolution": "540p",
  "duration": 5,
  "providerSettings": {
    "pixverse": {
      "effect": "skeleton dance"
    }
  },
  "inputs": {
    "frameImages": [
      {
        "image": "https://assets.runware.ai/assets/inputs/23cd8d90-2962-43b4-a5d8-47da2ff61393.jpg",
        "frame": "first"
      }
    ]
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "1588e988-ff12-41f9-9421-97715e0cd47b",
  "videoUUID": "91b73765-ede6-4238-9560-1fb44de39768",
  "videoURL": "https://vm.runware.ai/video/os/a10dlim3/ws/5/vi/91b73765-ede6-4238-9560-1fb44de39768.mp4",
  "seed": 848852581,
  "cost": 0.112
}