PixVerse V3.5

PixVerse V3.5 provides basic text to video generation with support for visual effects and limited subject motion. It targets short clips for experiments or prototypes. Camera movement is not available, which simplifies control and integration in pipelines.

API Reference
INTEGRATE
Complete technical specification for integration
RequestResponse
Examples4
CODE
Ready-to-use code snippets for common workflows
text-to-video
Industrial Techno Foundry Music Segment$0.299~1m 33simport { 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@1',
positivePrompt: 'A cinematic five-second music-video shot inside a working bronze bell foundry at night. Center frame, a female percussionist in a charcoal utility jumpsuit strikes a suspended unfinished bronze bell once with a padded foundry mallet. On impact, fine black casting sand jumps from the bell in a crisp circular pulse while the bell vibrates visibly; behind her, two foundry workers pour a narrow stream of incandescent bronze into a mold, creating drifting sparks and heat shimmer. Hypnotic industrial-techno art direction, realistic documentary texture, symmetrical widescreen composition, deep oxidized green shadows, molten orange highlights, light smoke catching hard shafts of overhead light, controlled high contrast, subtle 35mm grain. The camera makes one slow, smooth lateral dolly from left to right while maintaining a medium-wide view; continuous shot, no cuts. Restrained human motion, strong rhythmic visual beat, premium music-video cinematography, no text or logos.',
negativePrompt: 'cartoon, comic, clay animation, fantasy creatures, exaggerated action, rapid cuts, shaky camera, warped anatomy, extra limbs, duplicated people, illegible text, subtitles, logos, watermark, low detail, overexposure',
width: 1920,
height: 1080,
duration: 5,
providerSettings: {
pixverse: {
motionMode: 'normal'
}
}
})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@1",
"positivePrompt": "A cinematic five-second music-video shot inside a working bronze bell foundry at night. Center frame, a female percussionist in a charcoal utility jumpsuit strikes a suspended unfinished bronze bell once with a padded foundry mallet. On impact, fine black casting sand jumps from the bell in a crisp circular pulse while the bell vibrates visibly; behind her, two foundry workers pour a narrow stream of incandescent bronze into a mold, creating drifting sparks and heat shimmer. Hypnotic industrial-techno art direction, realistic documentary texture, symmetrical widescreen composition, deep oxidized green shadows, molten orange highlights, light smoke catching hard shafts of overhead light, controlled high contrast, subtle 35mm grain. The camera makes one slow, smooth lateral dolly from left to right while maintaining a medium-wide view; continuous shot, no cuts. Restrained human motion, strong rhythmic visual beat, premium music-video cinematography, no text or logos.",
"negativePrompt": "cartoon, comic, clay animation, fantasy creatures, exaggerated action, rapid cuts, shaky camera, warped anatomy, extra limbs, duplicated people, illegible text, subtitles, logos, watermark, low detail, overexposure",
"width": 1920,
"height": 1080,
"duration": 5,
"providerSettings": {
"pixverse": {
"motionMode": "normal"
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "videoInference",
"taskUUID": "8a32787c-21e5-40c4-bf33-bbb6d7c2ecb3",
"model": "pixverse:1@1",
"positivePrompt": "A cinematic five-second music-video shot inside a working bronze bell foundry at night. Center frame, a female percussionist in a charcoal utility jumpsuit strikes a suspended unfinished bronze bell once with a padded foundry mallet. On impact, fine black casting sand jumps from the bell in a crisp circular pulse while the bell vibrates visibly; behind her, two foundry workers pour a narrow stream of incandescent bronze into a mold, creating drifting sparks and heat shimmer. Hypnotic industrial-techno art direction, realistic documentary texture, symmetrical widescreen composition, deep oxidized green shadows, molten orange highlights, light smoke catching hard shafts of overhead light, controlled high contrast, subtle 35mm grain. The camera makes one slow, smooth lateral dolly from left to right while maintaining a medium-wide view; continuous shot, no cuts. Restrained human motion, strong rhythmic visual beat, premium music-video cinematography, no text or logos.",
"negativePrompt": "cartoon, comic, clay animation, fantasy creatures, exaggerated action, rapid cuts, shaky camera, warped anatomy, extra limbs, duplicated people, illegible text, subtitles, logos, watermark, low detail, overexposure",
"width": 1920,
"height": 1080,
"duration": 5,
"providerSettings": {
"pixverse": {
"motionMode": "normal"
}
}
}
]'runware run pixverse:1@1 \
positivePrompt="A cinematic five-second music-video shot inside a working bronze bell foundry at night. Center frame, a female percussionist in a charcoal utility jumpsuit strikes a suspended unfinished bronze bell once with a padded foundry mallet. On impact, fine black casting sand jumps from the bell in a crisp circular pulse while the bell vibrates visibly; behind her, two foundry workers pour a narrow stream of incandescent bronze into a mold, creating drifting sparks and heat shimmer. Hypnotic industrial-techno art direction, realistic documentary texture, symmetrical widescreen composition, deep oxidized green shadows, molten orange highlights, light smoke catching hard shafts of overhead light, controlled high contrast, subtle 35mm grain. The camera makes one slow, smooth lateral dolly from left to right while maintaining a medium-wide view; continuous shot, no cuts. Restrained human motion, strong rhythmic visual beat, premium music-video cinematography, no text or logos." \
negativePrompt="cartoon, comic, clay animation, fantasy creatures, exaggerated action, rapid cuts, shaky camera, warped anatomy, extra limbs, duplicated people, illegible text, subtitles, logos, watermark, low detail, overexposure" \
width=1920 \
height=1080 \
duration=5 \
providerSettings.pixverse.motionMode=normal{
"taskType": "videoInference",
"taskUUID": "8a32787c-21e5-40c4-bf33-bbb6d7c2ecb3",
"model": "pixverse:1@1",
"positivePrompt": "A cinematic five-second music-video shot inside a working bronze bell foundry at night. Center frame, a female percussionist in a charcoal utility jumpsuit strikes a suspended unfinished bronze bell once with a padded foundry mallet. On impact, fine black casting sand jumps from the bell in a crisp circular pulse while the bell vibrates visibly; behind her, two foundry workers pour a narrow stream of incandescent bronze into a mold, creating drifting sparks and heat shimmer. Hypnotic industrial-techno art direction, realistic documentary texture, symmetrical widescreen composition, deep oxidized green shadows, molten orange highlights, light smoke catching hard shafts of overhead light, controlled high contrast, subtle 35mm grain. The camera makes one slow, smooth lateral dolly from left to right while maintaining a medium-wide view; continuous shot, no cuts. Restrained human motion, strong rhythmic visual beat, premium music-video cinematography, no text or logos.",
"negativePrompt": "cartoon, comic, clay animation, fantasy creatures, exaggerated action, rapid cuts, shaky camera, warped anatomy, extra limbs, duplicated people, illegible text, subtitles, logos, watermark, low detail, overexposure",
"width": 1920,
"height": 1080,
"duration": 5,
"providerSettings": {
"pixverse": {
"motionMode": "normal"
}
}
}Response
{
"taskType": "videoInference",
"taskUUID": "8a32787c-21e5-40c4-bf33-bbb6d7c2ecb3",
"videoUUID": "4b9f9643-8625-4c4a-ba66-c964e2df393f",
"videoURL": "https://vm.runware.ai/video/os/a09dlim3/ws/5/vi/4b9f9643-8625-4c4a-ba66-c964e2df393f.mp4",
"seed": 361148393,
"cost": 0.299
}first-frame
Reflective Cycling Cape Showcase Reel$0.299~1m 1simport { 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@1',
positivePrompt: 'The premium vertical fashion shot continues seamlessly from the first frame as a single locked-off full-body take. The model slowly shifts weight, turns the torso a few degrees toward camera, and raises one forearm, revealing the acid-chartreuse lining and engineered side vent of the pearl-gray cycling cape. A controlled draft passes through the underpass, gently opening the cape panels and rippling the hem while preserving the garment\'s exact construction. Reflective silver piping brightens in sequence beneath the overhead lights; tiny rain beads glide across the waterproof surface. The helmet remains relaxed at thigh level. Shallow puddle reflections tremble subtly and settle. Refined technical-apparel showcase, restrained confident movement, realistic fabric physics, crisp tailoring, cool concrete, pearl highlights, graphite shadows, chartreuse accent, polished editorial realism, no camera movement, no cuts, no text or logos.',
negativePrompt: 'camera movement, zoom, cuts, scene change, garment transformation, changing colors, distorted fabric, warped hands, extra fingers, extra limbs, duplicate person, face distortion, floating helmet, exaggerated wind, running, dancing, text, captions, logos, watermark, blur, flicker',
resolution: '720p',
duration: 8,
providerSettings: {
pixverse: {
style: 'cyberpunk',
motionMode: 'normal'
}
},
inputs: {
frameImages: [
{
image: 'https://assets.runware.ai/assets/inputs/04697e52-95ab-4b28-a6fc-4fa6784e8d45.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@1",
"positivePrompt": "The premium vertical fashion shot continues seamlessly from the first frame as a single locked-off full-body take. The model slowly shifts weight, turns the torso a few degrees toward camera, and raises one forearm, revealing the acid-chartreuse lining and engineered side vent of the pearl-gray cycling cape. A controlled draft passes through the underpass, gently opening the cape panels and rippling the hem while preserving the garment's exact construction. Reflective silver piping brightens in sequence beneath the overhead lights; tiny rain beads glide across the waterproof surface. The helmet remains relaxed at thigh level. Shallow puddle reflections tremble subtly and settle. Refined technical-apparel showcase, restrained confident movement, realistic fabric physics, crisp tailoring, cool concrete, pearl highlights, graphite shadows, chartreuse accent, polished editorial realism, no camera movement, no cuts, no text or logos.",
"negativePrompt": "camera movement, zoom, cuts, scene change, garment transformation, changing colors, distorted fabric, warped hands, extra fingers, extra limbs, duplicate person, face distortion, floating helmet, exaggerated wind, running, dancing, text, captions, logos, watermark, blur, flicker",
"resolution": "720p",
"duration": 8,
"providerSettings": {
"pixverse": {
"style": "cyberpunk",
"motionMode": "normal"
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/04697e52-95ab-4b28-a6fc-4fa6784e8d45.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": "df8a0bdd-ae5e-4cda-8f89-94153da5f53b",
"model": "pixverse:1@1",
"positivePrompt": "The premium vertical fashion shot continues seamlessly from the first frame as a single locked-off full-body take. The model slowly shifts weight, turns the torso a few degrees toward camera, and raises one forearm, revealing the acid-chartreuse lining and engineered side vent of the pearl-gray cycling cape. A controlled draft passes through the underpass, gently opening the cape panels and rippling the hem while preserving the garment's exact construction. Reflective silver piping brightens in sequence beneath the overhead lights; tiny rain beads glide across the waterproof surface. The helmet remains relaxed at thigh level. Shallow puddle reflections tremble subtly and settle. Refined technical-apparel showcase, restrained confident movement, realistic fabric physics, crisp tailoring, cool concrete, pearl highlights, graphite shadows, chartreuse accent, polished editorial realism, no camera movement, no cuts, no text or logos.",
"negativePrompt": "camera movement, zoom, cuts, scene change, garment transformation, changing colors, distorted fabric, warped hands, extra fingers, extra limbs, duplicate person, face distortion, floating helmet, exaggerated wind, running, dancing, text, captions, logos, watermark, blur, flicker",
"resolution": "720p",
"duration": 8,
"providerSettings": {
"pixverse": {
"style": "cyberpunk",
"motionMode": "normal"
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/04697e52-95ab-4b28-a6fc-4fa6784e8d45.jpg",
"frame": "first"
}
]
}
}
]'runware run pixverse:1@1 \
positivePrompt="The premium vertical fashion shot continues seamlessly from the first frame as a single locked-off full-body take. The model slowly shifts weight, turns the torso a few degrees toward camera, and raises one forearm, revealing the acid-chartreuse lining and engineered side vent of the pearl-gray cycling cape. A controlled draft passes through the underpass, gently opening the cape panels and rippling the hem while preserving the garment's exact construction. Reflective silver piping brightens in sequence beneath the overhead lights; tiny rain beads glide across the waterproof surface. The helmet remains relaxed at thigh level. Shallow puddle reflections tremble subtly and settle. Refined technical-apparel showcase, restrained confident movement, realistic fabric physics, crisp tailoring, cool concrete, pearl highlights, graphite shadows, chartreuse accent, polished editorial realism, no camera movement, no cuts, no text or logos." \
negativePrompt="camera movement, zoom, cuts, scene change, garment transformation, changing colors, distorted fabric, warped hands, extra fingers, extra limbs, duplicate person, face distortion, floating helmet, exaggerated wind, running, dancing, text, captions, logos, watermark, blur, flicker" \
resolution=720p \
duration=8 \
providerSettings.pixverse.style=cyberpunk \
providerSettings.pixverse.motionMode=normal \
inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/04697e52-95ab-4b28-a6fc-4fa6784e8d45.jpg \
inputs.frameImages.0.frame=first{
"taskType": "videoInference",
"taskUUID": "df8a0bdd-ae5e-4cda-8f89-94153da5f53b",
"model": "pixverse:1@1",
"positivePrompt": "The premium vertical fashion shot continues seamlessly from the first frame as a single locked-off full-body take. The model slowly shifts weight, turns the torso a few degrees toward camera, and raises one forearm, revealing the acid-chartreuse lining and engineered side vent of the pearl-gray cycling cape. A controlled draft passes through the underpass, gently opening the cape panels and rippling the hem while preserving the garment's exact construction. Reflective silver piping brightens in sequence beneath the overhead lights; tiny rain beads glide across the waterproof surface. The helmet remains relaxed at thigh level. Shallow puddle reflections tremble subtly and settle. Refined technical-apparel showcase, restrained confident movement, realistic fabric physics, crisp tailoring, cool concrete, pearl highlights, graphite shadows, chartreuse accent, polished editorial realism, no camera movement, no cuts, no text or logos.",
"negativePrompt": "camera movement, zoom, cuts, scene change, garment transformation, changing colors, distorted fabric, warped hands, extra fingers, extra limbs, duplicate person, face distortion, floating helmet, exaggerated wind, running, dancing, text, captions, logos, watermark, blur, flicker",
"resolution": "720p",
"duration": 8,
"providerSettings": {
"pixverse": {
"style": "cyberpunk",
"motionMode": "normal"
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/04697e52-95ab-4b28-a6fc-4fa6784e8d45.jpg",
"frame": "first"
}
]
}
}Response
{
"taskType": "videoInference",
"taskUUID": "df8a0bdd-ae5e-4cda-8f89-94153da5f53b",
"videoUUID": "9d612986-2ee6-4769-b559-e4060fe01c6e",
"videoURL": "https://vm.runware.ai/video/os/a09dlim3/ws/5/vi/9d612986-2ee6-4769-b559-e4060fe01c6e.mp4",
"seed": 995344030,
"cost": 0.299
}first-last-frame
Countertop Mushroom Grow Kit Reel$0.299~1m 24simport { 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@1',
positivePrompt: 'A polished five-second vertical social media product reel for a countertop mushroom grow kit, presented as one continuous locked-camera shot. Begin exactly at the supplied first frame and finish exactly at the supplied last frame. In a smooth organic time-lapse, the tiny coral-pink oyster mushroom pins steadily lengthen, divide and unfurl into layered fan-shaped caps, forming the abundant harvest-ready cluster shown in the final image. Growth radiates naturally from the same points on the substrate; the delicate caps gently flex as they open. Keep the ivory tray, substrate block, terrazzo counter, green tile, faucet and orange linen completely stationary and consistent. Warm morning light subtly brightens across the growth. Photorealistic food-and-home editorial finish, tactile natural texture, optimistic and wholesome mood, crisp product detail, static framing, no cuts, no camera movement, no hands, no text or logos.',
negativePrompt: 'Camera movement, zoom, cuts, scene change, shifting props, changing tray, changing substrate shape, melting, liquid motion, explosive growth, detached mushrooms, deformed caps, extra products, hands, people, insects, dirt spills, flicker, warped background, text, captions, logos, interface elements.',
resolution: '1080p',
duration: 5,
providerSettings: {
pixverse: {
motionMode: 'normal'
}
},
inputs: {
frameImages: [
{
image: 'https://assets.runware.ai/assets/inputs/c9136dbe-90db-4fb8-92dd-69b05d9953bf.jpg',
frame: 'first'
},
{
image: 'https://assets.runware.ai/assets/inputs/f5832d01-a586-4801-ad40-753a180a43ac.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@1",
"positivePrompt": "A polished five-second vertical social media product reel for a countertop mushroom grow kit, presented as one continuous locked-camera shot. Begin exactly at the supplied first frame and finish exactly at the supplied last frame. In a smooth organic time-lapse, the tiny coral-pink oyster mushroom pins steadily lengthen, divide and unfurl into layered fan-shaped caps, forming the abundant harvest-ready cluster shown in the final image. Growth radiates naturally from the same points on the substrate; the delicate caps gently flex as they open. Keep the ivory tray, substrate block, terrazzo counter, green tile, faucet and orange linen completely stationary and consistent. Warm morning light subtly brightens across the growth. Photorealistic food-and-home editorial finish, tactile natural texture, optimistic and wholesome mood, crisp product detail, static framing, no cuts, no camera movement, no hands, no text or logos.",
"negativePrompt": "Camera movement, zoom, cuts, scene change, shifting props, changing tray, changing substrate shape, melting, liquid motion, explosive growth, detached mushrooms, deformed caps, extra products, hands, people, insects, dirt spills, flicker, warped background, text, captions, logos, interface elements.",
"resolution": "1080p",
"duration": 5,
"providerSettings": {
"pixverse": {
"motionMode": "normal"
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/c9136dbe-90db-4fb8-92dd-69b05d9953bf.jpg",
"frame": "first"
},
{
"image": "https://assets.runware.ai/assets/inputs/f5832d01-a586-4801-ad40-753a180a43ac.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": "f7ddf964-6df4-4ee4-b1c9-0898b0b8ca2e",
"model": "pixverse:1@1",
"positivePrompt": "A polished five-second vertical social media product reel for a countertop mushroom grow kit, presented as one continuous locked-camera shot. Begin exactly at the supplied first frame and finish exactly at the supplied last frame. In a smooth organic time-lapse, the tiny coral-pink oyster mushroom pins steadily lengthen, divide and unfurl into layered fan-shaped caps, forming the abundant harvest-ready cluster shown in the final image. Growth radiates naturally from the same points on the substrate; the delicate caps gently flex as they open. Keep the ivory tray, substrate block, terrazzo counter, green tile, faucet and orange linen completely stationary and consistent. Warm morning light subtly brightens across the growth. Photorealistic food-and-home editorial finish, tactile natural texture, optimistic and wholesome mood, crisp product detail, static framing, no cuts, no camera movement, no hands, no text or logos.",
"negativePrompt": "Camera movement, zoom, cuts, scene change, shifting props, changing tray, changing substrate shape, melting, liquid motion, explosive growth, detached mushrooms, deformed caps, extra products, hands, people, insects, dirt spills, flicker, warped background, text, captions, logos, interface elements.",
"resolution": "1080p",
"duration": 5,
"providerSettings": {
"pixverse": {
"motionMode": "normal"
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/c9136dbe-90db-4fb8-92dd-69b05d9953bf.jpg",
"frame": "first"
},
{
"image": "https://assets.runware.ai/assets/inputs/f5832d01-a586-4801-ad40-753a180a43ac.jpg",
"frame": "last"
}
]
}
}
]'runware run pixverse:1@1 \
positivePrompt="A polished five-second vertical social media product reel for a countertop mushroom grow kit, presented as one continuous locked-camera shot. Begin exactly at the supplied first frame and finish exactly at the supplied last frame. In a smooth organic time-lapse, the tiny coral-pink oyster mushroom pins steadily lengthen, divide and unfurl into layered fan-shaped caps, forming the abundant harvest-ready cluster shown in the final image. Growth radiates naturally from the same points on the substrate; the delicate caps gently flex as they open. Keep the ivory tray, substrate block, terrazzo counter, green tile, faucet and orange linen completely stationary and consistent. Warm morning light subtly brightens across the growth. Photorealistic food-and-home editorial finish, tactile natural texture, optimistic and wholesome mood, crisp product detail, static framing, no cuts, no camera movement, no hands, no text or logos." \
negativePrompt="Camera movement, zoom, cuts, scene change, shifting props, changing tray, changing substrate shape, melting, liquid motion, explosive growth, detached mushrooms, deformed caps, extra products, hands, people, insects, dirt spills, flicker, warped background, text, captions, logos, interface elements." \
resolution=1080p \
duration=5 \
providerSettings.pixverse.motionMode=normal \
inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/c9136dbe-90db-4fb8-92dd-69b05d9953bf.jpg \
inputs.frameImages.0.frame=first \
inputs.frameImages.1.image=https://assets.runware.ai/assets/inputs/f5832d01-a586-4801-ad40-753a180a43ac.jpg \
inputs.frameImages.1.frame=last{
"taskType": "videoInference",
"taskUUID": "f7ddf964-6df4-4ee4-b1c9-0898b0b8ca2e",
"model": "pixverse:1@1",
"positivePrompt": "A polished five-second vertical social media product reel for a countertop mushroom grow kit, presented as one continuous locked-camera shot. Begin exactly at the supplied first frame and finish exactly at the supplied last frame. In a smooth organic time-lapse, the tiny coral-pink oyster mushroom pins steadily lengthen, divide and unfurl into layered fan-shaped caps, forming the abundant harvest-ready cluster shown in the final image. Growth radiates naturally from the same points on the substrate; the delicate caps gently flex as they open. Keep the ivory tray, substrate block, terrazzo counter, green tile, faucet and orange linen completely stationary and consistent. Warm morning light subtly brightens across the growth. Photorealistic food-and-home editorial finish, tactile natural texture, optimistic and wholesome mood, crisp product detail, static framing, no cuts, no camera movement, no hands, no text or logos.",
"negativePrompt": "Camera movement, zoom, cuts, scene change, shifting props, changing tray, changing substrate shape, melting, liquid motion, explosive growth, detached mushrooms, deformed caps, extra products, hands, people, insects, dirt spills, flicker, warped background, text, captions, logos, interface elements.",
"resolution": "1080p",
"duration": 5,
"providerSettings": {
"pixverse": {
"motionMode": "normal"
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/c9136dbe-90db-4fb8-92dd-69b05d9953bf.jpg",
"frame": "first"
},
{
"image": "https://assets.runware.ai/assets/inputs/f5832d01-a586-4801-ad40-753a180a43ac.jpg",
"frame": "last"
}
]
}
}Response
{
"taskType": "videoInference",
"taskUUID": "f7ddf964-6df4-4ee4-b1c9-0898b0b8ca2e",
"videoUUID": "52346c75-49e3-450e-b6a0-308cbcdd851d",
"videoURL": "https://vm.runware.ai/video/os/a10dlim3/ws/5/vi/52346c75-49e3-450e-b6a0-308cbcdd851d.mp4",
"seed": 1166375640,
"cost": 0.299
}visual-effect
Anatomical Corsetry Fashion Showcase Reel$0.112~1m 31simport { 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@1',
positivePrompt: 'Create a five-second vertical fashion showcase reel from the supplied first frame. One model remains centered and fully visible against the clean burnt-sienna studio backdrop. The poised stance erupts into an energetic skeleton dance: sharp shoulder pops, articulated elbows, rhythmic knee lifts and playful side-to-side footwork, with a brief luminous anatomical skeleton transformation aligned precisely to the model’s body. Bone-white skeletal highlights echo the corset’s sculpted rib channels, then recede to reveal the complete outfit for a strong final pose. Preserve the model’s identity, garment construction, oxblood cords, charcoal trousers, jewelry and boots. Premium avant-garde fashion-film finish, warm editorial lighting, crisp fabric texture, controlled theatrical movement, fixed camera, continuous shot, no text or logos.',
negativePrompt: 'Multiple people, cropped head, cropped feet, cluttered set, props, camera movement, scene cuts, distorted limbs, extra arms, extra legs, detached skeleton, costume replacement, obscured corset, flicker, blur, text, logo, watermark.',
resolution: '540p',
duration: 5,
providerSettings: {
pixverse: {
effect: 'skeleton dance',
motionMode: 'normal'
}
},
inputs: {
frameImages: [
{
image: 'https://assets.runware.ai/assets/inputs/b36e4a12-28e2-44bc-be55-a75f1621e9fc.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@1",
"positivePrompt": "Create a five-second vertical fashion showcase reel from the supplied first frame. One model remains centered and fully visible against the clean burnt-sienna studio backdrop. The poised stance erupts into an energetic skeleton dance: sharp shoulder pops, articulated elbows, rhythmic knee lifts and playful side-to-side footwork, with a brief luminous anatomical skeleton transformation aligned precisely to the model’s body. Bone-white skeletal highlights echo the corset’s sculpted rib channels, then recede to reveal the complete outfit for a strong final pose. Preserve the model’s identity, garment construction, oxblood cords, charcoal trousers, jewelry and boots. Premium avant-garde fashion-film finish, warm editorial lighting, crisp fabric texture, controlled theatrical movement, fixed camera, continuous shot, no text or logos.",
"negativePrompt": "Multiple people, cropped head, cropped feet, cluttered set, props, camera movement, scene cuts, distorted limbs, extra arms, extra legs, detached skeleton, costume replacement, obscured corset, flicker, blur, text, logo, watermark.",
"resolution": "540p",
"duration": 5,
"providerSettings": {
"pixverse": {
"effect": "skeleton dance",
"motionMode": "normal"
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/b36e4a12-28e2-44bc-be55-a75f1621e9fc.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": "afdeb48f-a4e4-44f9-98e6-85674dcc6b3e",
"model": "pixverse:1@1",
"positivePrompt": "Create a five-second vertical fashion showcase reel from the supplied first frame. One model remains centered and fully visible against the clean burnt-sienna studio backdrop. The poised stance erupts into an energetic skeleton dance: sharp shoulder pops, articulated elbows, rhythmic knee lifts and playful side-to-side footwork, with a brief luminous anatomical skeleton transformation aligned precisely to the model’s body. Bone-white skeletal highlights echo the corset’s sculpted rib channels, then recede to reveal the complete outfit for a strong final pose. Preserve the model’s identity, garment construction, oxblood cords, charcoal trousers, jewelry and boots. Premium avant-garde fashion-film finish, warm editorial lighting, crisp fabric texture, controlled theatrical movement, fixed camera, continuous shot, no text or logos.",
"negativePrompt": "Multiple people, cropped head, cropped feet, cluttered set, props, camera movement, scene cuts, distorted limbs, extra arms, extra legs, detached skeleton, costume replacement, obscured corset, flicker, blur, text, logo, watermark.",
"resolution": "540p",
"duration": 5,
"providerSettings": {
"pixverse": {
"effect": "skeleton dance",
"motionMode": "normal"
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/b36e4a12-28e2-44bc-be55-a75f1621e9fc.jpg",
"frame": "first"
}
]
}
}
]'runware run pixverse:1@1 \
positivePrompt="Create a five-second vertical fashion showcase reel from the supplied first frame. One model remains centered and fully visible against the clean burnt-sienna studio backdrop. The poised stance erupts into an energetic skeleton dance: sharp shoulder pops, articulated elbows, rhythmic knee lifts and playful side-to-side footwork, with a brief luminous anatomical skeleton transformation aligned precisely to the model’s body. Bone-white skeletal highlights echo the corset’s sculpted rib channels, then recede to reveal the complete outfit for a strong final pose. Preserve the model’s identity, garment construction, oxblood cords, charcoal trousers, jewelry and boots. Premium avant-garde fashion-film finish, warm editorial lighting, crisp fabric texture, controlled theatrical movement, fixed camera, continuous shot, no text or logos." \
negativePrompt="Multiple people, cropped head, cropped feet, cluttered set, props, camera movement, scene cuts, distorted limbs, extra arms, extra legs, detached skeleton, costume replacement, obscured corset, flicker, blur, text, logo, watermark." \
resolution=540p \
duration=5 \
providerSettings.pixverse.effect="skeleton dance" \
providerSettings.pixverse.motionMode=normal \
inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/b36e4a12-28e2-44bc-be55-a75f1621e9fc.jpg \
inputs.frameImages.0.frame=first{
"taskType": "videoInference",
"taskUUID": "afdeb48f-a4e4-44f9-98e6-85674dcc6b3e",
"model": "pixverse:1@1",
"positivePrompt": "Create a five-second vertical fashion showcase reel from the supplied first frame. One model remains centered and fully visible against the clean burnt-sienna studio backdrop. The poised stance erupts into an energetic skeleton dance: sharp shoulder pops, articulated elbows, rhythmic knee lifts and playful side-to-side footwork, with a brief luminous anatomical skeleton transformation aligned precisely to the model’s body. Bone-white skeletal highlights echo the corset’s sculpted rib channels, then recede to reveal the complete outfit for a strong final pose. Preserve the model’s identity, garment construction, oxblood cords, charcoal trousers, jewelry and boots. Premium avant-garde fashion-film finish, warm editorial lighting, crisp fabric texture, controlled theatrical movement, fixed camera, continuous shot, no text or logos.",
"negativePrompt": "Multiple people, cropped head, cropped feet, cluttered set, props, camera movement, scene cuts, distorted limbs, extra arms, extra legs, detached skeleton, costume replacement, obscured corset, flicker, blur, text, logo, watermark.",
"resolution": "540p",
"duration": 5,
"providerSettings": {
"pixverse": {
"effect": "skeleton dance",
"motionMode": "normal"
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/b36e4a12-28e2-44bc-be55-a75f1621e9fc.jpg",
"frame": "first"
}
]
}
}Response
{
"taskType": "videoInference",
"taskUUID": "afdeb48f-a4e4-44f9-98e6-85674dcc6b3e",
"videoUUID": "ade9c5be-ac67-4bde-8d3d-f91f25534444",
"videoURL": "https://vm.runware.ai/video/os/a08dlim3/ws/5/vi/ade9c5be-ac67-4bde-8d3d-f91f25534444.mp4",
"seed": 2031889797,
"cost": 0.112
}