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
Examples5
CODE
Ready-to-use code snippets for common workflows
Comic Glacier Rescue Beacon
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@1',
positivePrompt: 'A lone rescue ranger stands on a jagged glacier ridge, raising a brilliant emergency flare as snow gusts sweep across fractured ice. The flare throws vivid red light onto the ranger\'s winter gear and the sharp blue-white terrain. In the distance, loose snow tumbles down a cliff face and a faint signal mast flickers through the storm. Dramatic comic-book styling, bold inked contours, graphic shading, high contrast, heroic wilderness tension, visible blowing snow, subtle body movement, cape strap and flare smoke fluttering, dynamic but readable action.',
negativePrompt: 'blurry, low detail, extra limbs, duplicate person, distorted anatomy, text, watermark, logo, camera movement, city, crowd, underwater, bakery, puppets, indoor scene',
width: 1280,
height: 720,
duration: 5,
seed: 80706,
providerSettings: {
pixverse: {
style: 'comic',
motionMode: 'normal'
}
},
inputs: {
frameImages: [
{
image: 'https://assets.runware.ai/assets/inputs/8148af1f-004c-49b5-8c91-116b554abaf8.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": "A lone rescue ranger stands on a jagged glacier ridge, raising a brilliant emergency flare as snow gusts sweep across fractured ice. The flare throws vivid red light onto the ranger's winter gear and the sharp blue-white terrain. In the distance, loose snow tumbles down a cliff face and a faint signal mast flickers through the storm. Dramatic comic-book styling, bold inked contours, graphic shading, high contrast, heroic wilderness tension, visible blowing snow, subtle body movement, cape strap and flare smoke fluttering, dynamic but readable action.",
"negativePrompt": "blurry, low detail, extra limbs, duplicate person, distorted anatomy, text, watermark, logo, camera movement, city, crowd, underwater, bakery, puppets, indoor scene",
"width": 1280,
"height": 720,
"duration": 5,
"seed": 80706,
"providerSettings": {
"pixverse": {
"style": "comic",
"motionMode": "normal"
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/8148af1f-004c-49b5-8c91-116b554abaf8.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": "e2fce183-bf7d-45ab-80d1-4a9b4cc2ea7f",
"model": "pixverse:1@1",
"positivePrompt": "A lone rescue ranger stands on a jagged glacier ridge, raising a brilliant emergency flare as snow gusts sweep across fractured ice. The flare throws vivid red light onto the ranger's winter gear and the sharp blue-white terrain. In the distance, loose snow tumbles down a cliff face and a faint signal mast flickers through the storm. Dramatic comic-book styling, bold inked contours, graphic shading, high contrast, heroic wilderness tension, visible blowing snow, subtle body movement, cape strap and flare smoke fluttering, dynamic but readable action.",
"negativePrompt": "blurry, low detail, extra limbs, duplicate person, distorted anatomy, text, watermark, logo, camera movement, city, crowd, underwater, bakery, puppets, indoor scene",
"width": 1280,
"height": 720,
"duration": 5,
"seed": 80706,
"providerSettings": {
"pixverse": {
"style": "comic",
"motionMode": "normal"
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/8148af1f-004c-49b5-8c91-116b554abaf8.jpg",
"frame": "first"
}
]
}
}
]'runware run pixverse:1@1 \
positivePrompt="A lone rescue ranger stands on a jagged glacier ridge, raising a brilliant emergency flare as snow gusts sweep across fractured ice. The flare throws vivid red light onto the ranger's winter gear and the sharp blue-white terrain. In the distance, loose snow tumbles down a cliff face and a faint signal mast flickers through the storm. Dramatic comic-book styling, bold inked contours, graphic shading, high contrast, heroic wilderness tension, visible blowing snow, subtle body movement, cape strap and flare smoke fluttering, dynamic but readable action." \
negativePrompt="blurry, low detail, extra limbs, duplicate person, distorted anatomy, text, watermark, logo, camera movement, city, crowd, underwater, bakery, puppets, indoor scene" \
width=1280 \
height=720 \
duration=5 \
seed=80706 \
providerSettings.pixverse.style=comic \
providerSettings.pixverse.motionMode=normal \
inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/8148af1f-004c-49b5-8c91-116b554abaf8.jpg \
inputs.frameImages.0.frame=first{
"taskType": "videoInference",
"taskUUID": "e2fce183-bf7d-45ab-80d1-4a9b4cc2ea7f",
"model": "pixverse:1@1",
"positivePrompt": "A lone rescue ranger stands on a jagged glacier ridge, raising a brilliant emergency flare as snow gusts sweep across fractured ice. The flare throws vivid red light onto the ranger's winter gear and the sharp blue-white terrain. In the distance, loose snow tumbles down a cliff face and a faint signal mast flickers through the storm. Dramatic comic-book styling, bold inked contours, graphic shading, high contrast, heroic wilderness tension, visible blowing snow, subtle body movement, cape strap and flare smoke fluttering, dynamic but readable action.",
"negativePrompt": "blurry, low detail, extra limbs, duplicate person, distorted anatomy, text, watermark, logo, camera movement, city, crowd, underwater, bakery, puppets, indoor scene",
"width": 1280,
"height": 720,
"duration": 5,
"seed": 80706,
"providerSettings": {
"pixverse": {
"style": "comic",
"motionMode": "normal"
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/8148af1f-004c-49b5-8c91-116b554abaf8.jpg",
"frame": "first"
}
]
}
}{
"taskType": "videoInference",
"taskUUID": "e2fce183-bf7d-45ab-80d1-4a9b4cc2ea7f",
"videoUUID": "fd894288-568c-4cc2-917f-b0a80c7d36a4",
"videoURL": "https://vm.runware.ai/video/os/a01d21/ws/5/vi/fd894288-568c-4cc2-917f-b0a80c7d36a4.mp4",
"seed": 80706,
"cost": 0.15
}Clay Puppet Bakery Window
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@1',
positivePrompt: 'A charming claymation street vignette at dawn: a tiny puppet baker in a flour-dusted apron stands behind a vintage bakery window, carefully arranging braided loaves and berry pastries while warm oven glow flickers behind stacked bread racks. Outside, a plump sparrow hops along the windowsill, tilting its head. Soft steam curls from fresh buns, hanging signs sway gently, crumbs tumble as the baker places one final loaf, and the sparrow flutters its wings in curiosity. Hand-sculpted textures, fingerprint details in the clay, miniature cobblestones, whimsical European storybook atmosphere, cozy amber and pastel color palette, shallow depth of field, highly detailed stop-motion look.',
negativePrompt: 'camera movement, panning, zooming, live-action, photorealistic humans, blurry details, distorted hands, extra limbs, text, watermark, logo, harsh strobing, low resolution, dark horror mood',
width: 1280,
height: 720,
duration: 5,
seed: 56660,
providerSettings: {
pixverse: {
style: 'clay',
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 charming claymation street vignette at dawn: a tiny puppet baker in a flour-dusted apron stands behind a vintage bakery window, carefully arranging braided loaves and berry pastries while warm oven glow flickers behind stacked bread racks. Outside, a plump sparrow hops along the windowsill, tilting its head. Soft steam curls from fresh buns, hanging signs sway gently, crumbs tumble as the baker places one final loaf, and the sparrow flutters its wings in curiosity. Hand-sculpted textures, fingerprint details in the clay, miniature cobblestones, whimsical European storybook atmosphere, cozy amber and pastel color palette, shallow depth of field, highly detailed stop-motion look.",
"negativePrompt": "camera movement, panning, zooming, live-action, photorealistic humans, blurry details, distorted hands, extra limbs, text, watermark, logo, harsh strobing, low resolution, dark horror mood",
"width": 1280,
"height": 720,
"duration": 5,
"seed": 56660,
"providerSettings": {
"pixverse": {
"style": "clay",
"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": "a9504f47-4d5a-44d0-82a1-6b6586293432",
"model": "pixverse:1@1",
"positivePrompt": "A charming claymation street vignette at dawn: a tiny puppet baker in a flour-dusted apron stands behind a vintage bakery window, carefully arranging braided loaves and berry pastries while warm oven glow flickers behind stacked bread racks. Outside, a plump sparrow hops along the windowsill, tilting its head. Soft steam curls from fresh buns, hanging signs sway gently, crumbs tumble as the baker places one final loaf, and the sparrow flutters its wings in curiosity. Hand-sculpted textures, fingerprint details in the clay, miniature cobblestones, whimsical European storybook atmosphere, cozy amber and pastel color palette, shallow depth of field, highly detailed stop-motion look.",
"negativePrompt": "camera movement, panning, zooming, live-action, photorealistic humans, blurry details, distorted hands, extra limbs, text, watermark, logo, harsh strobing, low resolution, dark horror mood",
"width": 1280,
"height": 720,
"duration": 5,
"seed": 56660,
"providerSettings": {
"pixverse": {
"style": "clay",
"motionMode": "normal"
}
}
}
]'runware run pixverse:1@1 \
positivePrompt="A charming claymation street vignette at dawn: a tiny puppet baker in a flour-dusted apron stands behind a vintage bakery window, carefully arranging braided loaves and berry pastries while warm oven glow flickers behind stacked bread racks. Outside, a plump sparrow hops along the windowsill, tilting its head. Soft steam curls from fresh buns, hanging signs sway gently, crumbs tumble as the baker places one final loaf, and the sparrow flutters its wings in curiosity. Hand-sculpted textures, fingerprint details in the clay, miniature cobblestones, whimsical European storybook atmosphere, cozy amber and pastel color palette, shallow depth of field, highly detailed stop-motion look." \
negativePrompt="camera movement, panning, zooming, live-action, photorealistic humans, blurry details, distorted hands, extra limbs, text, watermark, logo, harsh strobing, low resolution, dark horror mood" \
width=1280 \
height=720 \
duration=5 \
seed=56660 \
providerSettings.pixverse.style=clay \
providerSettings.pixverse.motionMode=normal{
"taskType": "videoInference",
"taskUUID": "a9504f47-4d5a-44d0-82a1-6b6586293432",
"model": "pixverse:1@1",
"positivePrompt": "A charming claymation street vignette at dawn: a tiny puppet baker in a flour-dusted apron stands behind a vintage bakery window, carefully arranging braided loaves and berry pastries while warm oven glow flickers behind stacked bread racks. Outside, a plump sparrow hops along the windowsill, tilting its head. Soft steam curls from fresh buns, hanging signs sway gently, crumbs tumble as the baker places one final loaf, and the sparrow flutters its wings in curiosity. Hand-sculpted textures, fingerprint details in the clay, miniature cobblestones, whimsical European storybook atmosphere, cozy amber and pastel color palette, shallow depth of field, highly detailed stop-motion look.",
"negativePrompt": "camera movement, panning, zooming, live-action, photorealistic humans, blurry details, distorted hands, extra limbs, text, watermark, logo, harsh strobing, low resolution, dark horror mood",
"width": 1280,
"height": 720,
"duration": 5,
"seed": 56660,
"providerSettings": {
"pixverse": {
"style": "clay",
"motionMode": "normal"
}
}
}{
"taskType": "videoInference",
"taskUUID": "a9504f47-4d5a-44d0-82a1-6b6586293432",
"videoUUID": "e89081a8-f84b-4ec4-a40a-2d941ea84f1e",
"videoURL": "https://vm.runware.ai/video/os/a24d12/ws/5/vi/e89081a8-f84b-4ec4-a40a-2d941ea84f1e.mp4",
"seed": 56660,
"cost": 0.15
}Comic Harbor Dawn Duel
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@1',
positivePrompt: 'Comic-book action sequence in a pirate harbor at dawn, a swift young swordswoman performing a dynamic duel across a wooden pier, fluttering coat tails, ropes swaying, gulls scattering, water splashing, crates sliding, bold inked outlines, halftone shading, vivid cinematic energy, strong continuity between opening and ending frame, expressive action beats, richly detailed background',
negativePrompt: 'blurry, low detail, distorted anatomy, extra limbs, duplicate character, text, watermark, logo, camera movement, futuristic city, underwater scene',
width: 1280,
height: 720,
duration: 5,
seed: 70266,
providerSettings: {
pixverse: {
style: 'comic',
motionMode: 'fast',
effect: 'kungfu club'
}
},
inputs: {
frameImages: [
{
image: 'https://assets.runware.ai/assets/inputs/ab41b854-bb10-48a5-9ba1-79ee74ef5cf9.jpg',
frame: 'first'
},
{
image: 'https://assets.runware.ai/assets/inputs/92eca217-c801-44c7-a67f-288781d27e2f.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": "Comic-book action sequence in a pirate harbor at dawn, a swift young swordswoman performing a dynamic duel across a wooden pier, fluttering coat tails, ropes swaying, gulls scattering, water splashing, crates sliding, bold inked outlines, halftone shading, vivid cinematic energy, strong continuity between opening and ending frame, expressive action beats, richly detailed background",
"negativePrompt": "blurry, low detail, distorted anatomy, extra limbs, duplicate character, text, watermark, logo, camera movement, futuristic city, underwater scene",
"width": 1280,
"height": 720,
"duration": 5,
"seed": 70266,
"providerSettings": {
"pixverse": {
"style": "comic",
"motionMode": "fast",
"effect": "kungfu club"
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/ab41b854-bb10-48a5-9ba1-79ee74ef5cf9.jpg",
"frame": "first"
},
{
"image": "https://assets.runware.ai/assets/inputs/92eca217-c801-44c7-a67f-288781d27e2f.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": "64bf55ca-fc65-4903-a7ae-b1f89c63aab6",
"model": "pixverse:1@1",
"positivePrompt": "Comic-book action sequence in a pirate harbor at dawn, a swift young swordswoman performing a dynamic duel across a wooden pier, fluttering coat tails, ropes swaying, gulls scattering, water splashing, crates sliding, bold inked outlines, halftone shading, vivid cinematic energy, strong continuity between opening and ending frame, expressive action beats, richly detailed background",
"negativePrompt": "blurry, low detail, distorted anatomy, extra limbs, duplicate character, text, watermark, logo, camera movement, futuristic city, underwater scene",
"width": 1280,
"height": 720,
"duration": 5,
"seed": 70266,
"providerSettings": {
"pixverse": {
"style": "comic",
"motionMode": "fast",
"effect": "kungfu club"
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/ab41b854-bb10-48a5-9ba1-79ee74ef5cf9.jpg",
"frame": "first"
},
{
"image": "https://assets.runware.ai/assets/inputs/92eca217-c801-44c7-a67f-288781d27e2f.jpg",
"frame": "last"
}
]
}
}
]'runware run pixverse:1@1 \
positivePrompt="Comic-book action sequence in a pirate harbor at dawn, a swift young swordswoman performing a dynamic duel across a wooden pier, fluttering coat tails, ropes swaying, gulls scattering, water splashing, crates sliding, bold inked outlines, halftone shading, vivid cinematic energy, strong continuity between opening and ending frame, expressive action beats, richly detailed background" \
negativePrompt="blurry, low detail, distorted anatomy, extra limbs, duplicate character, text, watermark, logo, camera movement, futuristic city, underwater scene" \
width=1280 \
height=720 \
duration=5 \
seed=70266 \
providerSettings.pixverse.style=comic \
providerSettings.pixverse.motionMode=fast \
providerSettings.pixverse.effect="kungfu club" \
inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/ab41b854-bb10-48a5-9ba1-79ee74ef5cf9.jpg \
inputs.frameImages.0.frame=first \
inputs.frameImages.1.image=https://assets.runware.ai/assets/inputs/92eca217-c801-44c7-a67f-288781d27e2f.jpg \
inputs.frameImages.1.frame=last{
"taskType": "videoInference",
"taskUUID": "64bf55ca-fc65-4903-a7ae-b1f89c63aab6",
"model": "pixverse:1@1",
"positivePrompt": "Comic-book action sequence in a pirate harbor at dawn, a swift young swordswoman performing a dynamic duel across a wooden pier, fluttering coat tails, ropes swaying, gulls scattering, water splashing, crates sliding, bold inked outlines, halftone shading, vivid cinematic energy, strong continuity between opening and ending frame, expressive action beats, richly detailed background",
"negativePrompt": "blurry, low detail, distorted anatomy, extra limbs, duplicate character, text, watermark, logo, camera movement, futuristic city, underwater scene",
"width": 1280,
"height": 720,
"duration": 5,
"seed": 70266,
"providerSettings": {
"pixverse": {
"style": "comic",
"motionMode": "fast",
"effect": "kungfu club"
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/ab41b854-bb10-48a5-9ba1-79ee74ef5cf9.jpg",
"frame": "first"
},
{
"image": "https://assets.runware.ai/assets/inputs/92eca217-c801-44c7-a67f-288781d27e2f.jpg",
"frame": "last"
}
]
}
}{
"taskType": "videoInference",
"taskUUID": "64bf55ca-fc65-4903-a7ae-b1f89c63aab6",
"videoUUID": "aed6d2de-6268-49b5-8245-69ff1ba9dace",
"videoURL": "https://vm.runware.ai/video/os/a03d21/ws/5/vi/aed6d2de-6268-49b5-8245-69ff1ba9dace.mp4",
"seed": 70266,
"cost": 0.299
}Comic Kraken Library Atrium
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@1',
positivePrompt: 'A vast open-air library atrium built from carved stone arches and hanging bridges, stacks of books rising like towers, parchment banners swaying gently. At the center, a gigantic friendly kraken with round spectacles and ink-stained tentacles carefully organizes floating books and scrolls in midair. Loose pages spiral around a brass reading globe, dust motes shimmer in warm afternoon light pouring through the high arches, tiny scholars on ladders watch in amazement. Expressive comic-book linework, bold shapes, rich colors, whimsical fantasy atmosphere, clear subject focus, subtle tentacle motion, drifting pages, elegant magical energy, highly detailed environment, polished graphic-novel aesthetic.',
negativePrompt: 'blurry, low detail, photorealistic, camera movement, shaky frame, dark horror, violence, gore, text, watermark, logo, extra limbs, deformed tentacles, overcrowded composition',
width: 1280,
height: 720,
duration: 5,
seed: 60269,
providerSettings: {
pixverse: {
style: 'comic',
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 vast open-air library atrium built from carved stone arches and hanging bridges, stacks of books rising like towers, parchment banners swaying gently. At the center, a gigantic friendly kraken with round spectacles and ink-stained tentacles carefully organizes floating books and scrolls in midair. Loose pages spiral around a brass reading globe, dust motes shimmer in warm afternoon light pouring through the high arches, tiny scholars on ladders watch in amazement. Expressive comic-book linework, bold shapes, rich colors, whimsical fantasy atmosphere, clear subject focus, subtle tentacle motion, drifting pages, elegant magical energy, highly detailed environment, polished graphic-novel aesthetic.",
"negativePrompt": "blurry, low detail, photorealistic, camera movement, shaky frame, dark horror, violence, gore, text, watermark, logo, extra limbs, deformed tentacles, overcrowded composition",
"width": 1280,
"height": 720,
"duration": 5,
"seed": 60269,
"providerSettings": {
"pixverse": {
"style": "comic",
"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": "0e27010e-4270-481e-815b-d5d7c52366b0",
"model": "pixverse:1@1",
"positivePrompt": "A vast open-air library atrium built from carved stone arches and hanging bridges, stacks of books rising like towers, parchment banners swaying gently. At the center, a gigantic friendly kraken with round spectacles and ink-stained tentacles carefully organizes floating books and scrolls in midair. Loose pages spiral around a brass reading globe, dust motes shimmer in warm afternoon light pouring through the high arches, tiny scholars on ladders watch in amazement. Expressive comic-book linework, bold shapes, rich colors, whimsical fantasy atmosphere, clear subject focus, subtle tentacle motion, drifting pages, elegant magical energy, highly detailed environment, polished graphic-novel aesthetic.",
"negativePrompt": "blurry, low detail, photorealistic, camera movement, shaky frame, dark horror, violence, gore, text, watermark, logo, extra limbs, deformed tentacles, overcrowded composition",
"width": 1280,
"height": 720,
"duration": 5,
"seed": 60269,
"providerSettings": {
"pixverse": {
"style": "comic",
"motionMode": "normal"
}
}
}
]'runware run pixverse:1@1 \
positivePrompt="A vast open-air library atrium built from carved stone arches and hanging bridges, stacks of books rising like towers, parchment banners swaying gently. At the center, a gigantic friendly kraken with round spectacles and ink-stained tentacles carefully organizes floating books and scrolls in midair. Loose pages spiral around a brass reading globe, dust motes shimmer in warm afternoon light pouring through the high arches, tiny scholars on ladders watch in amazement. Expressive comic-book linework, bold shapes, rich colors, whimsical fantasy atmosphere, clear subject focus, subtle tentacle motion, drifting pages, elegant magical energy, highly detailed environment, polished graphic-novel aesthetic." \
negativePrompt="blurry, low detail, photorealistic, camera movement, shaky frame, dark horror, violence, gore, text, watermark, logo, extra limbs, deformed tentacles, overcrowded composition" \
width=1280 \
height=720 \
duration=5 \
seed=60269 \
providerSettings.pixverse.style=comic \
providerSettings.pixverse.motionMode=normal{
"taskType": "videoInference",
"taskUUID": "0e27010e-4270-481e-815b-d5d7c52366b0",
"model": "pixverse:1@1",
"positivePrompt": "A vast open-air library atrium built from carved stone arches and hanging bridges, stacks of books rising like towers, parchment banners swaying gently. At the center, a gigantic friendly kraken with round spectacles and ink-stained tentacles carefully organizes floating books and scrolls in midair. Loose pages spiral around a brass reading globe, dust motes shimmer in warm afternoon light pouring through the high arches, tiny scholars on ladders watch in amazement. Expressive comic-book linework, bold shapes, rich colors, whimsical fantasy atmosphere, clear subject focus, subtle tentacle motion, drifting pages, elegant magical energy, highly detailed environment, polished graphic-novel aesthetic.",
"negativePrompt": "blurry, low detail, photorealistic, camera movement, shaky frame, dark horror, violence, gore, text, watermark, logo, extra limbs, deformed tentacles, overcrowded composition",
"width": 1280,
"height": 720,
"duration": 5,
"seed": 60269,
"providerSettings": {
"pixverse": {
"style": "comic",
"motionMode": "normal"
}
}
}{
"taskType": "videoInference",
"taskUUID": "0e27010e-4270-481e-815b-d5d7c52366b0",
"videoUUID": "5327d756-5447-4b3a-97a1-50a0ada5966d",
"videoURL": "https://vm.runware.ai/video/os/a17d13/ws/5/vi/5327d756-5447-4b3a-97a1-50a0ada5966d.mp4",
"seed": 60269,
"cost": 0.15
}Comic Pumpkin Train Parade
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'pixverse:1@1',
positivePrompt: 'A whimsical line of giant carved pumpkin floats rolling through a rustic countryside lane at golden hour, cheerful scarecrows dancing alongside, swirling leaves, striped banners, hay bales, exaggerated comic ink lines, bold colors, expressive faces, playful seasonal atmosphere, lively group choreography, polished animated look',
negativePrompt: 'blurry, realistic live-action, low detail, dark horror, city skyline, watermarks, text, camera shake, gore',
width: 1280,
height: 720,
duration: 5,
seed: 94138,
providerSettings: {
pixverse: {
style: 'comic',
effect: 'lets ymca',
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 whimsical line of giant carved pumpkin floats rolling through a rustic countryside lane at golden hour, cheerful scarecrows dancing alongside, swirling leaves, striped banners, hay bales, exaggerated comic ink lines, bold colors, expressive faces, playful seasonal atmosphere, lively group choreography, polished animated look",
"negativePrompt": "blurry, realistic live-action, low detail, dark horror, city skyline, watermarks, text, camera shake, gore",
"width": 1280,
"height": 720,
"duration": 5,
"seed": 94138,
"providerSettings": {
"pixverse": {
"style": "comic",
"effect": "lets ymca",
"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": "15e36c3b-eb65-49ac-ae8f-5cf270e7d612",
"model": "pixverse:1@1",
"positivePrompt": "A whimsical line of giant carved pumpkin floats rolling through a rustic countryside lane at golden hour, cheerful scarecrows dancing alongside, swirling leaves, striped banners, hay bales, exaggerated comic ink lines, bold colors, expressive faces, playful seasonal atmosphere, lively group choreography, polished animated look",
"negativePrompt": "blurry, realistic live-action, low detail, dark horror, city skyline, watermarks, text, camera shake, gore",
"width": 1280,
"height": 720,
"duration": 5,
"seed": 94138,
"providerSettings": {
"pixverse": {
"style": "comic",
"effect": "lets ymca",
"motionMode": "normal"
}
}
}
]'runware run pixverse:1@1 \
positivePrompt="A whimsical line of giant carved pumpkin floats rolling through a rustic countryside lane at golden hour, cheerful scarecrows dancing alongside, swirling leaves, striped banners, hay bales, exaggerated comic ink lines, bold colors, expressive faces, playful seasonal atmosphere, lively group choreography, polished animated look" \
negativePrompt="blurry, realistic live-action, low detail, dark horror, city skyline, watermarks, text, camera shake, gore" \
width=1280 \
height=720 \
duration=5 \
seed=94138 \
providerSettings.pixverse.style=comic \
providerSettings.pixverse.effect="lets ymca" \
providerSettings.pixverse.motionMode=normal{
"taskType": "videoInference",
"taskUUID": "15e36c3b-eb65-49ac-ae8f-5cf270e7d612",
"model": "pixverse:1@1",
"positivePrompt": "A whimsical line of giant carved pumpkin floats rolling through a rustic countryside lane at golden hour, cheerful scarecrows dancing alongside, swirling leaves, striped banners, hay bales, exaggerated comic ink lines, bold colors, expressive faces, playful seasonal atmosphere, lively group choreography, polished animated look",
"negativePrompt": "blurry, realistic live-action, low detail, dark horror, city skyline, watermarks, text, camera shake, gore",
"width": 1280,
"height": 720,
"duration": 5,
"seed": 94138,
"providerSettings": {
"pixverse": {
"style": "comic",
"effect": "lets ymca",
"motionMode": "normal"
}
}
}{
"taskType": "videoInference",
"taskUUID": "15e36c3b-eb65-49ac-ae8f-5cf270e7d612",
"videoUUID": "e95fb725-85b2-4714-a83e-64fc8bc30339",
"videoURL": "https://vm.runware.ai/video/os/a01d21/ws/5/vi/e95fb725-85b2-4714-a83e-64fc8bc30339.mp4",
"seed": 94138,
"cost": 0.15
}