KlingAI 2.5 Turbo Pro

KlingAI 2.5 Turbo Pro is a high performance video generation model for cinematic work. It converts prompts or stills into smooth 1080p clips with strong motion, precise camera control and tight prompt adherence. Ideal for creative tools, ads, trailers and sports scenes.

API Reference
INTEGRATE
Complete technical specification for integration
RequestResponse
Examples8
CODE
Ready-to-use code snippets for common workflows
Mycelium Textile Laboratory B-Roll
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'klingai:6@1',
positivePrompt: 'Five-second photorealistic documentary b-roll, one continuous shot inside a clean biomaterials laboratory. A lab technician wearing muted sage-green nitrile gloves carefully peels a broad sheet of freshly grown mycelium textile from a shallow stainless-steel cultivation tray. The flexible cream-colored material has a dense, suede-like surface with delicate branching fibers visible along its irregular edge. Begin in a tight three-quarter close-up level with the tray; as the technician raises and gently bends the sheet, the camera makes a slow, controlled lateral slider move from left to right with a subtle push-in, keeping the lifted edge in crisp focus. The textile flexes naturally, tiny condensation droplets catch the light, and faint cool vapor drifts behind it. Soft window daylight mixed with warm laboratory task lighting, restrained palette of ivory, sage, brushed steel, and amber, shallow depth of field, realistic hand motion and material physics, polished 16:9 commercial stock footage, no cuts, no labels, no logos, no text.',
negativePrompt: 'fantasy organisms, mushrooms sprouting from the sheet, synthetic plastic texture, damaged hands, extra fingers, duplicated tools, excessive vapor, shaky camera, fast motion, jump cuts, text, labels, logos, watermark',
width: 1280,
height: 720,
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": "klingai:6@1",
"positivePrompt": "Five-second photorealistic documentary b-roll, one continuous shot inside a clean biomaterials laboratory. A lab technician wearing muted sage-green nitrile gloves carefully peels a broad sheet of freshly grown mycelium textile from a shallow stainless-steel cultivation tray. The flexible cream-colored material has a dense, suede-like surface with delicate branching fibers visible along its irregular edge. Begin in a tight three-quarter close-up level with the tray; as the technician raises and gently bends the sheet, the camera makes a slow, controlled lateral slider move from left to right with a subtle push-in, keeping the lifted edge in crisp focus. The textile flexes naturally, tiny condensation droplets catch the light, and faint cool vapor drifts behind it. Soft window daylight mixed with warm laboratory task lighting, restrained palette of ivory, sage, brushed steel, and amber, shallow depth of field, realistic hand motion and material physics, polished 16:9 commercial stock footage, no cuts, no labels, no logos, no text.",
"negativePrompt": "fantasy organisms, mushrooms sprouting from the sheet, synthetic plastic texture, damaged hands, extra fingers, duplicated tools, excessive vapor, shaky camera, fast motion, jump cuts, text, labels, logos, watermark",
"width": 1280,
"height": 720,
"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": "7715d6c7-24d1-4c56-b454-b91b98999a25",
"model": "klingai:6@1",
"positivePrompt": "Five-second photorealistic documentary b-roll, one continuous shot inside a clean biomaterials laboratory. A lab technician wearing muted sage-green nitrile gloves carefully peels a broad sheet of freshly grown mycelium textile from a shallow stainless-steel cultivation tray. The flexible cream-colored material has a dense, suede-like surface with delicate branching fibers visible along its irregular edge. Begin in a tight three-quarter close-up level with the tray; as the technician raises and gently bends the sheet, the camera makes a slow, controlled lateral slider move from left to right with a subtle push-in, keeping the lifted edge in crisp focus. The textile flexes naturally, tiny condensation droplets catch the light, and faint cool vapor drifts behind it. Soft window daylight mixed with warm laboratory task lighting, restrained palette of ivory, sage, brushed steel, and amber, shallow depth of field, realistic hand motion and material physics, polished 16:9 commercial stock footage, no cuts, no labels, no logos, no text.",
"negativePrompt": "fantasy organisms, mushrooms sprouting from the sheet, synthetic plastic texture, damaged hands, extra fingers, duplicated tools, excessive vapor, shaky camera, fast motion, jump cuts, text, labels, logos, watermark",
"width": 1280,
"height": 720,
"duration": 5
}
]'runware run klingai:6@1 \
positivePrompt="Five-second photorealistic documentary b-roll, one continuous shot inside a clean biomaterials laboratory. A lab technician wearing muted sage-green nitrile gloves carefully peels a broad sheet of freshly grown mycelium textile from a shallow stainless-steel cultivation tray. The flexible cream-colored material has a dense, suede-like surface with delicate branching fibers visible along its irregular edge. Begin in a tight three-quarter close-up level with the tray; as the technician raises and gently bends the sheet, the camera makes a slow, controlled lateral slider move from left to right with a subtle push-in, keeping the lifted edge in crisp focus. The textile flexes naturally, tiny condensation droplets catch the light, and faint cool vapor drifts behind it. Soft window daylight mixed with warm laboratory task lighting, restrained palette of ivory, sage, brushed steel, and amber, shallow depth of field, realistic hand motion and material physics, polished 16:9 commercial stock footage, no cuts, no labels, no logos, no text." \
negativePrompt="fantasy organisms, mushrooms sprouting from the sheet, synthetic plastic texture, damaged hands, extra fingers, duplicated tools, excessive vapor, shaky camera, fast motion, jump cuts, text, labels, logos, watermark" \
width=1280 \
height=720 \
duration=5{
"taskType": "videoInference",
"taskUUID": "7715d6c7-24d1-4c56-b454-b91b98999a25",
"model": "klingai:6@1",
"positivePrompt": "Five-second photorealistic documentary b-roll, one continuous shot inside a clean biomaterials laboratory. A lab technician wearing muted sage-green nitrile gloves carefully peels a broad sheet of freshly grown mycelium textile from a shallow stainless-steel cultivation tray. The flexible cream-colored material has a dense, suede-like surface with delicate branching fibers visible along its irregular edge. Begin in a tight three-quarter close-up level with the tray; as the technician raises and gently bends the sheet, the camera makes a slow, controlled lateral slider move from left to right with a subtle push-in, keeping the lifted edge in crisp focus. The textile flexes naturally, tiny condensation droplets catch the light, and faint cool vapor drifts behind it. Soft window daylight mixed with warm laboratory task lighting, restrained palette of ivory, sage, brushed steel, and amber, shallow depth of field, realistic hand motion and material physics, polished 16:9 commercial stock footage, no cuts, no labels, no logos, no text.",
"negativePrompt": "fantasy organisms, mushrooms sprouting from the sheet, synthetic plastic texture, damaged hands, extra fingers, duplicated tools, excessive vapor, shaky camera, fast motion, jump cuts, text, labels, logos, watermark",
"width": 1280,
"height": 720,
"duration": 5
}{
"taskType": "videoInference",
"taskUUID": "7715d6c7-24d1-4c56-b454-b91b98999a25",
"videoUUID": "d6dba4fc-a2bf-4e68-b1d2-26337883289c",
"videoURL": "https://vm.runware.ai/video/os/a04d20/ws/5/vi/d6dba4fc-a2bf-4e68-b1d2-26337883289c.mp4",
"seed": 1294408159,
"cost": 0.35
}Industrial Sprinkler Activation Explainer 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: 'klingai:6@1',
positivePrompt: 'A precise industrial product explainer in one continuous 5-second macro shot: a chrome commercial fire sprinkler head mounted beneath a dark charcoal ceiling panel inside a controlled testing chamber. Clean laboratory art direction with a deep teal background, warm amber heat, crisp metallic highlights, and no branding or text. Begin in a tight three-quarter close-up as a small controlled flame flickers below the sprinkler and heat shimmer rises around its red glass thermal bulb. The camera makes a slow, steady push-in. After roughly two seconds, the heated glass bulb fractures sharply and the valve releases; a powerful stream of water strikes the circular deflector plate and instantly becomes a broad, symmetrical umbrella of fine droplets. As the spray expands, the camera smoothly pulls back just enough to reveal the even radial coverage pattern while keeping the sprinkler centered and sharply defined. Realistic water physics, visible individual droplets, natural reflections, high-speed product cinematography, technically accurate activation sequence, uncluttered composition, polished engineering-demo aesthetic.',
negativePrompt: 'people, hands, firefighters, smoke-filled room, building fire, explosion, dramatic destruction, labels, captions, logos, interface graphics, diagrams, split screen, multiple sprinkler heads, warped hardware, detached components, inaccurate water direction, frozen water, excessive motion blur, shaky camera, cartoon rendering',
width: 1280,
height: 720,
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": "klingai:6@1",
"positivePrompt": "A precise industrial product explainer in one continuous 5-second macro shot: a chrome commercial fire sprinkler head mounted beneath a dark charcoal ceiling panel inside a controlled testing chamber. Clean laboratory art direction with a deep teal background, warm amber heat, crisp metallic highlights, and no branding or text. Begin in a tight three-quarter close-up as a small controlled flame flickers below the sprinkler and heat shimmer rises around its red glass thermal bulb. The camera makes a slow, steady push-in. After roughly two seconds, the heated glass bulb fractures sharply and the valve releases; a powerful stream of water strikes the circular deflector plate and instantly becomes a broad, symmetrical umbrella of fine droplets. As the spray expands, the camera smoothly pulls back just enough to reveal the even radial coverage pattern while keeping the sprinkler centered and sharply defined. Realistic water physics, visible individual droplets, natural reflections, high-speed product cinematography, technically accurate activation sequence, uncluttered composition, polished engineering-demo aesthetic.",
"negativePrompt": "people, hands, firefighters, smoke-filled room, building fire, explosion, dramatic destruction, labels, captions, logos, interface graphics, diagrams, split screen, multiple sprinkler heads, warped hardware, detached components, inaccurate water direction, frozen water, excessive motion blur, shaky camera, cartoon rendering",
"width": 1280,
"height": 720,
"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": "ef67d638-2088-4154-895d-65d04fd31bf8",
"model": "klingai:6@1",
"positivePrompt": "A precise industrial product explainer in one continuous 5-second macro shot: a chrome commercial fire sprinkler head mounted beneath a dark charcoal ceiling panel inside a controlled testing chamber. Clean laboratory art direction with a deep teal background, warm amber heat, crisp metallic highlights, and no branding or text. Begin in a tight three-quarter close-up as a small controlled flame flickers below the sprinkler and heat shimmer rises around its red glass thermal bulb. The camera makes a slow, steady push-in. After roughly two seconds, the heated glass bulb fractures sharply and the valve releases; a powerful stream of water strikes the circular deflector plate and instantly becomes a broad, symmetrical umbrella of fine droplets. As the spray expands, the camera smoothly pulls back just enough to reveal the even radial coverage pattern while keeping the sprinkler centered and sharply defined. Realistic water physics, visible individual droplets, natural reflections, high-speed product cinematography, technically accurate activation sequence, uncluttered composition, polished engineering-demo aesthetic.",
"negativePrompt": "people, hands, firefighters, smoke-filled room, building fire, explosion, dramatic destruction, labels, captions, logos, interface graphics, diagrams, split screen, multiple sprinkler heads, warped hardware, detached components, inaccurate water direction, frozen water, excessive motion blur, shaky camera, cartoon rendering",
"width": 1280,
"height": 720,
"duration": 5
}
]'runware run klingai:6@1 \
positivePrompt="A precise industrial product explainer in one continuous 5-second macro shot: a chrome commercial fire sprinkler head mounted beneath a dark charcoal ceiling panel inside a controlled testing chamber. Clean laboratory art direction with a deep teal background, warm amber heat, crisp metallic highlights, and no branding or text. Begin in a tight three-quarter close-up as a small controlled flame flickers below the sprinkler and heat shimmer rises around its red glass thermal bulb. The camera makes a slow, steady push-in. After roughly two seconds, the heated glass bulb fractures sharply and the valve releases; a powerful stream of water strikes the circular deflector plate and instantly becomes a broad, symmetrical umbrella of fine droplets. As the spray expands, the camera smoothly pulls back just enough to reveal the even radial coverage pattern while keeping the sprinkler centered and sharply defined. Realistic water physics, visible individual droplets, natural reflections, high-speed product cinematography, technically accurate activation sequence, uncluttered composition, polished engineering-demo aesthetic." \
negativePrompt="people, hands, firefighters, smoke-filled room, building fire, explosion, dramatic destruction, labels, captions, logos, interface graphics, diagrams, split screen, multiple sprinkler heads, warped hardware, detached components, inaccurate water direction, frozen water, excessive motion blur, shaky camera, cartoon rendering" \
width=1280 \
height=720 \
duration=5{
"taskType": "videoInference",
"taskUUID": "ef67d638-2088-4154-895d-65d04fd31bf8",
"model": "klingai:6@1",
"positivePrompt": "A precise industrial product explainer in one continuous 5-second macro shot: a chrome commercial fire sprinkler head mounted beneath a dark charcoal ceiling panel inside a controlled testing chamber. Clean laboratory art direction with a deep teal background, warm amber heat, crisp metallic highlights, and no branding or text. Begin in a tight three-quarter close-up as a small controlled flame flickers below the sprinkler and heat shimmer rises around its red glass thermal bulb. The camera makes a slow, steady push-in. After roughly two seconds, the heated glass bulb fractures sharply and the valve releases; a powerful stream of water strikes the circular deflector plate and instantly becomes a broad, symmetrical umbrella of fine droplets. As the spray expands, the camera smoothly pulls back just enough to reveal the even radial coverage pattern while keeping the sprinkler centered and sharply defined. Realistic water physics, visible individual droplets, natural reflections, high-speed product cinematography, technically accurate activation sequence, uncluttered composition, polished engineering-demo aesthetic.",
"negativePrompt": "people, hands, firefighters, smoke-filled room, building fire, explosion, dramatic destruction, labels, captions, logos, interface graphics, diagrams, split screen, multiple sprinkler heads, warped hardware, detached components, inaccurate water direction, frozen water, excessive motion blur, shaky camera, cartoon rendering",
"width": 1280,
"height": 720,
"duration": 5
}{
"taskType": "videoInference",
"taskUUID": "ef67d638-2088-4154-895d-65d04fd31bf8",
"videoUUID": "299bb60e-774a-4513-8f33-4cf8a1b2c22a",
"videoURL": "https://vm.runware.ai/video/os/a07dlim3/ws/5/vi/299bb60e-774a-4513-8f33-4cf8a1b2c22a.mp4",
"seed": 670245786,
"cost": 0.35
}Antique Watch Restoration Social Reel
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'klingai:6@1',
positivePrompt: 'Continue naturally from the supplied opening frame in one elegant 10-second macro shot. The tweezers descend with controlled precision and seat the tiny ruby jewel; rack focus follows the jewel into place while the watchmaker’s hand remains steady and anatomically correct. The tweezers withdraw, the balance assembly settles, and the escapement begins ticking with believable mechanical motion. The camera then makes a slow, low clockwise orbit across the movement as interlocking brass gears turn in sequence and polished edges catch warm highlights. Preserve the antique mechanism’s geometry and scale throughout. Fine dust motes drift through the teal rim light, adding depth without obscuring the watch. During the final two seconds, gently pull back to reveal the completed open pocket watch as the gloved hand leaves frame, ending on a refined hero composition suitable for a premium craft-restoration social reel. Smooth cinematic motion, precise macro focus transitions, tactile metal detail, quiet confidence, no cuts, no captions or branding.',
negativePrompt: 'Text, subtitles, logos, watermarks, jump cuts, time-lapse, warped gears, melting metal, duplicated tools, extra fingers, deformed hands, floating components, incorrect mechanical motion, camera shake, flicker, abrupt focus hunting, excessive sparks, fantasy effects, cartoon styling, oversaturated colors.',
width: 720,
height: 1280,
duration: 10,
inputs: {
frameImages: [
{
image: 'https://assets.runware.ai/assets/inputs/e0825cbe-1275-40c3-a94e-bf649943983f.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": "klingai:6@1",
"positivePrompt": "Continue naturally from the supplied opening frame in one elegant 10-second macro shot. The tweezers descend with controlled precision and seat the tiny ruby jewel; rack focus follows the jewel into place while the watchmaker’s hand remains steady and anatomically correct. The tweezers withdraw, the balance assembly settles, and the escapement begins ticking with believable mechanical motion. The camera then makes a slow, low clockwise orbit across the movement as interlocking brass gears turn in sequence and polished edges catch warm highlights. Preserve the antique mechanism’s geometry and scale throughout. Fine dust motes drift through the teal rim light, adding depth without obscuring the watch. During the final two seconds, gently pull back to reveal the completed open pocket watch as the gloved hand leaves frame, ending on a refined hero composition suitable for a premium craft-restoration social reel. Smooth cinematic motion, precise macro focus transitions, tactile metal detail, quiet confidence, no cuts, no captions or branding.",
"negativePrompt": "Text, subtitles, logos, watermarks, jump cuts, time-lapse, warped gears, melting metal, duplicated tools, extra fingers, deformed hands, floating components, incorrect mechanical motion, camera shake, flicker, abrupt focus hunting, excessive sparks, fantasy effects, cartoon styling, oversaturated colors.",
"width": 720,
"height": 1280,
"duration": 10,
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/e0825cbe-1275-40c3-a94e-bf649943983f.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": "f9973895-f97c-4da6-9d10-f67822e8e7e8",
"model": "klingai:6@1",
"positivePrompt": "Continue naturally from the supplied opening frame in one elegant 10-second macro shot. The tweezers descend with controlled precision and seat the tiny ruby jewel; rack focus follows the jewel into place while the watchmaker’s hand remains steady and anatomically correct. The tweezers withdraw, the balance assembly settles, and the escapement begins ticking with believable mechanical motion. The camera then makes a slow, low clockwise orbit across the movement as interlocking brass gears turn in sequence and polished edges catch warm highlights. Preserve the antique mechanism’s geometry and scale throughout. Fine dust motes drift through the teal rim light, adding depth without obscuring the watch. During the final two seconds, gently pull back to reveal the completed open pocket watch as the gloved hand leaves frame, ending on a refined hero composition suitable for a premium craft-restoration social reel. Smooth cinematic motion, precise macro focus transitions, tactile metal detail, quiet confidence, no cuts, no captions or branding.",
"negativePrompt": "Text, subtitles, logos, watermarks, jump cuts, time-lapse, warped gears, melting metal, duplicated tools, extra fingers, deformed hands, floating components, incorrect mechanical motion, camera shake, flicker, abrupt focus hunting, excessive sparks, fantasy effects, cartoon styling, oversaturated colors.",
"width": 720,
"height": 1280,
"duration": 10,
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/e0825cbe-1275-40c3-a94e-bf649943983f.jpg",
"frame": "first"
}
]
}
}
]'runware run klingai:6@1 \
positivePrompt="Continue naturally from the supplied opening frame in one elegant 10-second macro shot. The tweezers descend with controlled precision and seat the tiny ruby jewel; rack focus follows the jewel into place while the watchmaker’s hand remains steady and anatomically correct. The tweezers withdraw, the balance assembly settles, and the escapement begins ticking with believable mechanical motion. The camera then makes a slow, low clockwise orbit across the movement as interlocking brass gears turn in sequence and polished edges catch warm highlights. Preserve the antique mechanism’s geometry and scale throughout. Fine dust motes drift through the teal rim light, adding depth without obscuring the watch. During the final two seconds, gently pull back to reveal the completed open pocket watch as the gloved hand leaves frame, ending on a refined hero composition suitable for a premium craft-restoration social reel. Smooth cinematic motion, precise macro focus transitions, tactile metal detail, quiet confidence, no cuts, no captions or branding." \
negativePrompt="Text, subtitles, logos, watermarks, jump cuts, time-lapse, warped gears, melting metal, duplicated tools, extra fingers, deformed hands, floating components, incorrect mechanical motion, camera shake, flicker, abrupt focus hunting, excessive sparks, fantasy effects, cartoon styling, oversaturated colors." \
width=720 \
height=1280 \
duration=10 \
inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/e0825cbe-1275-40c3-a94e-bf649943983f.jpg \
inputs.frameImages.0.frame=first{
"taskType": "videoInference",
"taskUUID": "f9973895-f97c-4da6-9d10-f67822e8e7e8",
"model": "klingai:6@1",
"positivePrompt": "Continue naturally from the supplied opening frame in one elegant 10-second macro shot. The tweezers descend with controlled precision and seat the tiny ruby jewel; rack focus follows the jewel into place while the watchmaker’s hand remains steady and anatomically correct. The tweezers withdraw, the balance assembly settles, and the escapement begins ticking with believable mechanical motion. The camera then makes a slow, low clockwise orbit across the movement as interlocking brass gears turn in sequence and polished edges catch warm highlights. Preserve the antique mechanism’s geometry and scale throughout. Fine dust motes drift through the teal rim light, adding depth without obscuring the watch. During the final two seconds, gently pull back to reveal the completed open pocket watch as the gloved hand leaves frame, ending on a refined hero composition suitable for a premium craft-restoration social reel. Smooth cinematic motion, precise macro focus transitions, tactile metal detail, quiet confidence, no cuts, no captions or branding.",
"negativePrompt": "Text, subtitles, logos, watermarks, jump cuts, time-lapse, warped gears, melting metal, duplicated tools, extra fingers, deformed hands, floating components, incorrect mechanical motion, camera shake, flicker, abrupt focus hunting, excessive sparks, fantasy effects, cartoon styling, oversaturated colors.",
"width": 720,
"height": 1280,
"duration": 10,
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/e0825cbe-1275-40c3-a94e-bf649943983f.jpg",
"frame": "first"
}
]
}
}{
"taskType": "videoInference",
"taskUUID": "f9973895-f97c-4da6-9d10-f67822e8e7e8",
"videoUUID": "f0c3346a-ad79-4eac-9523-764acee518d7",
"videoURL": "https://vm.runware.ai/video/os/a07dlim3/ws/5/vi/f0c3346a-ad79-4eac-9523-764acee518d7.mp4",
"seed": 389516304,
"cost": 0.7
}Volcanic Observatory Documentary Titles
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'klingai:6@1',
positivePrompt: 'Create a single continuous five-second documentary title shot connecting the supplied first and last frames. Keep the square macro composition locked on the same vintage seismograph with consistent geometry, surface wear, lighting, and shallow focus. Begin in tense near-stillness as the paper drum slowly rotates and the needle draws a quiet horizontal line. A subtle low-frequency tremor starts: the red cable quivers, brass screws vibrate, a hanging fluorescent reflection flickers across the mint housing, and tiny grains of volcanic ash drift down through the sulfur-yellow beam. The needle movement grows from delicate ticks into urgent, controlled oscillations while the camera makes an almost imperceptible push toward the graph paper. Without a cut, the moving black trace evolves into precise hand-drawn letterforms, naturally writing the uppercase title “FAULTLINE” across the rotating paper. Motion must feel mechanically credible, escalating but never chaotic. Finish exactly on the supplied final-frame composition with the title sharp and readable, ash suspended in the light, and the machine still trembling faintly. Prestige geological documentary aesthetic, practical analog detail, charcoal black, oxidized orange, pale mint, and acid yellow palette; restrained scientific tension, subtle film grain, no people, no extra text, no logos, no transition away from the machine.',
width: 720,
height: 720,
duration: 5,
inputs: {
frameImages: [
{
image: 'https://assets.runware.ai/assets/inputs/21f8f14f-2673-4b20-b63b-8c8a309f5864.jpg',
frame: 'first'
},
{
image: 'https://assets.runware.ai/assets/inputs/24d834e1-35e0-44b1-b1b2-1b3552608986.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": "klingai:6@1",
"positivePrompt": "Create a single continuous five-second documentary title shot connecting the supplied first and last frames. Keep the square macro composition locked on the same vintage seismograph with consistent geometry, surface wear, lighting, and shallow focus. Begin in tense near-stillness as the paper drum slowly rotates and the needle draws a quiet horizontal line. A subtle low-frequency tremor starts: the red cable quivers, brass screws vibrate, a hanging fluorescent reflection flickers across the mint housing, and tiny grains of volcanic ash drift down through the sulfur-yellow beam. The needle movement grows from delicate ticks into urgent, controlled oscillations while the camera makes an almost imperceptible push toward the graph paper. Without a cut, the moving black trace evolves into precise hand-drawn letterforms, naturally writing the uppercase title “FAULTLINE” across the rotating paper. Motion must feel mechanically credible, escalating but never chaotic. Finish exactly on the supplied final-frame composition with the title sharp and readable, ash suspended in the light, and the machine still trembling faintly. Prestige geological documentary aesthetic, practical analog detail, charcoal black, oxidized orange, pale mint, and acid yellow palette; restrained scientific tension, subtle film grain, no people, no extra text, no logos, no transition away from the machine.",
"width": 720,
"height": 720,
"duration": 5,
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/21f8f14f-2673-4b20-b63b-8c8a309f5864.jpg",
"frame": "first"
},
{
"image": "https://assets.runware.ai/assets/inputs/24d834e1-35e0-44b1-b1b2-1b3552608986.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": "3e5d97d2-f433-4b00-95fe-f127b8a9e72d",
"model": "klingai:6@1",
"positivePrompt": "Create a single continuous five-second documentary title shot connecting the supplied first and last frames. Keep the square macro composition locked on the same vintage seismograph with consistent geometry, surface wear, lighting, and shallow focus. Begin in tense near-stillness as the paper drum slowly rotates and the needle draws a quiet horizontal line. A subtle low-frequency tremor starts: the red cable quivers, brass screws vibrate, a hanging fluorescent reflection flickers across the mint housing, and tiny grains of volcanic ash drift down through the sulfur-yellow beam. The needle movement grows from delicate ticks into urgent, controlled oscillations while the camera makes an almost imperceptible push toward the graph paper. Without a cut, the moving black trace evolves into precise hand-drawn letterforms, naturally writing the uppercase title “FAULTLINE” across the rotating paper. Motion must feel mechanically credible, escalating but never chaotic. Finish exactly on the supplied final-frame composition with the title sharp and readable, ash suspended in the light, and the machine still trembling faintly. Prestige geological documentary aesthetic, practical analog detail, charcoal black, oxidized orange, pale mint, and acid yellow palette; restrained scientific tension, subtle film grain, no people, no extra text, no logos, no transition away from the machine.",
"width": 720,
"height": 720,
"duration": 5,
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/21f8f14f-2673-4b20-b63b-8c8a309f5864.jpg",
"frame": "first"
},
{
"image": "https://assets.runware.ai/assets/inputs/24d834e1-35e0-44b1-b1b2-1b3552608986.jpg",
"frame": "last"
}
]
}
}
]'runware run klingai:6@1 \
positivePrompt="Create a single continuous five-second documentary title shot connecting the supplied first and last frames. Keep the square macro composition locked on the same vintage seismograph with consistent geometry, surface wear, lighting, and shallow focus. Begin in tense near-stillness as the paper drum slowly rotates and the needle draws a quiet horizontal line. A subtle low-frequency tremor starts: the red cable quivers, brass screws vibrate, a hanging fluorescent reflection flickers across the mint housing, and tiny grains of volcanic ash drift down through the sulfur-yellow beam. The needle movement grows from delicate ticks into urgent, controlled oscillations while the camera makes an almost imperceptible push toward the graph paper. Without a cut, the moving black trace evolves into precise hand-drawn letterforms, naturally writing the uppercase title “FAULTLINE” across the rotating paper. Motion must feel mechanically credible, escalating but never chaotic. Finish exactly on the supplied final-frame composition with the title sharp and readable, ash suspended in the light, and the machine still trembling faintly. Prestige geological documentary aesthetic, practical analog detail, charcoal black, oxidized orange, pale mint, and acid yellow palette; restrained scientific tension, subtle film grain, no people, no extra text, no logos, no transition away from the machine." \
width=720 \
height=720 \
duration=5 \
inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/21f8f14f-2673-4b20-b63b-8c8a309f5864.jpg \
inputs.frameImages.0.frame=first \
inputs.frameImages.1.image=https://assets.runware.ai/assets/inputs/24d834e1-35e0-44b1-b1b2-1b3552608986.jpg \
inputs.frameImages.1.frame=last{
"taskType": "videoInference",
"taskUUID": "3e5d97d2-f433-4b00-95fe-f127b8a9e72d",
"model": "klingai:6@1",
"positivePrompt": "Create a single continuous five-second documentary title shot connecting the supplied first and last frames. Keep the square macro composition locked on the same vintage seismograph with consistent geometry, surface wear, lighting, and shallow focus. Begin in tense near-stillness as the paper drum slowly rotates and the needle draws a quiet horizontal line. A subtle low-frequency tremor starts: the red cable quivers, brass screws vibrate, a hanging fluorescent reflection flickers across the mint housing, and tiny grains of volcanic ash drift down through the sulfur-yellow beam. The needle movement grows from delicate ticks into urgent, controlled oscillations while the camera makes an almost imperceptible push toward the graph paper. Without a cut, the moving black trace evolves into precise hand-drawn letterforms, naturally writing the uppercase title “FAULTLINE” across the rotating paper. Motion must feel mechanically credible, escalating but never chaotic. Finish exactly on the supplied final-frame composition with the title sharp and readable, ash suspended in the light, and the machine still trembling faintly. Prestige geological documentary aesthetic, practical analog detail, charcoal black, oxidized orange, pale mint, and acid yellow palette; restrained scientific tension, subtle film grain, no people, no extra text, no logos, no transition away from the machine.",
"width": 720,
"height": 720,
"duration": 5,
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/21f8f14f-2673-4b20-b63b-8c8a309f5864.jpg",
"frame": "first"
},
{
"image": "https://assets.runware.ai/assets/inputs/24d834e1-35e0-44b1-b1b2-1b3552608986.jpg",
"frame": "last"
}
]
}
}{
"taskType": "videoInference",
"taskUUID": "3e5d97d2-f433-4b00-95fe-f127b8a9e72d",
"videoUUID": "0ba60835-e359-479c-b0f0-bc9f3e7f22cd",
"videoURL": "https://vm.runware.ai/video/os/a02d21/ws/5/vi/0ba60835-e359-479c-b0f0-bc9f3e7f22cd.mp4",
"seed": 1000691624,
"cost": 0.35
}Glacial Basilica Transformation 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: 'klingai:6@1',
positivePrompt: 'A sweeping cinematic transition through a monumental ice-carved basilica as winter gives way to radiant crystalline renewal. Start in brittle frozen stillness with fine snow dust and hanging frost splinters, then introduce subtle cracking textures, curling vapor, trickling meltwater along the aisle, refracted light growing warmer and brighter, crystal surfaces blooming from the ice, shimmering reflections across the floor, tiny drifting particles catching the light. Camera performs a slow forward glide with slight parallax from pillars and arches, maintaining the grand central composition and the lone white-cloaked figure as visual anchor. Motion is elegant, realistic, and continuous, with strong environmental transformation, rich depth, and polished cinematic lighting.',
negativePrompt: 'text, watermark, logo, low detail, blurry, jittery camera, flicker, duplicate figure, deformed architecture, abrupt morphing, inconsistent layout, extra people, oversaturated colors, flat lighting, noisy image, warped perspective',
width: 1280,
height: 720,
duration: 10,
CFGScale: 0.7,
inputs: {
frameImages: [
{
image: 'https://assets.runware.ai/assets/inputs/7a723eb1-3e53-4876-b27a-770592d51b81.jpg',
frame: 'first'
},
{
image: 'https://assets.runware.ai/assets/inputs/1cb85824-9e46-4851-8f69-394c0c7a2e49.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": "klingai:6@1",
"positivePrompt": "A sweeping cinematic transition through a monumental ice-carved basilica as winter gives way to radiant crystalline renewal. Start in brittle frozen stillness with fine snow dust and hanging frost splinters, then introduce subtle cracking textures, curling vapor, trickling meltwater along the aisle, refracted light growing warmer and brighter, crystal surfaces blooming from the ice, shimmering reflections across the floor, tiny drifting particles catching the light. Camera performs a slow forward glide with slight parallax from pillars and arches, maintaining the grand central composition and the lone white-cloaked figure as visual anchor. Motion is elegant, realistic, and continuous, with strong environmental transformation, rich depth, and polished cinematic lighting.",
"negativePrompt": "text, watermark, logo, low detail, blurry, jittery camera, flicker, duplicate figure, deformed architecture, abrupt morphing, inconsistent layout, extra people, oversaturated colors, flat lighting, noisy image, warped perspective",
"width": 1280,
"height": 720,
"duration": 10,
"CFGScale": 0.7,
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/7a723eb1-3e53-4876-b27a-770592d51b81.jpg",
"frame": "first"
},
{
"image": "https://assets.runware.ai/assets/inputs/1cb85824-9e46-4851-8f69-394c0c7a2e49.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": "ed9a939c-1d77-4767-a24e-66a5be049ed0",
"model": "klingai:6@1",
"positivePrompt": "A sweeping cinematic transition through a monumental ice-carved basilica as winter gives way to radiant crystalline renewal. Start in brittle frozen stillness with fine snow dust and hanging frost splinters, then introduce subtle cracking textures, curling vapor, trickling meltwater along the aisle, refracted light growing warmer and brighter, crystal surfaces blooming from the ice, shimmering reflections across the floor, tiny drifting particles catching the light. Camera performs a slow forward glide with slight parallax from pillars and arches, maintaining the grand central composition and the lone white-cloaked figure as visual anchor. Motion is elegant, realistic, and continuous, with strong environmental transformation, rich depth, and polished cinematic lighting.",
"negativePrompt": "text, watermark, logo, low detail, blurry, jittery camera, flicker, duplicate figure, deformed architecture, abrupt morphing, inconsistent layout, extra people, oversaturated colors, flat lighting, noisy image, warped perspective",
"width": 1280,
"height": 720,
"duration": 10,
"CFGScale": 0.7,
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/7a723eb1-3e53-4876-b27a-770592d51b81.jpg",
"frame": "first"
},
{
"image": "https://assets.runware.ai/assets/inputs/1cb85824-9e46-4851-8f69-394c0c7a2e49.jpg",
"frame": "last"
}
]
}
}
]'runware run klingai:6@1 \
positivePrompt="A sweeping cinematic transition through a monumental ice-carved basilica as winter gives way to radiant crystalline renewal. Start in brittle frozen stillness with fine snow dust and hanging frost splinters, then introduce subtle cracking textures, curling vapor, trickling meltwater along the aisle, refracted light growing warmer and brighter, crystal surfaces blooming from the ice, shimmering reflections across the floor, tiny drifting particles catching the light. Camera performs a slow forward glide with slight parallax from pillars and arches, maintaining the grand central composition and the lone white-cloaked figure as visual anchor. Motion is elegant, realistic, and continuous, with strong environmental transformation, rich depth, and polished cinematic lighting." \
negativePrompt="text, watermark, logo, low detail, blurry, jittery camera, flicker, duplicate figure, deformed architecture, abrupt morphing, inconsistent layout, extra people, oversaturated colors, flat lighting, noisy image, warped perspective" \
width=1280 \
height=720 \
duration=10 \
CFGScale=0.7 \
inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/7a723eb1-3e53-4876-b27a-770592d51b81.jpg \
inputs.frameImages.0.frame=first \
inputs.frameImages.1.image=https://assets.runware.ai/assets/inputs/1cb85824-9e46-4851-8f69-394c0c7a2e49.jpg \
inputs.frameImages.1.frame=last{
"taskType": "videoInference",
"taskUUID": "ed9a939c-1d77-4767-a24e-66a5be049ed0",
"model": "klingai:6@1",
"positivePrompt": "A sweeping cinematic transition through a monumental ice-carved basilica as winter gives way to radiant crystalline renewal. Start in brittle frozen stillness with fine snow dust and hanging frost splinters, then introduce subtle cracking textures, curling vapor, trickling meltwater along the aisle, refracted light growing warmer and brighter, crystal surfaces blooming from the ice, shimmering reflections across the floor, tiny drifting particles catching the light. Camera performs a slow forward glide with slight parallax from pillars and arches, maintaining the grand central composition and the lone white-cloaked figure as visual anchor. Motion is elegant, realistic, and continuous, with strong environmental transformation, rich depth, and polished cinematic lighting.",
"negativePrompt": "text, watermark, logo, low detail, blurry, jittery camera, flicker, duplicate figure, deformed architecture, abrupt morphing, inconsistent layout, extra people, oversaturated colors, flat lighting, noisy image, warped perspective",
"width": 1280,
"height": 720,
"duration": 10,
"CFGScale": 0.7,
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/7a723eb1-3e53-4876-b27a-770592d51b81.jpg",
"frame": "first"
},
{
"image": "https://assets.runware.ai/assets/inputs/1cb85824-9e46-4851-8f69-394c0c7a2e49.jpg",
"frame": "last"
}
]
}
}{
"taskType": "videoInference",
"taskUUID": "ed9a939c-1d77-4767-a24e-66a5be049ed0",
"videoUUID": "67a2c53c-0913-4129-ad27-969aed015a4e",
"videoURL": "https://vm.runware.ai/video/os/a08d21/ws/5/vi/67a2c53c-0913-4129-ad27-969aed015a4e.mp4",
"seed": 1635167960,
"cost": 0.7
}Wind-Torn Cliffside Sprint
import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'klingai:6@1',
positivePrompt: 'Starting from the provided first frame, create a cinematic chase sequence on a rugged seaside cliff. The courier runs hard along the edge while the camera tracks low and slightly ahead, then arcs sideways to reveal the vast ocean below. Strong wind whips the coat, grass, ribbons, and hair. Pebbles scatter underfoot, gulls burst into the air, and waves crash against dark rocks far beneath. Keep the glowing brass capsule satchel clearly visible as the hero element. Naturalistic motion, dramatic storm-break lighting, realistic textures, high detail, smooth camera movement, tense adventurous mood, premium trailer-style cinematography.',
negativePrompt: 'cartoon, anime, low detail, blurry, shaky camera, warped anatomy, duplicate person, extra limbs, distorted face, flicker, jitter, oversaturated colors, text, watermark, logo',
width: 1280,
height: 720,
duration: 5,
CFGScale: 0.5,
inputs: {
frameImages: [
{
image: 'https://assets.runware.ai/assets/inputs/0f72e039-c4d6-479e-b9c0-fb0e65702f6c.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": "klingai:6@1",
"positivePrompt": "Starting from the provided first frame, create a cinematic chase sequence on a rugged seaside cliff. The courier runs hard along the edge while the camera tracks low and slightly ahead, then arcs sideways to reveal the vast ocean below. Strong wind whips the coat, grass, ribbons, and hair. Pebbles scatter underfoot, gulls burst into the air, and waves crash against dark rocks far beneath. Keep the glowing brass capsule satchel clearly visible as the hero element. Naturalistic motion, dramatic storm-break lighting, realistic textures, high detail, smooth camera movement, tense adventurous mood, premium trailer-style cinematography.",
"negativePrompt": "cartoon, anime, low detail, blurry, shaky camera, warped anatomy, duplicate person, extra limbs, distorted face, flicker, jitter, oversaturated colors, text, watermark, logo",
"width": 1280,
"height": 720,
"duration": 5,
"CFGScale": 0.5,
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/0f72e039-c4d6-479e-b9c0-fb0e65702f6c.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": "9045b2eb-9a14-4a96-b5c0-1ba0e2c3e896",
"model": "klingai:6@1",
"positivePrompt": "Starting from the provided first frame, create a cinematic chase sequence on a rugged seaside cliff. The courier runs hard along the edge while the camera tracks low and slightly ahead, then arcs sideways to reveal the vast ocean below. Strong wind whips the coat, grass, ribbons, and hair. Pebbles scatter underfoot, gulls burst into the air, and waves crash against dark rocks far beneath. Keep the glowing brass capsule satchel clearly visible as the hero element. Naturalistic motion, dramatic storm-break lighting, realistic textures, high detail, smooth camera movement, tense adventurous mood, premium trailer-style cinematography.",
"negativePrompt": "cartoon, anime, low detail, blurry, shaky camera, warped anatomy, duplicate person, extra limbs, distorted face, flicker, jitter, oversaturated colors, text, watermark, logo",
"width": 1280,
"height": 720,
"duration": 5,
"CFGScale": 0.5,
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/0f72e039-c4d6-479e-b9c0-fb0e65702f6c.jpg",
"frame": "first"
}
]
}
}
]'runware run klingai:6@1 \
positivePrompt="Starting from the provided first frame, create a cinematic chase sequence on a rugged seaside cliff. The courier runs hard along the edge while the camera tracks low and slightly ahead, then arcs sideways to reveal the vast ocean below. Strong wind whips the coat, grass, ribbons, and hair. Pebbles scatter underfoot, gulls burst into the air, and waves crash against dark rocks far beneath. Keep the glowing brass capsule satchel clearly visible as the hero element. Naturalistic motion, dramatic storm-break lighting, realistic textures, high detail, smooth camera movement, tense adventurous mood, premium trailer-style cinematography." \
negativePrompt="cartoon, anime, low detail, blurry, shaky camera, warped anatomy, duplicate person, extra limbs, distorted face, flicker, jitter, oversaturated colors, text, watermark, logo" \
width=1280 \
height=720 \
duration=5 \
CFGScale=0.5 \
inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/0f72e039-c4d6-479e-b9c0-fb0e65702f6c.jpg \
inputs.frameImages.0.frame=first{
"taskType": "videoInference",
"taskUUID": "9045b2eb-9a14-4a96-b5c0-1ba0e2c3e896",
"model": "klingai:6@1",
"positivePrompt": "Starting from the provided first frame, create a cinematic chase sequence on a rugged seaside cliff. The courier runs hard along the edge while the camera tracks low and slightly ahead, then arcs sideways to reveal the vast ocean below. Strong wind whips the coat, grass, ribbons, and hair. Pebbles scatter underfoot, gulls burst into the air, and waves crash against dark rocks far beneath. Keep the glowing brass capsule satchel clearly visible as the hero element. Naturalistic motion, dramatic storm-break lighting, realistic textures, high detail, smooth camera movement, tense adventurous mood, premium trailer-style cinematography.",
"negativePrompt": "cartoon, anime, low detail, blurry, shaky camera, warped anatomy, duplicate person, extra limbs, distorted face, flicker, jitter, oversaturated colors, text, watermark, logo",
"width": 1280,
"height": 720,
"duration": 5,
"CFGScale": 0.5,
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/0f72e039-c4d6-479e-b9c0-fb0e65702f6c.jpg",
"frame": "first"
}
]
}
}{
"taskType": "videoInference",
"taskUUID": "9045b2eb-9a14-4a96-b5c0-1ba0e2c3e896",
"videoUUID": "73c5a86d-dffe-4806-94f2-05d6bbb58576",
"videoURL": "https://vm.runware.ai/video/os/a24d12/ws/5/vi/73c5a86d-dffe-4806-94f2-05d6bbb58576.mp4",
"seed": 2057933519,
"cost": 0.35
}Abandoned Hyperloop Terminal 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: 'klingai:6@1',
positivePrompt: 'A tense cinematic pursuit through an abandoned hyperloop terminal reclaimed by wild greenery and drifting paper debris. A courier in a copper emergency suit sprints across cracked boarding platforms while two compact security drones weave between hanging direction signs. The camera begins with a low tracking shot behind the runner, then arcs sideways as the courier vaults a broken turnstile, slides under a fallen display panel, and leaps onto a dormant train carriage. Dust motes swirl through shafts of harsh afternoon light from fractured skylights. In the background, giant route maps flicker erratically, escalators twitch, and vines wrap around sleek old transit architecture. Emphasize smooth realistic body motion, convincing momentum, subtle lens breathing, parallax from pillars rushing past, and a dramatic final push-in as the courier reaches the edge of the platform and the drones close in. High-detail cinematic sci-fi, grounded realism, crisp textures, controlled motion blur, polished trailer-like composition.',
negativePrompt: 'low detail, jittery motion, flickering faces, warped anatomy, extra limbs, duplicate character, blurry background, cartoon style, text artifacts, watermark, logo, oversaturated colors, shaky camera, poor lighting, deformed drones',
width: 1280,
height: 720,
duration: 5,
CFGScale: 0.72
})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": "klingai:6@1",
"positivePrompt": "A tense cinematic pursuit through an abandoned hyperloop terminal reclaimed by wild greenery and drifting paper debris. A courier in a copper emergency suit sprints across cracked boarding platforms while two compact security drones weave between hanging direction signs. The camera begins with a low tracking shot behind the runner, then arcs sideways as the courier vaults a broken turnstile, slides under a fallen display panel, and leaps onto a dormant train carriage. Dust motes swirl through shafts of harsh afternoon light from fractured skylights. In the background, giant route maps flicker erratically, escalators twitch, and vines wrap around sleek old transit architecture. Emphasize smooth realistic body motion, convincing momentum, subtle lens breathing, parallax from pillars rushing past, and a dramatic final push-in as the courier reaches the edge of the platform and the drones close in. High-detail cinematic sci-fi, grounded realism, crisp textures, controlled motion blur, polished trailer-like composition.",
"negativePrompt": "low detail, jittery motion, flickering faces, warped anatomy, extra limbs, duplicate character, blurry background, cartoon style, text artifacts, watermark, logo, oversaturated colors, shaky camera, poor lighting, deformed drones",
"width": 1280,
"height": 720,
"duration": 5,
"CFGScale": 0.72
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "videoInference",
"taskUUID": "1bbab86a-244b-4f2a-a16b-867238f56065",
"model": "klingai:6@1",
"positivePrompt": "A tense cinematic pursuit through an abandoned hyperloop terminal reclaimed by wild greenery and drifting paper debris. A courier in a copper emergency suit sprints across cracked boarding platforms while two compact security drones weave between hanging direction signs. The camera begins with a low tracking shot behind the runner, then arcs sideways as the courier vaults a broken turnstile, slides under a fallen display panel, and leaps onto a dormant train carriage. Dust motes swirl through shafts of harsh afternoon light from fractured skylights. In the background, giant route maps flicker erratically, escalators twitch, and vines wrap around sleek old transit architecture. Emphasize smooth realistic body motion, convincing momentum, subtle lens breathing, parallax from pillars rushing past, and a dramatic final push-in as the courier reaches the edge of the platform and the drones close in. High-detail cinematic sci-fi, grounded realism, crisp textures, controlled motion blur, polished trailer-like composition.",
"negativePrompt": "low detail, jittery motion, flickering faces, warped anatomy, extra limbs, duplicate character, blurry background, cartoon style, text artifacts, watermark, logo, oversaturated colors, shaky camera, poor lighting, deformed drones",
"width": 1280,
"height": 720,
"duration": 5,
"CFGScale": 0.72
}
]'runware run klingai:6@1 \
positivePrompt="A tense cinematic pursuit through an abandoned hyperloop terminal reclaimed by wild greenery and drifting paper debris. A courier in a copper emergency suit sprints across cracked boarding platforms while two compact security drones weave between hanging direction signs. The camera begins with a low tracking shot behind the runner, then arcs sideways as the courier vaults a broken turnstile, slides under a fallen display panel, and leaps onto a dormant train carriage. Dust motes swirl through shafts of harsh afternoon light from fractured skylights. In the background, giant route maps flicker erratically, escalators twitch, and vines wrap around sleek old transit architecture. Emphasize smooth realistic body motion, convincing momentum, subtle lens breathing, parallax from pillars rushing past, and a dramatic final push-in as the courier reaches the edge of the platform and the drones close in. High-detail cinematic sci-fi, grounded realism, crisp textures, controlled motion blur, polished trailer-like composition." \
negativePrompt="low detail, jittery motion, flickering faces, warped anatomy, extra limbs, duplicate character, blurry background, cartoon style, text artifacts, watermark, logo, oversaturated colors, shaky camera, poor lighting, deformed drones" \
width=1280 \
height=720 \
duration=5 \
CFGScale=0.72{
"taskType": "videoInference",
"taskUUID": "1bbab86a-244b-4f2a-a16b-867238f56065",
"model": "klingai:6@1",
"positivePrompt": "A tense cinematic pursuit through an abandoned hyperloop terminal reclaimed by wild greenery and drifting paper debris. A courier in a copper emergency suit sprints across cracked boarding platforms while two compact security drones weave between hanging direction signs. The camera begins with a low tracking shot behind the runner, then arcs sideways as the courier vaults a broken turnstile, slides under a fallen display panel, and leaps onto a dormant train carriage. Dust motes swirl through shafts of harsh afternoon light from fractured skylights. In the background, giant route maps flicker erratically, escalators twitch, and vines wrap around sleek old transit architecture. Emphasize smooth realistic body motion, convincing momentum, subtle lens breathing, parallax from pillars rushing past, and a dramatic final push-in as the courier reaches the edge of the platform and the drones close in. High-detail cinematic sci-fi, grounded realism, crisp textures, controlled motion blur, polished trailer-like composition.",
"negativePrompt": "low detail, jittery motion, flickering faces, warped anatomy, extra limbs, duplicate character, blurry background, cartoon style, text artifacts, watermark, logo, oversaturated colors, shaky camera, poor lighting, deformed drones",
"width": 1280,
"height": 720,
"duration": 5,
"CFGScale": 0.72
}{
"taskType": "videoInference",
"taskUUID": "1bbab86a-244b-4f2a-a16b-867238f56065",
"videoUUID": "cb8cfd0e-ec4f-4d62-b4e4-86b787d0b5a0",
"videoURL": "https://vm.runware.ai/video/os/a10d08/ws/5/vi/cb8cfd0e-ec4f-4d62-b4e4-86b787d0b5a0.mp4",
"seed": 923927480,
"cost": 0.35
}Abandoned Arcade Metamorphosis 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: 'klingai:6@1',
positivePrompt: 'Create a smooth cinematic transition through a forgotten arcade hall as time and imagination reshape the space. Begin with a dusty abandoned gaming hall with silent cabinets, broken ceiling panels, floating dust and long shafts of afternoon light. The camera performs a slow forward dolly down the central aisle with subtle handheld realism, passing close to cabinet edges for parallax. As the shot progresses, wires sway, paper tickets lift into the air, screens flicker awake one by one, reflections spread across the floor, vines rapidly curl around machines, and the room transforms into a strange lush wonderland. End on the reclaimed version of the same composition with shallow water, vivid greenery, luminous monitor glow, and a bright opening overhead. Strong motion continuity, precise object correspondence, atmospheric depth, cinematic lighting, realistic textures, polished trailer quality.',
negativePrompt: 'low resolution, jittery camera, warped geometry, duplicated cabinets, extra objects, text overlays, logos, people, animals, heavy blur, flicker, abrupt cuts, oversaturated skin tones, cartoon style, inconsistent layout',
width: 1280,
height: 720,
duration: 10,
CFGScale: 0.68,
inputs: {
frameImages: [
{
image: 'https://assets.runware.ai/assets/inputs/199020ef-498a-4e7e-b135-4bc52127274d.jpg',
frame: 'first'
},
{
image: 'https://assets.runware.ai/assets/inputs/0895080f-f727-43af-aa42-1e04927cc25c.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": "klingai:6@1",
"positivePrompt": "Create a smooth cinematic transition through a forgotten arcade hall as time and imagination reshape the space. Begin with a dusty abandoned gaming hall with silent cabinets, broken ceiling panels, floating dust and long shafts of afternoon light. The camera performs a slow forward dolly down the central aisle with subtle handheld realism, passing close to cabinet edges for parallax. As the shot progresses, wires sway, paper tickets lift into the air, screens flicker awake one by one, reflections spread across the floor, vines rapidly curl around machines, and the room transforms into a strange lush wonderland. End on the reclaimed version of the same composition with shallow water, vivid greenery, luminous monitor glow, and a bright opening overhead. Strong motion continuity, precise object correspondence, atmospheric depth, cinematic lighting, realistic textures, polished trailer quality.",
"negativePrompt": "low resolution, jittery camera, warped geometry, duplicated cabinets, extra objects, text overlays, logos, people, animals, heavy blur, flicker, abrupt cuts, oversaturated skin tones, cartoon style, inconsistent layout",
"width": 1280,
"height": 720,
"duration": 10,
"CFGScale": 0.68,
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/199020ef-498a-4e7e-b135-4bc52127274d.jpg",
"frame": "first"
},
{
"image": "https://assets.runware.ai/assets/inputs/0895080f-f727-43af-aa42-1e04927cc25c.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": "d4565600-0a76-47ed-a976-8db699ad02ea",
"model": "klingai:6@1",
"positivePrompt": "Create a smooth cinematic transition through a forgotten arcade hall as time and imagination reshape the space. Begin with a dusty abandoned gaming hall with silent cabinets, broken ceiling panels, floating dust and long shafts of afternoon light. The camera performs a slow forward dolly down the central aisle with subtle handheld realism, passing close to cabinet edges for parallax. As the shot progresses, wires sway, paper tickets lift into the air, screens flicker awake one by one, reflections spread across the floor, vines rapidly curl around machines, and the room transforms into a strange lush wonderland. End on the reclaimed version of the same composition with shallow water, vivid greenery, luminous monitor glow, and a bright opening overhead. Strong motion continuity, precise object correspondence, atmospheric depth, cinematic lighting, realistic textures, polished trailer quality.",
"negativePrompt": "low resolution, jittery camera, warped geometry, duplicated cabinets, extra objects, text overlays, logos, people, animals, heavy blur, flicker, abrupt cuts, oversaturated skin tones, cartoon style, inconsistent layout",
"width": 1280,
"height": 720,
"duration": 10,
"CFGScale": 0.68,
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/199020ef-498a-4e7e-b135-4bc52127274d.jpg",
"frame": "first"
},
{
"image": "https://assets.runware.ai/assets/inputs/0895080f-f727-43af-aa42-1e04927cc25c.jpg",
"frame": "last"
}
]
}
}
]'runware run klingai:6@1 \
positivePrompt="Create a smooth cinematic transition through a forgotten arcade hall as time and imagination reshape the space. Begin with a dusty abandoned gaming hall with silent cabinets, broken ceiling panels, floating dust and long shafts of afternoon light. The camera performs a slow forward dolly down the central aisle with subtle handheld realism, passing close to cabinet edges for parallax. As the shot progresses, wires sway, paper tickets lift into the air, screens flicker awake one by one, reflections spread across the floor, vines rapidly curl around machines, and the room transforms into a strange lush wonderland. End on the reclaimed version of the same composition with shallow water, vivid greenery, luminous monitor glow, and a bright opening overhead. Strong motion continuity, precise object correspondence, atmospheric depth, cinematic lighting, realistic textures, polished trailer quality." \
negativePrompt="low resolution, jittery camera, warped geometry, duplicated cabinets, extra objects, text overlays, logos, people, animals, heavy blur, flicker, abrupt cuts, oversaturated skin tones, cartoon style, inconsistent layout" \
width=1280 \
height=720 \
duration=10 \
CFGScale=0.68 \
inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/199020ef-498a-4e7e-b135-4bc52127274d.jpg \
inputs.frameImages.0.frame=first \
inputs.frameImages.1.image=https://assets.runware.ai/assets/inputs/0895080f-f727-43af-aa42-1e04927cc25c.jpg \
inputs.frameImages.1.frame=last{
"taskType": "videoInference",
"taskUUID": "d4565600-0a76-47ed-a976-8db699ad02ea",
"model": "klingai:6@1",
"positivePrompt": "Create a smooth cinematic transition through a forgotten arcade hall as time and imagination reshape the space. Begin with a dusty abandoned gaming hall with silent cabinets, broken ceiling panels, floating dust and long shafts of afternoon light. The camera performs a slow forward dolly down the central aisle with subtle handheld realism, passing close to cabinet edges for parallax. As the shot progresses, wires sway, paper tickets lift into the air, screens flicker awake one by one, reflections spread across the floor, vines rapidly curl around machines, and the room transforms into a strange lush wonderland. End on the reclaimed version of the same composition with shallow water, vivid greenery, luminous monitor glow, and a bright opening overhead. Strong motion continuity, precise object correspondence, atmospheric depth, cinematic lighting, realistic textures, polished trailer quality.",
"negativePrompt": "low resolution, jittery camera, warped geometry, duplicated cabinets, extra objects, text overlays, logos, people, animals, heavy blur, flicker, abrupt cuts, oversaturated skin tones, cartoon style, inconsistent layout",
"width": 1280,
"height": 720,
"duration": 10,
"CFGScale": 0.68,
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/199020ef-498a-4e7e-b135-4bc52127274d.jpg",
"frame": "first"
},
{
"image": "https://assets.runware.ai/assets/inputs/0895080f-f727-43af-aa42-1e04927cc25c.jpg",
"frame": "last"
}
]
}
}{
"taskType": "videoInference",
"taskUUID": "d4565600-0a76-47ed-a976-8db699ad02ea",
"videoUUID": "5163979c-cb42-4e6f-8e94-e8eeaecc1423",
"videoURL": "https://vm.runware.ai/video/os/a02d21/ws/5/vi/5163979c-cb42-4e6f-8e94-e8eeaecc1423.mp4",
"seed": 235056159,
"cost": 0.7
}