PixVerse V5 Fast

PixVerse V5 Fast is an optimized variant of PixVerse v5 designed for faster video generation and lower latency. It supports text to video and image to video workflows while prioritizing speed and responsiveness, making it suitable for rapid iteration and preview-focused pipelines where audio, templates, and advanced controls are not required.

API Reference
INTEGRATE
Complete technical specification for integration
RequestResponse
Examples9
CODE
Ready-to-use code snippets for common workflows
Letterpress Techno Music Video Segment
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@5-fast',
positivePrompt: 'Five-second music-video segment for an experimental techno single, one continuous cinematic shot inside a working 1930s letterpress workshop. A sharply styled female percussionist in a cobalt-blue tailored suit stands between hulking cast-iron printing presses, striking a row of metal type cases with felt mallets as the presses cycle in precise visual rhythm. Cream paper sheets whip through rollers and emerge stamped with bold vermilion geometric blocks, no words or logos. Begin with an extreme close-up of an ink roller spreading glossy red ink, then rapidly dolly backward through the moving machinery to reveal the performer; she lands one final synchronized strike as dozens of freshly printed sheets lift into the air around her. Strong hard side light, long graphic shadows, drifting paper dust, industrial gray, warm ivory, cobalt and vermilion palette. Sophisticated editorial art direction, tactile analog textures, crisp realistic motion, energetic but controlled camera, subtle 16mm grain, widescreen composition, no cuts.',
negativePrompt: 'illegible lettering, captions, logos, watermarks, fantasy glow, neon lighting, warped machinery, extra limbs, duplicated performer, chaotic camera shake, low detail, cartoon style',
width: 1920,
height: 1080,
duration: 5
})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@5-fast",
"positivePrompt": "Five-second music-video segment for an experimental techno single, one continuous cinematic shot inside a working 1930s letterpress workshop. A sharply styled female percussionist in a cobalt-blue tailored suit stands between hulking cast-iron printing presses, striking a row of metal type cases with felt mallets as the presses cycle in precise visual rhythm. Cream paper sheets whip through rollers and emerge stamped with bold vermilion geometric blocks, no words or logos. Begin with an extreme close-up of an ink roller spreading glossy red ink, then rapidly dolly backward through the moving machinery to reveal the performer; she lands one final synchronized strike as dozens of freshly printed sheets lift into the air around her. Strong hard side light, long graphic shadows, drifting paper dust, industrial gray, warm ivory, cobalt and vermilion palette. Sophisticated editorial art direction, tactile analog textures, crisp realistic motion, energetic but controlled camera, subtle 16mm grain, widescreen composition, no cuts.",
"negativePrompt": "illegible lettering, captions, logos, watermarks, fantasy glow, neon lighting, warped machinery, extra limbs, duplicated performer, chaotic camera shake, low detail, cartoon style",
"width": 1920,
"height": 1080,
"duration": 5
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "videoInference",
"taskUUID": "98c85b58-ae68-4593-a302-0076b5b905a5",
"model": "pixverse:1@5-fast",
"positivePrompt": "Five-second music-video segment for an experimental techno single, one continuous cinematic shot inside a working 1930s letterpress workshop. A sharply styled female percussionist in a cobalt-blue tailored suit stands between hulking cast-iron printing presses, striking a row of metal type cases with felt mallets as the presses cycle in precise visual rhythm. Cream paper sheets whip through rollers and emerge stamped with bold vermilion geometric blocks, no words or logos. Begin with an extreme close-up of an ink roller spreading glossy red ink, then rapidly dolly backward through the moving machinery to reveal the performer; she lands one final synchronized strike as dozens of freshly printed sheets lift into the air around her. Strong hard side light, long graphic shadows, drifting paper dust, industrial gray, warm ivory, cobalt and vermilion palette. Sophisticated editorial art direction, tactile analog textures, crisp realistic motion, energetic but controlled camera, subtle 16mm grain, widescreen composition, no cuts.",
"negativePrompt": "illegible lettering, captions, logos, watermarks, fantasy glow, neon lighting, warped machinery, extra limbs, duplicated performer, chaotic camera shake, low detail, cartoon style",
"width": 1920,
"height": 1080,
"duration": 5
}
]'runware run pixverse:1@5-fast \
positivePrompt="Five-second music-video segment for an experimental techno single, one continuous cinematic shot inside a working 1930s letterpress workshop. A sharply styled female percussionist in a cobalt-blue tailored suit stands between hulking cast-iron printing presses, striking a row of metal type cases with felt mallets as the presses cycle in precise visual rhythm. Cream paper sheets whip through rollers and emerge stamped with bold vermilion geometric blocks, no words or logos. Begin with an extreme close-up of an ink roller spreading glossy red ink, then rapidly dolly backward through the moving machinery to reveal the performer; she lands one final synchronized strike as dozens of freshly printed sheets lift into the air around her. Strong hard side light, long graphic shadows, drifting paper dust, industrial gray, warm ivory, cobalt and vermilion palette. Sophisticated editorial art direction, tactile analog textures, crisp realistic motion, energetic but controlled camera, subtle 16mm grain, widescreen composition, no cuts." \
negativePrompt="illegible lettering, captions, logos, watermarks, fantasy glow, neon lighting, warped machinery, extra limbs, duplicated performer, chaotic camera shake, low detail, cartoon style" \
width=1920 \
height=1080 \
duration=5{
"taskType": "videoInference",
"taskUUID": "98c85b58-ae68-4593-a302-0076b5b905a5",
"model": "pixverse:1@5-fast",
"positivePrompt": "Five-second music-video segment for an experimental techno single, one continuous cinematic shot inside a working 1930s letterpress workshop. A sharply styled female percussionist in a cobalt-blue tailored suit stands between hulking cast-iron printing presses, striking a row of metal type cases with felt mallets as the presses cycle in precise visual rhythm. Cream paper sheets whip through rollers and emerge stamped with bold vermilion geometric blocks, no words or logos. Begin with an extreme close-up of an ink roller spreading glossy red ink, then rapidly dolly backward through the moving machinery to reveal the performer; she lands one final synchronized strike as dozens of freshly printed sheets lift into the air around her. Strong hard side light, long graphic shadows, drifting paper dust, industrial gray, warm ivory, cobalt and vermilion palette. Sophisticated editorial art direction, tactile analog textures, crisp realistic motion, energetic but controlled camera, subtle 16mm grain, widescreen composition, no cuts.",
"negativePrompt": "illegible lettering, captions, logos, watermarks, fantasy glow, neon lighting, warped machinery, extra limbs, duplicated performer, chaotic camera shake, low detail, cartoon style",
"width": 1920,
"height": 1080,
"duration": 5
}{
"taskType": "videoInference",
"taskUUID": "98c85b58-ae68-4593-a302-0076b5b905a5",
"videoUUID": "b4623c83-1e5b-40c0-8158-67117d050972",
"videoURL": "https://vm.runware.ai/video/os/a09dlim3/ws/5/vi/b4623c83-1e5b-40c0-8158-67117d050972.mp4",
"seed": 1890676704,
"cost": 0.2475
}Pipe Crawler Inspection Demo Clip
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@5-fast',
positivePrompt: 'Five-second industrial product demonstration in one continuous shot. Inside a dry concrete stormwater pipe, a compact safety-orange inspection crawler with four articulated rubber wheels drives steadily across a misaligned pipe joint while its roof-mounted LiDAR head rotates and projects a thin red scanning line around the interior circumference. The independent wheel arms compress and extend visibly to keep the chassis level as it crosses the obstacle, clearly demonstrating suspension travel and scanning capability. Camera tracks smoothly alongside at wheel height through a clean longitudinal cutaway of the pipe, moving from a three-quarter front view into a crisp side profile. Precise premium engineering visualization, photorealistic materials, graphite gray concrete, safety orange metal, restrained red sensor light, soft neutral studio illumination, subtle dust, sharp product detail, realistic mechanical motion, uncluttered composition, no people, no text or interface graphics.',
negativePrompt: 'logos, captions, labels, interface overlays, dashboard graphics, excessive sparks, water, dramatic smoke, fantasy elements, neon environment, distorted wheels, duplicated parts, unstable geometry, jerky camera, motion blur, low detail',
width: 1920,
height: 1080,
duration: 5
})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@5-fast",
"positivePrompt": "Five-second industrial product demonstration in one continuous shot. Inside a dry concrete stormwater pipe, a compact safety-orange inspection crawler with four articulated rubber wheels drives steadily across a misaligned pipe joint while its roof-mounted LiDAR head rotates and projects a thin red scanning line around the interior circumference. The independent wheel arms compress and extend visibly to keep the chassis level as it crosses the obstacle, clearly demonstrating suspension travel and scanning capability. Camera tracks smoothly alongside at wheel height through a clean longitudinal cutaway of the pipe, moving from a three-quarter front view into a crisp side profile. Precise premium engineering visualization, photorealistic materials, graphite gray concrete, safety orange metal, restrained red sensor light, soft neutral studio illumination, subtle dust, sharp product detail, realistic mechanical motion, uncluttered composition, no people, no text or interface graphics.",
"negativePrompt": "logos, captions, labels, interface overlays, dashboard graphics, excessive sparks, water, dramatic smoke, fantasy elements, neon environment, distorted wheels, duplicated parts, unstable geometry, jerky camera, motion blur, low detail",
"width": 1920,
"height": 1080,
"duration": 5
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "videoInference",
"taskUUID": "b9f988a6-d2da-4e91-8558-61ee9dc029b0",
"model": "pixverse:1@5-fast",
"positivePrompt": "Five-second industrial product demonstration in one continuous shot. Inside a dry concrete stormwater pipe, a compact safety-orange inspection crawler with four articulated rubber wheels drives steadily across a misaligned pipe joint while its roof-mounted LiDAR head rotates and projects a thin red scanning line around the interior circumference. The independent wheel arms compress and extend visibly to keep the chassis level as it crosses the obstacle, clearly demonstrating suspension travel and scanning capability. Camera tracks smoothly alongside at wheel height through a clean longitudinal cutaway of the pipe, moving from a three-quarter front view into a crisp side profile. Precise premium engineering visualization, photorealistic materials, graphite gray concrete, safety orange metal, restrained red sensor light, soft neutral studio illumination, subtle dust, sharp product detail, realistic mechanical motion, uncluttered composition, no people, no text or interface graphics.",
"negativePrompt": "logos, captions, labels, interface overlays, dashboard graphics, excessive sparks, water, dramatic smoke, fantasy elements, neon environment, distorted wheels, duplicated parts, unstable geometry, jerky camera, motion blur, low detail",
"width": 1920,
"height": 1080,
"duration": 5
}
]'runware run pixverse:1@5-fast \
positivePrompt="Five-second industrial product demonstration in one continuous shot. Inside a dry concrete stormwater pipe, a compact safety-orange inspection crawler with four articulated rubber wheels drives steadily across a misaligned pipe joint while its roof-mounted LiDAR head rotates and projects a thin red scanning line around the interior circumference. The independent wheel arms compress and extend visibly to keep the chassis level as it crosses the obstacle, clearly demonstrating suspension travel and scanning capability. Camera tracks smoothly alongside at wheel height through a clean longitudinal cutaway of the pipe, moving from a three-quarter front view into a crisp side profile. Precise premium engineering visualization, photorealistic materials, graphite gray concrete, safety orange metal, restrained red sensor light, soft neutral studio illumination, subtle dust, sharp product detail, realistic mechanical motion, uncluttered composition, no people, no text or interface graphics." \
negativePrompt="logos, captions, labels, interface overlays, dashboard graphics, excessive sparks, water, dramatic smoke, fantasy elements, neon environment, distorted wheels, duplicated parts, unstable geometry, jerky camera, motion blur, low detail" \
width=1920 \
height=1080 \
duration=5{
"taskType": "videoInference",
"taskUUID": "b9f988a6-d2da-4e91-8558-61ee9dc029b0",
"model": "pixverse:1@5-fast",
"positivePrompt": "Five-second industrial product demonstration in one continuous shot. Inside a dry concrete stormwater pipe, a compact safety-orange inspection crawler with four articulated rubber wheels drives steadily across a misaligned pipe joint while its roof-mounted LiDAR head rotates and projects a thin red scanning line around the interior circumference. The independent wheel arms compress and extend visibly to keep the chassis level as it crosses the obstacle, clearly demonstrating suspension travel and scanning capability. Camera tracks smoothly alongside at wheel height through a clean longitudinal cutaway of the pipe, moving from a three-quarter front view into a crisp side profile. Precise premium engineering visualization, photorealistic materials, graphite gray concrete, safety orange metal, restrained red sensor light, soft neutral studio illumination, subtle dust, sharp product detail, realistic mechanical motion, uncluttered composition, no people, no text or interface graphics.",
"negativePrompt": "logos, captions, labels, interface overlays, dashboard graphics, excessive sparks, water, dramatic smoke, fantasy elements, neon environment, distorted wheels, duplicated parts, unstable geometry, jerky camera, motion blur, low detail",
"width": 1920,
"height": 1080,
"duration": 5
}{
"taskType": "videoInference",
"taskUUID": "b9f988a6-d2da-4e91-8558-61ee9dc029b0",
"videoUUID": "a97878fe-f3b4-4c22-8223-d549929c9d98",
"videoURL": "https://vm.runware.ai/video/os/a03d21/ws/5/vi/a97878fe-f3b4-4c22-8223-d549929c9d98.mp4",
"seed": 1394805895,
"cost": 0.2475
}Ceramic Percussion Music Video Segment
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@5-fast',
positivePrompt: 'Continue directly from the supplied first frame as an eight-second experimental pop music-video performance shot. The percussionist begins a precise rhythmic pattern across the tuned ceramic vessels, moving from the large central drum to smaller pots on either side. Each padded mallet strike sends a subtle puff of pale clay dust into the diagonal sunlight; loose cobalt ribbons tied to several vessels tremble from the resonance. She plays with focused, physical confidence while the camera makes a smooth low semicircular dolly from center toward her right, creating gentle parallax between the terracotta, cream, and mustard forms. On the final beats she strikes two vessels in quick succession, then holds still as the dust continues drifting. Preserve the drained 1970s pool, faded peach tile, cobalt workwear, sculptural ceramic instruments, warm natural light, realistic human motion, coherent vessel shapes, and premium practical-set cinematography. One continuous shot, no cuts, no titles or graphics.',
negativePrompt: 'broken ceramics, shattering vessels, extra limbs, duplicate mallets, distorted hands, changing costume, changing location, floating objects, camera shake, jump cuts, text, logos, subtitles, neon lighting, fantasy effects, cartoon rendering',
resolution: '720p',
duration: 8,
inputs: {
frameImages: [
'https://assets.runware.ai/assets/inputs/cab0fdfb-e729-4ae5-980d-0e44c41d9972.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": "pixverse:1@5-fast",
"positivePrompt": "Continue directly from the supplied first frame as an eight-second experimental pop music-video performance shot. The percussionist begins a precise rhythmic pattern across the tuned ceramic vessels, moving from the large central drum to smaller pots on either side. Each padded mallet strike sends a subtle puff of pale clay dust into the diagonal sunlight; loose cobalt ribbons tied to several vessels tremble from the resonance. She plays with focused, physical confidence while the camera makes a smooth low semicircular dolly from center toward her right, creating gentle parallax between the terracotta, cream, and mustard forms. On the final beats she strikes two vessels in quick succession, then holds still as the dust continues drifting. Preserve the drained 1970s pool, faded peach tile, cobalt workwear, sculptural ceramic instruments, warm natural light, realistic human motion, coherent vessel shapes, and premium practical-set cinematography. One continuous shot, no cuts, no titles or graphics.",
"negativePrompt": "broken ceramics, shattering vessels, extra limbs, duplicate mallets, distorted hands, changing costume, changing location, floating objects, camera shake, jump cuts, text, logos, subtitles, neon lighting, fantasy effects, cartoon rendering",
"resolution": "720p",
"duration": 8,
"inputs": {
"frameImages": [
"https://assets.runware.ai/assets/inputs/cab0fdfb-e729-4ae5-980d-0e44c41d9972.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": "38cb3a00-9dc2-43fd-8196-956766989aca",
"model": "pixverse:1@5-fast",
"positivePrompt": "Continue directly from the supplied first frame as an eight-second experimental pop music-video performance shot. The percussionist begins a precise rhythmic pattern across the tuned ceramic vessels, moving from the large central drum to smaller pots on either side. Each padded mallet strike sends a subtle puff of pale clay dust into the diagonal sunlight; loose cobalt ribbons tied to several vessels tremble from the resonance. She plays with focused, physical confidence while the camera makes a smooth low semicircular dolly from center toward her right, creating gentle parallax between the terracotta, cream, and mustard forms. On the final beats she strikes two vessels in quick succession, then holds still as the dust continues drifting. Preserve the drained 1970s pool, faded peach tile, cobalt workwear, sculptural ceramic instruments, warm natural light, realistic human motion, coherent vessel shapes, and premium practical-set cinematography. One continuous shot, no cuts, no titles or graphics.",
"negativePrompt": "broken ceramics, shattering vessels, extra limbs, duplicate mallets, distorted hands, changing costume, changing location, floating objects, camera shake, jump cuts, text, logos, subtitles, neon lighting, fantasy effects, cartoon rendering",
"resolution": "720p",
"duration": 8,
"inputs": {
"frameImages": [
"https://assets.runware.ai/assets/inputs/cab0fdfb-e729-4ae5-980d-0e44c41d9972.jpg"
]
}
}
]'runware run pixverse:1@5-fast \
positivePrompt="Continue directly from the supplied first frame as an eight-second experimental pop music-video performance shot. The percussionist begins a precise rhythmic pattern across the tuned ceramic vessels, moving from the large central drum to smaller pots on either side. Each padded mallet strike sends a subtle puff of pale clay dust into the diagonal sunlight; loose cobalt ribbons tied to several vessels tremble from the resonance. She plays with focused, physical confidence while the camera makes a smooth low semicircular dolly from center toward her right, creating gentle parallax between the terracotta, cream, and mustard forms. On the final beats she strikes two vessels in quick succession, then holds still as the dust continues drifting. Preserve the drained 1970s pool, faded peach tile, cobalt workwear, sculptural ceramic instruments, warm natural light, realistic human motion, coherent vessel shapes, and premium practical-set cinematography. One continuous shot, no cuts, no titles or graphics." \
negativePrompt="broken ceramics, shattering vessels, extra limbs, duplicate mallets, distorted hands, changing costume, changing location, floating objects, camera shake, jump cuts, text, logos, subtitles, neon lighting, fantasy effects, cartoon rendering" \
resolution=720p \
duration=8 \
inputs.frameImages.0=https://assets.runware.ai/assets/inputs/cab0fdfb-e729-4ae5-980d-0e44c41d9972.jpg{
"taskType": "videoInference",
"taskUUID": "38cb3a00-9dc2-43fd-8196-956766989aca",
"model": "pixverse:1@5-fast",
"positivePrompt": "Continue directly from the supplied first frame as an eight-second experimental pop music-video performance shot. The percussionist begins a precise rhythmic pattern across the tuned ceramic vessels, moving from the large central drum to smaller pots on either side. Each padded mallet strike sends a subtle puff of pale clay dust into the diagonal sunlight; loose cobalt ribbons tied to several vessels tremble from the resonance. She plays with focused, physical confidence while the camera makes a smooth low semicircular dolly from center toward her right, creating gentle parallax between the terracotta, cream, and mustard forms. On the final beats she strikes two vessels in quick succession, then holds still as the dust continues drifting. Preserve the drained 1970s pool, faded peach tile, cobalt workwear, sculptural ceramic instruments, warm natural light, realistic human motion, coherent vessel shapes, and premium practical-set cinematography. One continuous shot, no cuts, no titles or graphics.",
"negativePrompt": "broken ceramics, shattering vessels, extra limbs, duplicate mallets, distorted hands, changing costume, changing location, floating objects, camera shake, jump cuts, text, logos, subtitles, neon lighting, fantasy effects, cartoon rendering",
"resolution": "720p",
"duration": 8,
"inputs": {
"frameImages": [
"https://assets.runware.ai/assets/inputs/cab0fdfb-e729-4ae5-980d-0e44c41d9972.jpg"
]
}
}{
"taskType": "videoInference",
"taskUUID": "38cb3a00-9dc2-43fd-8196-956766989aca",
"videoUUID": "bec9b4d9-e166-4259-8856-1bf3328163c2",
"videoURL": "https://vm.runware.ai/video/os/a03d21/ws/5/vi/bec9b4d9-e166-4259-8856-1bf3328163c2.mp4",
"seed": 1858245346,
"cost": 0.2475
}Olive Oil Documentary Title Sequence
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@5-fast',
positivePrompt: 'Continue seamlessly from the supplied first frame as one controlled macro title shot. The viscous olive oil begins almost motionless, then a slow circular current forms around the brass plate. Tiny suspended particles drift naturally and warm highlights travel across the liquid. The camera makes a precise, very slow push toward the embossed words “BITTER GOLD” while focus shifts from the syringe and evidence tag to the submerged lettering. Passing laboratory light creates wavering caustic patterns over the brass; the title becomes increasingly clear without changing its spelling or physical construction. Near the end, the current settles, the background falls into velvety darkness, and one narrow amber highlight traces the engraved title before holding on a stark, legible final composition. Tense prestige investigative-documentary mood, photorealistic fluid behavior, subtle film grain, rich blacks, amber and tarnished brass, shallow depth of field, no cuts.',
negativePrompt: 'Extra words, misspelled title, changing letters, logos, subtitles, people, hands, floating objects, splashing oil, rapid camera movement, cuts, cartoon styling, neon colors, excessive lens flare, warped laboratory tools, flicker, jitter.',
resolution: '720p',
duration: 8,
inputs: {
frameImages: [
'https://assets.runware.ai/assets/inputs/837566a2-1f21-4390-ae0a-1086f772cdc2.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": "pixverse:1@5-fast",
"positivePrompt": "Continue seamlessly from the supplied first frame as one controlled macro title shot. The viscous olive oil begins almost motionless, then a slow circular current forms around the brass plate. Tiny suspended particles drift naturally and warm highlights travel across the liquid. The camera makes a precise, very slow push toward the embossed words “BITTER GOLD” while focus shifts from the syringe and evidence tag to the submerged lettering. Passing laboratory light creates wavering caustic patterns over the brass; the title becomes increasingly clear without changing its spelling or physical construction. Near the end, the current settles, the background falls into velvety darkness, and one narrow amber highlight traces the engraved title before holding on a stark, legible final composition. Tense prestige investigative-documentary mood, photorealistic fluid behavior, subtle film grain, rich blacks, amber and tarnished brass, shallow depth of field, no cuts.",
"negativePrompt": "Extra words, misspelled title, changing letters, logos, subtitles, people, hands, floating objects, splashing oil, rapid camera movement, cuts, cartoon styling, neon colors, excessive lens flare, warped laboratory tools, flicker, jitter.",
"resolution": "720p",
"duration": 8,
"inputs": {
"frameImages": [
"https://assets.runware.ai/assets/inputs/837566a2-1f21-4390-ae0a-1086f772cdc2.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": "c192377b-1326-43d6-8cd7-0c8bcf88e90f",
"model": "pixverse:1@5-fast",
"positivePrompt": "Continue seamlessly from the supplied first frame as one controlled macro title shot. The viscous olive oil begins almost motionless, then a slow circular current forms around the brass plate. Tiny suspended particles drift naturally and warm highlights travel across the liquid. The camera makes a precise, very slow push toward the embossed words “BITTER GOLD” while focus shifts from the syringe and evidence tag to the submerged lettering. Passing laboratory light creates wavering caustic patterns over the brass; the title becomes increasingly clear without changing its spelling or physical construction. Near the end, the current settles, the background falls into velvety darkness, and one narrow amber highlight traces the engraved title before holding on a stark, legible final composition. Tense prestige investigative-documentary mood, photorealistic fluid behavior, subtle film grain, rich blacks, amber and tarnished brass, shallow depth of field, no cuts.",
"negativePrompt": "Extra words, misspelled title, changing letters, logos, subtitles, people, hands, floating objects, splashing oil, rapid camera movement, cuts, cartoon styling, neon colors, excessive lens flare, warped laboratory tools, flicker, jitter.",
"resolution": "720p",
"duration": 8,
"inputs": {
"frameImages": [
"https://assets.runware.ai/assets/inputs/837566a2-1f21-4390-ae0a-1086f772cdc2.jpg"
]
}
}
]'runware run pixverse:1@5-fast \
positivePrompt="Continue seamlessly from the supplied first frame as one controlled macro title shot. The viscous olive oil begins almost motionless, then a slow circular current forms around the brass plate. Tiny suspended particles drift naturally and warm highlights travel across the liquid. The camera makes a precise, very slow push toward the embossed words “BITTER GOLD” while focus shifts from the syringe and evidence tag to the submerged lettering. Passing laboratory light creates wavering caustic patterns over the brass; the title becomes increasingly clear without changing its spelling or physical construction. Near the end, the current settles, the background falls into velvety darkness, and one narrow amber highlight traces the engraved title before holding on a stark, legible final composition. Tense prestige investigative-documentary mood, photorealistic fluid behavior, subtle film grain, rich blacks, amber and tarnished brass, shallow depth of field, no cuts." \
negativePrompt="Extra words, misspelled title, changing letters, logos, subtitles, people, hands, floating objects, splashing oil, rapid camera movement, cuts, cartoon styling, neon colors, excessive lens flare, warped laboratory tools, flicker, jitter." \
resolution=720p \
duration=8 \
inputs.frameImages.0=https://assets.runware.ai/assets/inputs/837566a2-1f21-4390-ae0a-1086f772cdc2.jpg{
"taskType": "videoInference",
"taskUUID": "c192377b-1326-43d6-8cd7-0c8bcf88e90f",
"model": "pixverse:1@5-fast",
"positivePrompt": "Continue seamlessly from the supplied first frame as one controlled macro title shot. The viscous olive oil begins almost motionless, then a slow circular current forms around the brass plate. Tiny suspended particles drift naturally and warm highlights travel across the liquid. The camera makes a precise, very slow push toward the embossed words “BITTER GOLD” while focus shifts from the syringe and evidence tag to the submerged lettering. Passing laboratory light creates wavering caustic patterns over the brass; the title becomes increasingly clear without changing its spelling or physical construction. Near the end, the current settles, the background falls into velvety darkness, and one narrow amber highlight traces the engraved title before holding on a stark, legible final composition. Tense prestige investigative-documentary mood, photorealistic fluid behavior, subtle film grain, rich blacks, amber and tarnished brass, shallow depth of field, no cuts.",
"negativePrompt": "Extra words, misspelled title, changing letters, logos, subtitles, people, hands, floating objects, splashing oil, rapid camera movement, cuts, cartoon styling, neon colors, excessive lens flare, warped laboratory tools, flicker, jitter.",
"resolution": "720p",
"duration": 8,
"inputs": {
"frameImages": [
"https://assets.runware.ai/assets/inputs/837566a2-1f21-4390-ae0a-1086f772cdc2.jpg"
]
}
}{
"taskType": "videoInference",
"taskUUID": "c192377b-1326-43d6-8cd7-0c8bcf88e90f",
"videoUUID": "8fa49b11-078c-4721-819a-83e7047ba244",
"videoURL": "https://vm.runware.ai/video/os/a09dlim3/ws/5/vi/8fa49b11-078c-4721-819a-83e7047ba244.mp4",
"seed": 159125910,
"cost": 0.2475
}Bioluminescent Canyon Skywhale Migration
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@5-fast',
positivePrompt: 'A vast moonlit desert canyon filled with bioluminescent flowers and drifting blue mist, enormous skywhales gliding slowly between towering rock arches, tiny riders on hanging lantern skiffs following the migration, shimmering particles in the air, soft volumetric light, cinematic wide shot, ethereal fantasy realism, detailed textures, graceful motion, atmospheric depth, awe-struck and serene mood',
negativePrompt: 'low detail, blurry, flicker, jitter, distortion, extra limbs, deformed creatures, text, watermark, logo, frame, oversaturated, noisy, harsh cuts',
width: 1280,
height: 720,
duration: 8,
seed: 38429
})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@5-fast",
"positivePrompt": "A vast moonlit desert canyon filled with bioluminescent flowers and drifting blue mist, enormous skywhales gliding slowly between towering rock arches, tiny riders on hanging lantern skiffs following the migration, shimmering particles in the air, soft volumetric light, cinematic wide shot, ethereal fantasy realism, detailed textures, graceful motion, atmospheric depth, awe-struck and serene mood",
"negativePrompt": "low detail, blurry, flicker, jitter, distortion, extra limbs, deformed creatures, text, watermark, logo, frame, oversaturated, noisy, harsh cuts",
"width": 1280,
"height": 720,
"duration": 8,
"seed": 38429
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "videoInference",
"taskUUID": "c8abf1f4-06cd-4de4-9b1d-1d2b63cbac80",
"model": "pixverse:1@5-fast",
"positivePrompt": "A vast moonlit desert canyon filled with bioluminescent flowers and drifting blue mist, enormous skywhales gliding slowly between towering rock arches, tiny riders on hanging lantern skiffs following the migration, shimmering particles in the air, soft volumetric light, cinematic wide shot, ethereal fantasy realism, detailed textures, graceful motion, atmospheric depth, awe-struck and serene mood",
"negativePrompt": "low detail, blurry, flicker, jitter, distortion, extra limbs, deformed creatures, text, watermark, logo, frame, oversaturated, noisy, harsh cuts",
"width": 1280,
"height": 720,
"duration": 8,
"seed": 38429
}
]'runware run pixverse:1@5-fast \
positivePrompt="A vast moonlit desert canyon filled with bioluminescent flowers and drifting blue mist, enormous skywhales gliding slowly between towering rock arches, tiny riders on hanging lantern skiffs following the migration, shimmering particles in the air, soft volumetric light, cinematic wide shot, ethereal fantasy realism, detailed textures, graceful motion, atmospheric depth, awe-struck and serene mood" \
negativePrompt="low detail, blurry, flicker, jitter, distortion, extra limbs, deformed creatures, text, watermark, logo, frame, oversaturated, noisy, harsh cuts" \
width=1280 \
height=720 \
duration=8 \
seed=38429{
"taskType": "videoInference",
"taskUUID": "c8abf1f4-06cd-4de4-9b1d-1d2b63cbac80",
"model": "pixverse:1@5-fast",
"positivePrompt": "A vast moonlit desert canyon filled with bioluminescent flowers and drifting blue mist, enormous skywhales gliding slowly between towering rock arches, tiny riders on hanging lantern skiffs following the migration, shimmering particles in the air, soft volumetric light, cinematic wide shot, ethereal fantasy realism, detailed textures, graceful motion, atmospheric depth, awe-struck and serene mood",
"negativePrompt": "low detail, blurry, flicker, jitter, distortion, extra limbs, deformed creatures, text, watermark, logo, frame, oversaturated, noisy, harsh cuts",
"width": 1280,
"height": 720,
"duration": 8,
"seed": 38429
}{
"taskType": "videoInference",
"taskUUID": "c8abf1f4-06cd-4de4-9b1d-1d2b63cbac80",
"videoUUID": "80c896f3-037c-4355-b248-4e9537f23d3c",
"videoURL": "https://vm.runware.ai/video/os/a09d21/ws/5/vi/80c896f3-037c-4355-b248-4e9537f23d3c.mp4",
"seed": 38429,
"cost": 0.2475
}Bioluminescent Mangrove Lagoon Twilight
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@5-fast',
positivePrompt: 'A cinematic twilight glide through a bioluminescent mangrove lagoon, tangled roots rising from glassy water, thousands of tiny blue-green lights shimmering beneath the surface, luminous jellyfish drifting between branches, warm firefly swarms tracing arcs in the humid air, a narrow wooden skiff floating unattended, distant limestone cliffs wrapped in mist, subtle camera dolly forward with gentle parallax, rippling reflections, soft fog, magical realism, ultra-detailed, atmospheric, vivid color contrast, elegant composition, natural motion, high production value',
negativePrompt: 'low detail, blurry, noisy, flickering, shaky camera, distorted anatomy, text, watermark, logo, oversaturated highlights, harsh cuts, duplicate objects, low-quality compression artifacts',
width: 1280,
height: 720,
duration: 8,
seed: 68019
})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@5-fast",
"positivePrompt": "A cinematic twilight glide through a bioluminescent mangrove lagoon, tangled roots rising from glassy water, thousands of tiny blue-green lights shimmering beneath the surface, luminous jellyfish drifting between branches, warm firefly swarms tracing arcs in the humid air, a narrow wooden skiff floating unattended, distant limestone cliffs wrapped in mist, subtle camera dolly forward with gentle parallax, rippling reflections, soft fog, magical realism, ultra-detailed, atmospheric, vivid color contrast, elegant composition, natural motion, high production value",
"negativePrompt": "low detail, blurry, noisy, flickering, shaky camera, distorted anatomy, text, watermark, logo, oversaturated highlights, harsh cuts, duplicate objects, low-quality compression artifacts",
"width": 1280,
"height": 720,
"duration": 8,
"seed": 68019
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "videoInference",
"taskUUID": "13643d2c-0465-42c6-a81a-64542b210577",
"model": "pixverse:1@5-fast",
"positivePrompt": "A cinematic twilight glide through a bioluminescent mangrove lagoon, tangled roots rising from glassy water, thousands of tiny blue-green lights shimmering beneath the surface, luminous jellyfish drifting between branches, warm firefly swarms tracing arcs in the humid air, a narrow wooden skiff floating unattended, distant limestone cliffs wrapped in mist, subtle camera dolly forward with gentle parallax, rippling reflections, soft fog, magical realism, ultra-detailed, atmospheric, vivid color contrast, elegant composition, natural motion, high production value",
"negativePrompt": "low detail, blurry, noisy, flickering, shaky camera, distorted anatomy, text, watermark, logo, oversaturated highlights, harsh cuts, duplicate objects, low-quality compression artifacts",
"width": 1280,
"height": 720,
"duration": 8,
"seed": 68019
}
]'runware run pixverse:1@5-fast \
positivePrompt="A cinematic twilight glide through a bioluminescent mangrove lagoon, tangled roots rising from glassy water, thousands of tiny blue-green lights shimmering beneath the surface, luminous jellyfish drifting between branches, warm firefly swarms tracing arcs in the humid air, a narrow wooden skiff floating unattended, distant limestone cliffs wrapped in mist, subtle camera dolly forward with gentle parallax, rippling reflections, soft fog, magical realism, ultra-detailed, atmospheric, vivid color contrast, elegant composition, natural motion, high production value" \
negativePrompt="low detail, blurry, noisy, flickering, shaky camera, distorted anatomy, text, watermark, logo, oversaturated highlights, harsh cuts, duplicate objects, low-quality compression artifacts" \
width=1280 \
height=720 \
duration=8 \
seed=68019{
"taskType": "videoInference",
"taskUUID": "13643d2c-0465-42c6-a81a-64542b210577",
"model": "pixverse:1@5-fast",
"positivePrompt": "A cinematic twilight glide through a bioluminescent mangrove lagoon, tangled roots rising from glassy water, thousands of tiny blue-green lights shimmering beneath the surface, luminous jellyfish drifting between branches, warm firefly swarms tracing arcs in the humid air, a narrow wooden skiff floating unattended, distant limestone cliffs wrapped in mist, subtle camera dolly forward with gentle parallax, rippling reflections, soft fog, magical realism, ultra-detailed, atmospheric, vivid color contrast, elegant composition, natural motion, high production value",
"negativePrompt": "low detail, blurry, noisy, flickering, shaky camera, distorted anatomy, text, watermark, logo, oversaturated highlights, harsh cuts, duplicate objects, low-quality compression artifacts",
"width": 1280,
"height": 720,
"duration": 8,
"seed": 68019
}{
"taskType": "videoInference",
"taskUUID": "13643d2c-0465-42c6-a81a-64542b210577",
"videoUUID": "996d5937-3ea7-4d72-aad6-595965ef2c58",
"videoURL": "https://vm.runware.ai/video/os/a24d12/ws/5/vi/996d5937-3ea7-4d72-aad6-595965ef2c58.mp4",
"seed": 68019,
"cost": 0.2475
}Bioluminescent Tide Market Nightscape
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@5-fast',
positivePrompt: 'A luminous floating night market drifting through shallow turquoise tidal flats beneath giant crescent moons, woven reed boats tethered to glowing coral stalls, merchants in reflective silk robes, glass lanterns full of tiny bioluminescent jellyfish, children releasing shimmering paper fish into the air, gentle camera glide forward through the market, fabric banners rippling in ocean breeze, wet surfaces reflecting cyan, amber, and violet light, distant mangrove silhouettes, dreamy fantasy realism, ultra-cinematic composition, layered depth, atmospheric mist, highly detailed, elegant motion, immersive and magical',
negativePrompt: 'blurry, low detail, flicker, jitter, warped anatomy, duplicated people, text, watermark, logo, frame, overexposed, underexposed, harsh noise, washed out colors',
width: 1280,
height: 720,
duration: 8,
seed: 88343
})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@5-fast",
"positivePrompt": "A luminous floating night market drifting through shallow turquoise tidal flats beneath giant crescent moons, woven reed boats tethered to glowing coral stalls, merchants in reflective silk robes, glass lanterns full of tiny bioluminescent jellyfish, children releasing shimmering paper fish into the air, gentle camera glide forward through the market, fabric banners rippling in ocean breeze, wet surfaces reflecting cyan, amber, and violet light, distant mangrove silhouettes, dreamy fantasy realism, ultra-cinematic composition, layered depth, atmospheric mist, highly detailed, elegant motion, immersive and magical",
"negativePrompt": "blurry, low detail, flicker, jitter, warped anatomy, duplicated people, text, watermark, logo, frame, overexposed, underexposed, harsh noise, washed out colors",
"width": 1280,
"height": 720,
"duration": 8,
"seed": 88343
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "videoInference",
"taskUUID": "be9bd0e5-20f6-4529-ae12-adfa8f4522c9",
"model": "pixverse:1@5-fast",
"positivePrompt": "A luminous floating night market drifting through shallow turquoise tidal flats beneath giant crescent moons, woven reed boats tethered to glowing coral stalls, merchants in reflective silk robes, glass lanterns full of tiny bioluminescent jellyfish, children releasing shimmering paper fish into the air, gentle camera glide forward through the market, fabric banners rippling in ocean breeze, wet surfaces reflecting cyan, amber, and violet light, distant mangrove silhouettes, dreamy fantasy realism, ultra-cinematic composition, layered depth, atmospheric mist, highly detailed, elegant motion, immersive and magical",
"negativePrompt": "blurry, low detail, flicker, jitter, warped anatomy, duplicated people, text, watermark, logo, frame, overexposed, underexposed, harsh noise, washed out colors",
"width": 1280,
"height": 720,
"duration": 8,
"seed": 88343
}
]'runware run pixverse:1@5-fast \
positivePrompt="A luminous floating night market drifting through shallow turquoise tidal flats beneath giant crescent moons, woven reed boats tethered to glowing coral stalls, merchants in reflective silk robes, glass lanterns full of tiny bioluminescent jellyfish, children releasing shimmering paper fish into the air, gentle camera glide forward through the market, fabric banners rippling in ocean breeze, wet surfaces reflecting cyan, amber, and violet light, distant mangrove silhouettes, dreamy fantasy realism, ultra-cinematic composition, layered depth, atmospheric mist, highly detailed, elegant motion, immersive and magical" \
negativePrompt="blurry, low detail, flicker, jitter, warped anatomy, duplicated people, text, watermark, logo, frame, overexposed, underexposed, harsh noise, washed out colors" \
width=1280 \
height=720 \
duration=8 \
seed=88343{
"taskType": "videoInference",
"taskUUID": "be9bd0e5-20f6-4529-ae12-adfa8f4522c9",
"model": "pixverse:1@5-fast",
"positivePrompt": "A luminous floating night market drifting through shallow turquoise tidal flats beneath giant crescent moons, woven reed boats tethered to glowing coral stalls, merchants in reflective silk robes, glass lanterns full of tiny bioluminescent jellyfish, children releasing shimmering paper fish into the air, gentle camera glide forward through the market, fabric banners rippling in ocean breeze, wet surfaces reflecting cyan, amber, and violet light, distant mangrove silhouettes, dreamy fantasy realism, ultra-cinematic composition, layered depth, atmospheric mist, highly detailed, elegant motion, immersive and magical",
"negativePrompt": "blurry, low detail, flicker, jitter, warped anatomy, duplicated people, text, watermark, logo, frame, overexposed, underexposed, harsh noise, washed out colors",
"width": 1280,
"height": 720,
"duration": 8,
"seed": 88343
}{
"taskType": "videoInference",
"taskUUID": "be9bd0e5-20f6-4529-ae12-adfa8f4522c9",
"videoUUID": "87fc1d4d-88f3-4eb7-ab01-68c84482f194",
"videoURL": "https://vm.runware.ai/video/os/a15d18/ws/5/vi/87fc1d4d-88f3-4eb7-ab01-68c84482f194.mp4",
"seed": 88343,
"cost": 0.2475
}Bioluminescent Cliffside Observatory
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@5-fast',
positivePrompt: 'A cinematic fantasy sci-fi night scene of a cliffside observatory above a moonlit ocean, bioluminescent flowers softly pulsing, fog drifting through the rocks, subtle camera push-in, shimmering reflections on the glass dome, gentle ocean movement far below, atmospheric teal and violet lighting, majestic scale, detailed environment, elegant motion, high visual polish',
negativePrompt: 'blurry, low detail, flicker, jitter, distorted architecture, extra buildings, text, watermark, people, oversaturated colors, harsh motion, noise, frame warping',
width: 1280,
height: 720,
duration: 5,
seed: 36273,
inputs: {
frameImages: [
{
inputImage: 'https://assets.runware.ai/assets/inputs/f97e7073-d02f-4455-9c24-be5110dcd7f7.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@5-fast",
"positivePrompt": "A cinematic fantasy sci-fi night scene of a cliffside observatory above a moonlit ocean, bioluminescent flowers softly pulsing, fog drifting through the rocks, subtle camera push-in, shimmering reflections on the glass dome, gentle ocean movement far below, atmospheric teal and violet lighting, majestic scale, detailed environment, elegant motion, high visual polish",
"negativePrompt": "blurry, low detail, flicker, jitter, distorted architecture, extra buildings, text, watermark, people, oversaturated colors, harsh motion, noise, frame warping",
"width": 1280,
"height": 720,
"duration": 5,
"seed": 36273,
"inputs": {
"frameImages": [
{
"inputImage": "https://assets.runware.ai/assets/inputs/f97e7073-d02f-4455-9c24-be5110dcd7f7.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": "1f7437bc-b2c7-4db7-94bb-ee313960cd44",
"model": "pixverse:1@5-fast",
"positivePrompt": "A cinematic fantasy sci-fi night scene of a cliffside observatory above a moonlit ocean, bioluminescent flowers softly pulsing, fog drifting through the rocks, subtle camera push-in, shimmering reflections on the glass dome, gentle ocean movement far below, atmospheric teal and violet lighting, majestic scale, detailed environment, elegant motion, high visual polish",
"negativePrompt": "blurry, low detail, flicker, jitter, distorted architecture, extra buildings, text, watermark, people, oversaturated colors, harsh motion, noise, frame warping",
"width": 1280,
"height": 720,
"duration": 5,
"seed": 36273,
"inputs": {
"frameImages": [
{
"inputImage": "https://assets.runware.ai/assets/inputs/f97e7073-d02f-4455-9c24-be5110dcd7f7.jpg",
"frame": "first"
}
]
}
}
]'runware run pixverse:1@5-fast \
positivePrompt="A cinematic fantasy sci-fi night scene of a cliffside observatory above a moonlit ocean, bioluminescent flowers softly pulsing, fog drifting through the rocks, subtle camera push-in, shimmering reflections on the glass dome, gentle ocean movement far below, atmospheric teal and violet lighting, majestic scale, detailed environment, elegant motion, high visual polish" \
negativePrompt="blurry, low detail, flicker, jitter, distorted architecture, extra buildings, text, watermark, people, oversaturated colors, harsh motion, noise, frame warping" \
width=1280 \
height=720 \
duration=5 \
seed=36273 \
inputs.frameImages.0.inputImage=https://assets.runware.ai/assets/inputs/f97e7073-d02f-4455-9c24-be5110dcd7f7.jpg \
inputs.frameImages.0.frame=first{
"taskType": "videoInference",
"taskUUID": "1f7437bc-b2c7-4db7-94bb-ee313960cd44",
"model": "pixverse:1@5-fast",
"positivePrompt": "A cinematic fantasy sci-fi night scene of a cliffside observatory above a moonlit ocean, bioluminescent flowers softly pulsing, fog drifting through the rocks, subtle camera push-in, shimmering reflections on the glass dome, gentle ocean movement far below, atmospheric teal and violet lighting, majestic scale, detailed environment, elegant motion, high visual polish",
"negativePrompt": "blurry, low detail, flicker, jitter, distorted architecture, extra buildings, text, watermark, people, oversaturated colors, harsh motion, noise, frame warping",
"width": 1280,
"height": 720,
"duration": 5,
"seed": 36273,
"inputs": {
"frameImages": [
{
"inputImage": "https://assets.runware.ai/assets/inputs/f97e7073-d02f-4455-9c24-be5110dcd7f7.jpg",
"frame": "first"
}
]
}
}{
"taskType": "videoInference",
"taskUUID": "1f7437bc-b2c7-4db7-94bb-ee313960cd44",
"videoUUID": "b9fe569b-71a7-4eb0-8d4c-4d6cf76759b6",
"videoURL": "https://vm.runware.ai/video/os/a10d08/ws/5/vi/b9fe569b-71a7-4eb0-8d4c-4d6cf76759b6.mp4",
"seed": 36273,
"cost": 0.1238
}Bioluminescent Jungle Ruins Chase
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@5-fast',
positivePrompt: 'Animate this single establishing frame into a fast cinematic jungle pursuit scene. The camera glides forward through glowing ruins and hanging vines, mist drifting across the ground, bioluminescent particles swirling in the air, subtle lantern flicker reflecting on wet stone, foliage reacting to movement, a sense of unseen creatures rushing nearby, dramatic parallax, atmospheric depth, realistic lighting, vivid teal and amber highlights, high-energy adventure tone, polished blockbuster fantasy cinematography.',
negativePrompt: 'low detail, blurry, distorted anatomy, duplicated subject, flickering artifacts, oversaturated colors, flat lighting, text, watermark, logo, frame border, jittery camera, heavy noise',
width: 1280,
height: 720,
duration: 5,
seed: 23292,
inputs: {
frameImages: [
{
inputImage: 'https://assets.runware.ai/assets/inputs/383ed43a-e931-468e-b0d6-6d61d4e996a7.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@5-fast",
"positivePrompt": "Animate this single establishing frame into a fast cinematic jungle pursuit scene. The camera glides forward through glowing ruins and hanging vines, mist drifting across the ground, bioluminescent particles swirling in the air, subtle lantern flicker reflecting on wet stone, foliage reacting to movement, a sense of unseen creatures rushing nearby, dramatic parallax, atmospheric depth, realistic lighting, vivid teal and amber highlights, high-energy adventure tone, polished blockbuster fantasy cinematography.",
"negativePrompt": "low detail, blurry, distorted anatomy, duplicated subject, flickering artifacts, oversaturated colors, flat lighting, text, watermark, logo, frame border, jittery camera, heavy noise",
"width": 1280,
"height": 720,
"duration": 5,
"seed": 23292,
"inputs": {
"frameImages": [
{
"inputImage": "https://assets.runware.ai/assets/inputs/383ed43a-e931-468e-b0d6-6d61d4e996a7.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": "6ff9fee8-5850-4397-9c29-463b907ab221",
"model": "pixverse:1@5-fast",
"positivePrompt": "Animate this single establishing frame into a fast cinematic jungle pursuit scene. The camera glides forward through glowing ruins and hanging vines, mist drifting across the ground, bioluminescent particles swirling in the air, subtle lantern flicker reflecting on wet stone, foliage reacting to movement, a sense of unseen creatures rushing nearby, dramatic parallax, atmospheric depth, realistic lighting, vivid teal and amber highlights, high-energy adventure tone, polished blockbuster fantasy cinematography.",
"negativePrompt": "low detail, blurry, distorted anatomy, duplicated subject, flickering artifacts, oversaturated colors, flat lighting, text, watermark, logo, frame border, jittery camera, heavy noise",
"width": 1280,
"height": 720,
"duration": 5,
"seed": 23292,
"inputs": {
"frameImages": [
{
"inputImage": "https://assets.runware.ai/assets/inputs/383ed43a-e931-468e-b0d6-6d61d4e996a7.jpg",
"frame": "first"
}
]
}
}
]'runware run pixverse:1@5-fast \
positivePrompt="Animate this single establishing frame into a fast cinematic jungle pursuit scene. The camera glides forward through glowing ruins and hanging vines, mist drifting across the ground, bioluminescent particles swirling in the air, subtle lantern flicker reflecting on wet stone, foliage reacting to movement, a sense of unseen creatures rushing nearby, dramatic parallax, atmospheric depth, realistic lighting, vivid teal and amber highlights, high-energy adventure tone, polished blockbuster fantasy cinematography." \
negativePrompt="low detail, blurry, distorted anatomy, duplicated subject, flickering artifacts, oversaturated colors, flat lighting, text, watermark, logo, frame border, jittery camera, heavy noise" \
width=1280 \
height=720 \
duration=5 \
seed=23292 \
inputs.frameImages.0.inputImage=https://assets.runware.ai/assets/inputs/383ed43a-e931-468e-b0d6-6d61d4e996a7.jpg \
inputs.frameImages.0.frame=first{
"taskType": "videoInference",
"taskUUID": "6ff9fee8-5850-4397-9c29-463b907ab221",
"model": "pixverse:1@5-fast",
"positivePrompt": "Animate this single establishing frame into a fast cinematic jungle pursuit scene. The camera glides forward through glowing ruins and hanging vines, mist drifting across the ground, bioluminescent particles swirling in the air, subtle lantern flicker reflecting on wet stone, foliage reacting to movement, a sense of unseen creatures rushing nearby, dramatic parallax, atmospheric depth, realistic lighting, vivid teal and amber highlights, high-energy adventure tone, polished blockbuster fantasy cinematography.",
"negativePrompt": "low detail, blurry, distorted anatomy, duplicated subject, flickering artifacts, oversaturated colors, flat lighting, text, watermark, logo, frame border, jittery camera, heavy noise",
"width": 1280,
"height": 720,
"duration": 5,
"seed": 23292,
"inputs": {
"frameImages": [
{
"inputImage": "https://assets.runware.ai/assets/inputs/383ed43a-e931-468e-b0d6-6d61d4e996a7.jpg",
"frame": "first"
}
]
}
}{
"taskType": "videoInference",
"taskUUID": "6ff9fee8-5850-4397-9c29-463b907ab221",
"videoUUID": "e9864f77-265e-40d4-95a7-c0a16ceb6734",
"videoURL": "https://vm.runware.ai/video/os/a20d05/ws/5/vi/e9864f77-265e-40d4-95a7-c0a16ceb6734.mp4",
"seed": 23292,
"cost": 0.1238
}