KlingAI 1.0 Pro

KlingAI 1.0 Pro is a video generation model for demanding creators. It improves motion quality with smoother movement. It refines lighting control for more realistic scenes. It delivers sharper visual detail compared to the standard Kling 1.0 model for higher quality clips.

API Reference
INTEGRATE
Complete technical specification for integration
RequestResponse
Examples9
CODE
Ready-to-use code snippets for common workflows
This model is deprecated and will be deactivated on September 15, 2026.
Dental Aligner Lab 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:1@2',
positivePrompt: 'Photorealistic cinematic b-roll inside a spotless dental manufacturing laboratory. In the foreground, a compact precision robotic arm gently lifts a newly formed transparent orthodontic aligner from a matte white dental mold and transfers it toward a stainless inspection tray. Rows of additional molds recede softly into the background beneath cool white task lights. Begin with an extreme close view of the clear aligner catching subtle cyan and violet reflections; as the arm rises, the camera performs a slow, smooth lateral slider move and pulls focus from the aligner edge to the articulated robotic gripper. Tiny highlights travel naturally across the curved transparent plastic. The action develops as one continuous deliberate pick-and-place cycle, ending just before the aligner touches the tray. Bright clinical lighting, crisp material detail, restrained cool palette, shallow depth of field, realistic machinery, premium documentary stock-footage aesthetic, stable composition, no people, no logos, no text.',
negativePrompt: 'cartoon, illustration, science fiction machinery, dirty laboratory, broken equipment, warped dental mold, opaque aligner, duplicated robotic arms, erratic motion, camera shake, flicker, abrupt cuts, text, captions, 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:1@2",
"positivePrompt": "Photorealistic cinematic b-roll inside a spotless dental manufacturing laboratory. In the foreground, a compact precision robotic arm gently lifts a newly formed transparent orthodontic aligner from a matte white dental mold and transfers it toward a stainless inspection tray. Rows of additional molds recede softly into the background beneath cool white task lights. Begin with an extreme close view of the clear aligner catching subtle cyan and violet reflections; as the arm rises, the camera performs a slow, smooth lateral slider move and pulls focus from the aligner edge to the articulated robotic gripper. Tiny highlights travel naturally across the curved transparent plastic. The action develops as one continuous deliberate pick-and-place cycle, ending just before the aligner touches the tray. Bright clinical lighting, crisp material detail, restrained cool palette, shallow depth of field, realistic machinery, premium documentary stock-footage aesthetic, stable composition, no people, no logos, no text.",
"negativePrompt": "cartoon, illustration, science fiction machinery, dirty laboratory, broken equipment, warped dental mold, opaque aligner, duplicated robotic arms, erratic motion, camera shake, flicker, abrupt cuts, text, captions, 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": "bf5c58cc-ee5e-4705-882f-95db5f2f7a1a",
"model": "klingai:1@2",
"positivePrompt": "Photorealistic cinematic b-roll inside a spotless dental manufacturing laboratory. In the foreground, a compact precision robotic arm gently lifts a newly formed transparent orthodontic aligner from a matte white dental mold and transfers it toward a stainless inspection tray. Rows of additional molds recede softly into the background beneath cool white task lights. Begin with an extreme close view of the clear aligner catching subtle cyan and violet reflections; as the arm rises, the camera performs a slow, smooth lateral slider move and pulls focus from the aligner edge to the articulated robotic gripper. Tiny highlights travel naturally across the curved transparent plastic. The action develops as one continuous deliberate pick-and-place cycle, ending just before the aligner touches the tray. Bright clinical lighting, crisp material detail, restrained cool palette, shallow depth of field, realistic machinery, premium documentary stock-footage aesthetic, stable composition, no people, no logos, no text.",
"negativePrompt": "cartoon, illustration, science fiction machinery, dirty laboratory, broken equipment, warped dental mold, opaque aligner, duplicated robotic arms, erratic motion, camera shake, flicker, abrupt cuts, text, captions, logos, watermark",
"width": 1280,
"height": 720,
"duration": 5
}
]'runware run klingai:1@2 \
positivePrompt="Photorealistic cinematic b-roll inside a spotless dental manufacturing laboratory. In the foreground, a compact precision robotic arm gently lifts a newly formed transparent orthodontic aligner from a matte white dental mold and transfers it toward a stainless inspection tray. Rows of additional molds recede softly into the background beneath cool white task lights. Begin with an extreme close view of the clear aligner catching subtle cyan and violet reflections; as the arm rises, the camera performs a slow, smooth lateral slider move and pulls focus from the aligner edge to the articulated robotic gripper. Tiny highlights travel naturally across the curved transparent plastic. The action develops as one continuous deliberate pick-and-place cycle, ending just before the aligner touches the tray. Bright clinical lighting, crisp material detail, restrained cool palette, shallow depth of field, realistic machinery, premium documentary stock-footage aesthetic, stable composition, no people, no logos, no text." \
negativePrompt="cartoon, illustration, science fiction machinery, dirty laboratory, broken equipment, warped dental mold, opaque aligner, duplicated robotic arms, erratic motion, camera shake, flicker, abrupt cuts, text, captions, logos, watermark" \
width=1280 \
height=720 \
duration=5{
"taskType": "videoInference",
"taskUUID": "bf5c58cc-ee5e-4705-882f-95db5f2f7a1a",
"model": "klingai:1@2",
"positivePrompt": "Photorealistic cinematic b-roll inside a spotless dental manufacturing laboratory. In the foreground, a compact precision robotic arm gently lifts a newly formed transparent orthodontic aligner from a matte white dental mold and transfers it toward a stainless inspection tray. Rows of additional molds recede softly into the background beneath cool white task lights. Begin with an extreme close view of the clear aligner catching subtle cyan and violet reflections; as the arm rises, the camera performs a slow, smooth lateral slider move and pulls focus from the aligner edge to the articulated robotic gripper. Tiny highlights travel naturally across the curved transparent plastic. The action develops as one continuous deliberate pick-and-place cycle, ending just before the aligner touches the tray. Bright clinical lighting, crisp material detail, restrained cool palette, shallow depth of field, realistic machinery, premium documentary stock-footage aesthetic, stable composition, no people, no logos, no text.",
"negativePrompt": "cartoon, illustration, science fiction machinery, dirty laboratory, broken equipment, warped dental mold, opaque aligner, duplicated robotic arms, erratic motion, camera shake, flicker, abrupt cuts, text, captions, logos, watermark",
"width": 1280,
"height": 720,
"duration": 5
}{
"taskType": "videoInference",
"taskUUID": "bf5c58cc-ee5e-4705-882f-95db5f2f7a1a",
"videoUUID": "da590e26-12f5-4358-a967-df66bb969d21",
"videoURL": "https://vm.runware.ai/video/os/a10dlim3/ws/5/vi/da590e26-12f5-4358-a967-df66bb969d21.mp4",
"seed": 1704378116,
"cost": 0.3234
}Closed-System Vial Adapter Demo
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:1@2',
positivePrompt: 'Five-second landscape product explainer animation for a closed-system drug-transfer vial adapter used in oncology pharmacies. Begin with a pristine glass medicine vial standing upright on a matte white clinical surface, fitted with a compact white-and-teal polymer adapter. A matching syringe connector descends from above as the camera makes a slow macro push-in at a three-quarter angle. On contact, the connector twists smoothly into place. The outer housing becomes selectively transparent in a precise technical cutaway, revealing two internal elastomer valves compressing and opening only after the parts fully lock. A small amount of translucent violet liquid travels cleanly from the vial into the syringe while a teal pressure-equalization membrane flexes gently; no mist or droplets escape. In the final second, the syringe connector twists off, both valves snap closed, and the camera settles on the dry, sealed adapter with one tiny bead of liquid visibly contained behind the valve. Photorealistic medical product CGI, accurate molded-plastic details, controlled mechanical motion, crisp softbox reflections, white background with pale aqua shadows, sterile but approachable art direction, shallow depth of field, no labels, no logos, no text.',
negativePrompt: 'blood, needles entering skin, patient, hands, leakage, spray, aerosol cloud, spilled liquid, broken glass, deformed components, extra connectors, floating parts, illegible labels, logos, captions, interface graphics, shaky camera, abrupt cuts, dark hospital setting, dramatic colored lighting',
width: 1280,
height: 720,
duration: 5,
CFGScale: 0.85
})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:1@2",
"positivePrompt": "Five-second landscape product explainer animation for a closed-system drug-transfer vial adapter used in oncology pharmacies. Begin with a pristine glass medicine vial standing upright on a matte white clinical surface, fitted with a compact white-and-teal polymer adapter. A matching syringe connector descends from above as the camera makes a slow macro push-in at a three-quarter angle. On contact, the connector twists smoothly into place. The outer housing becomes selectively transparent in a precise technical cutaway, revealing two internal elastomer valves compressing and opening only after the parts fully lock. A small amount of translucent violet liquid travels cleanly from the vial into the syringe while a teal pressure-equalization membrane flexes gently; no mist or droplets escape. In the final second, the syringe connector twists off, both valves snap closed, and the camera settles on the dry, sealed adapter with one tiny bead of liquid visibly contained behind the valve. Photorealistic medical product CGI, accurate molded-plastic details, controlled mechanical motion, crisp softbox reflections, white background with pale aqua shadows, sterile but approachable art direction, shallow depth of field, no labels, no logos, no text.",
"negativePrompt": "blood, needles entering skin, patient, hands, leakage, spray, aerosol cloud, spilled liquid, broken glass, deformed components, extra connectors, floating parts, illegible labels, logos, captions, interface graphics, shaky camera, abrupt cuts, dark hospital setting, dramatic colored lighting",
"width": 1280,
"height": 720,
"duration": 5,
"CFGScale": 0.85
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "videoInference",
"taskUUID": "866f67ea-def0-4716-9a72-560a279e4114",
"model": "klingai:1@2",
"positivePrompt": "Five-second landscape product explainer animation for a closed-system drug-transfer vial adapter used in oncology pharmacies. Begin with a pristine glass medicine vial standing upright on a matte white clinical surface, fitted with a compact white-and-teal polymer adapter. A matching syringe connector descends from above as the camera makes a slow macro push-in at a three-quarter angle. On contact, the connector twists smoothly into place. The outer housing becomes selectively transparent in a precise technical cutaway, revealing two internal elastomer valves compressing and opening only after the parts fully lock. A small amount of translucent violet liquid travels cleanly from the vial into the syringe while a teal pressure-equalization membrane flexes gently; no mist or droplets escape. In the final second, the syringe connector twists off, both valves snap closed, and the camera settles on the dry, sealed adapter with one tiny bead of liquid visibly contained behind the valve. Photorealistic medical product CGI, accurate molded-plastic details, controlled mechanical motion, crisp softbox reflections, white background with pale aqua shadows, sterile but approachable art direction, shallow depth of field, no labels, no logos, no text.",
"negativePrompt": "blood, needles entering skin, patient, hands, leakage, spray, aerosol cloud, spilled liquid, broken glass, deformed components, extra connectors, floating parts, illegible labels, logos, captions, interface graphics, shaky camera, abrupt cuts, dark hospital setting, dramatic colored lighting",
"width": 1280,
"height": 720,
"duration": 5,
"CFGScale": 0.85
}
]'runware run klingai:1@2 \
positivePrompt="Five-second landscape product explainer animation for a closed-system drug-transfer vial adapter used in oncology pharmacies. Begin with a pristine glass medicine vial standing upright on a matte white clinical surface, fitted with a compact white-and-teal polymer adapter. A matching syringe connector descends from above as the camera makes a slow macro push-in at a three-quarter angle. On contact, the connector twists smoothly into place. The outer housing becomes selectively transparent in a precise technical cutaway, revealing two internal elastomer valves compressing and opening only after the parts fully lock. A small amount of translucent violet liquid travels cleanly from the vial into the syringe while a teal pressure-equalization membrane flexes gently; no mist or droplets escape. In the final second, the syringe connector twists off, both valves snap closed, and the camera settles on the dry, sealed adapter with one tiny bead of liquid visibly contained behind the valve. Photorealistic medical product CGI, accurate molded-plastic details, controlled mechanical motion, crisp softbox reflections, white background with pale aqua shadows, sterile but approachable art direction, shallow depth of field, no labels, no logos, no text." \
negativePrompt="blood, needles entering skin, patient, hands, leakage, spray, aerosol cloud, spilled liquid, broken glass, deformed components, extra connectors, floating parts, illegible labels, logos, captions, interface graphics, shaky camera, abrupt cuts, dark hospital setting, dramatic colored lighting" \
width=1280 \
height=720 \
duration=5 \
CFGScale=0.85{
"taskType": "videoInference",
"taskUUID": "866f67ea-def0-4716-9a72-560a279e4114",
"model": "klingai:1@2",
"positivePrompt": "Five-second landscape product explainer animation for a closed-system drug-transfer vial adapter used in oncology pharmacies. Begin with a pristine glass medicine vial standing upright on a matte white clinical surface, fitted with a compact white-and-teal polymer adapter. A matching syringe connector descends from above as the camera makes a slow macro push-in at a three-quarter angle. On contact, the connector twists smoothly into place. The outer housing becomes selectively transparent in a precise technical cutaway, revealing two internal elastomer valves compressing and opening only after the parts fully lock. A small amount of translucent violet liquid travels cleanly from the vial into the syringe while a teal pressure-equalization membrane flexes gently; no mist or droplets escape. In the final second, the syringe connector twists off, both valves snap closed, and the camera settles on the dry, sealed adapter with one tiny bead of liquid visibly contained behind the valve. Photorealistic medical product CGI, accurate molded-plastic details, controlled mechanical motion, crisp softbox reflections, white background with pale aqua shadows, sterile but approachable art direction, shallow depth of field, no labels, no logos, no text.",
"negativePrompt": "blood, needles entering skin, patient, hands, leakage, spray, aerosol cloud, spilled liquid, broken glass, deformed components, extra connectors, floating parts, illegible labels, logos, captions, interface graphics, shaky camera, abrupt cuts, dark hospital setting, dramatic colored lighting",
"width": 1280,
"height": 720,
"duration": 5,
"CFGScale": 0.85
}{
"taskType": "videoInference",
"taskUUID": "866f67ea-def0-4716-9a72-560a279e4114",
"videoUUID": "9bc9d21b-f980-4c07-a44a-897c98689bec",
"videoURL": "https://vm.runware.ai/video/os/a07dlim3/ws/5/vi/9bc9d21b-f980-4c07-a44a-897c98689bec.mp4",
"seed": 1609428782,
"cost": 0.3234
}Neon Glassblowing Process 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:1@2',
positivePrompt: 'Continue naturally from the supplied opening frame as one uninterrupted vertical social reel shot. The neon artisan steadily rotates the glass tube through the ribbon burner\'s blue flame so it heats evenly. The softened center becomes orange-hot and slightly pliable. She lifts the tube away from the burner and smoothly bends it into a clean broad curve using controlled, practiced hand movements, keeping both ends aligned. A faint wisp of heat distortion rises above the glass. The camera makes a slow, confident push-in with a subtle clockwise arc, moving from a medium portrait view toward the glowing bend and her focused expression. Cyan and electric-magenta workshop accents shimmer across the tube while the warm flame lights her hands and safety glasses. Preserve the same artisan, clothing, workbench, tube, burner, and dark fabrication studio throughout. Premium craft-documentary art direction, realistic glass physics, smooth human motion, crisp detail, shallow depth of field, tactile industrial atmosphere, designed as a polished 10-second behind-the-scenes social media advertisement. No cuts, transitions, scene changes, added products, lettering, logos, captions, or interface elements.',
negativePrompt: 'Broken glass, shattered tube, rubbery glass, warped hands, extra fingers, duplicated tools, changing person, changing wardrobe, unsafe handling, jerky movement, fast camera shake, jump cuts, scene replacement, excessive smoke, sparks, explosions, illegible signage, subtitles, logos, watermarks, app interface, low detail, cartoon style',
width: 720,
height: 1280,
duration: 10,
inputs: {
frameImages: [
{
image: 'https://assets.runware.ai/assets/inputs/1ff51456-0d7f-4b60-b2e0-4a1eb8c79a4f.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:1@2",
"positivePrompt": "Continue naturally from the supplied opening frame as one uninterrupted vertical social reel shot. The neon artisan steadily rotates the glass tube through the ribbon burner's blue flame so it heats evenly. The softened center becomes orange-hot and slightly pliable. She lifts the tube away from the burner and smoothly bends it into a clean broad curve using controlled, practiced hand movements, keeping both ends aligned. A faint wisp of heat distortion rises above the glass. The camera makes a slow, confident push-in with a subtle clockwise arc, moving from a medium portrait view toward the glowing bend and her focused expression. Cyan and electric-magenta workshop accents shimmer across the tube while the warm flame lights her hands and safety glasses. Preserve the same artisan, clothing, workbench, tube, burner, and dark fabrication studio throughout. Premium craft-documentary art direction, realistic glass physics, smooth human motion, crisp detail, shallow depth of field, tactile industrial atmosphere, designed as a polished 10-second behind-the-scenes social media advertisement. No cuts, transitions, scene changes, added products, lettering, logos, captions, or interface elements.",
"negativePrompt": "Broken glass, shattered tube, rubbery glass, warped hands, extra fingers, duplicated tools, changing person, changing wardrobe, unsafe handling, jerky movement, fast camera shake, jump cuts, scene replacement, excessive smoke, sparks, explosions, illegible signage, subtitles, logos, watermarks, app interface, low detail, cartoon style",
"width": 720,
"height": 1280,
"duration": 10,
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/1ff51456-0d7f-4b60-b2e0-4a1eb8c79a4f.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": "e4bbe9e3-e766-440e-8a28-78caa566bb99",
"model": "klingai:1@2",
"positivePrompt": "Continue naturally from the supplied opening frame as one uninterrupted vertical social reel shot. The neon artisan steadily rotates the glass tube through the ribbon burner's blue flame so it heats evenly. The softened center becomes orange-hot and slightly pliable. She lifts the tube away from the burner and smoothly bends it into a clean broad curve using controlled, practiced hand movements, keeping both ends aligned. A faint wisp of heat distortion rises above the glass. The camera makes a slow, confident push-in with a subtle clockwise arc, moving from a medium portrait view toward the glowing bend and her focused expression. Cyan and electric-magenta workshop accents shimmer across the tube while the warm flame lights her hands and safety glasses. Preserve the same artisan, clothing, workbench, tube, burner, and dark fabrication studio throughout. Premium craft-documentary art direction, realistic glass physics, smooth human motion, crisp detail, shallow depth of field, tactile industrial atmosphere, designed as a polished 10-second behind-the-scenes social media advertisement. No cuts, transitions, scene changes, added products, lettering, logos, captions, or interface elements.",
"negativePrompt": "Broken glass, shattered tube, rubbery glass, warped hands, extra fingers, duplicated tools, changing person, changing wardrobe, unsafe handling, jerky movement, fast camera shake, jump cuts, scene replacement, excessive smoke, sparks, explosions, illegible signage, subtitles, logos, watermarks, app interface, low detail, cartoon style",
"width": 720,
"height": 1280,
"duration": 10,
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/1ff51456-0d7f-4b60-b2e0-4a1eb8c79a4f.jpg",
"frame": "first"
}
]
}
}
]'runware run klingai:1@2 \
positivePrompt="Continue naturally from the supplied opening frame as one uninterrupted vertical social reel shot. The neon artisan steadily rotates the glass tube through the ribbon burner's blue flame so it heats evenly. The softened center becomes orange-hot and slightly pliable. She lifts the tube away from the burner and smoothly bends it into a clean broad curve using controlled, practiced hand movements, keeping both ends aligned. A faint wisp of heat distortion rises above the glass. The camera makes a slow, confident push-in with a subtle clockwise arc, moving from a medium portrait view toward the glowing bend and her focused expression. Cyan and electric-magenta workshop accents shimmer across the tube while the warm flame lights her hands and safety glasses. Preserve the same artisan, clothing, workbench, tube, burner, and dark fabrication studio throughout. Premium craft-documentary art direction, realistic glass physics, smooth human motion, crisp detail, shallow depth of field, tactile industrial atmosphere, designed as a polished 10-second behind-the-scenes social media advertisement. No cuts, transitions, scene changes, added products, lettering, logos, captions, or interface elements." \
negativePrompt="Broken glass, shattered tube, rubbery glass, warped hands, extra fingers, duplicated tools, changing person, changing wardrobe, unsafe handling, jerky movement, fast camera shake, jump cuts, scene replacement, excessive smoke, sparks, explosions, illegible signage, subtitles, logos, watermarks, app interface, low detail, cartoon style" \
width=720 \
height=1280 \
duration=10 \
inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/1ff51456-0d7f-4b60-b2e0-4a1eb8c79a4f.jpg \
inputs.frameImages.0.frame=first{
"taskType": "videoInference",
"taskUUID": "e4bbe9e3-e766-440e-8a28-78caa566bb99",
"model": "klingai:1@2",
"positivePrompt": "Continue naturally from the supplied opening frame as one uninterrupted vertical social reel shot. The neon artisan steadily rotates the glass tube through the ribbon burner's blue flame so it heats evenly. The softened center becomes orange-hot and slightly pliable. She lifts the tube away from the burner and smoothly bends it into a clean broad curve using controlled, practiced hand movements, keeping both ends aligned. A faint wisp of heat distortion rises above the glass. The camera makes a slow, confident push-in with a subtle clockwise arc, moving from a medium portrait view toward the glowing bend and her focused expression. Cyan and electric-magenta workshop accents shimmer across the tube while the warm flame lights her hands and safety glasses. Preserve the same artisan, clothing, workbench, tube, burner, and dark fabrication studio throughout. Premium craft-documentary art direction, realistic glass physics, smooth human motion, crisp detail, shallow depth of field, tactile industrial atmosphere, designed as a polished 10-second behind-the-scenes social media advertisement. No cuts, transitions, scene changes, added products, lettering, logos, captions, or interface elements.",
"negativePrompt": "Broken glass, shattered tube, rubbery glass, warped hands, extra fingers, duplicated tools, changing person, changing wardrobe, unsafe handling, jerky movement, fast camera shake, jump cuts, scene replacement, excessive smoke, sparks, explosions, illegible signage, subtitles, logos, watermarks, app interface, low detail, cartoon style",
"width": 720,
"height": 1280,
"duration": 10,
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/1ff51456-0d7f-4b60-b2e0-4a1eb8c79a4f.jpg",
"frame": "first"
}
]
}
}{
"taskType": "videoInference",
"taskUUID": "e4bbe9e3-e766-440e-8a28-78caa566bb99",
"videoUUID": "2bb81667-7aa6-4ce2-aa6f-5e8a0b54ccb3",
"videoURL": "https://vm.runware.ai/video/os/a10dlim3/ws/5/vi/2bb81667-7aa6-4ce2-aa6f-5e8a0b54ccb3.mp4",
"seed": 1026206206,
"cost": 0.6468
}Wildlife Crime Documentary Title Sting
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:1@2',
positivePrompt: 'Create a single continuous five-second cinematic title reveal using the supplied first and last frames as exact endpoints. Begin on the locked overhead macro view of the dried ghost orchid in its black customs evidence tray. Make a very slow, controlled camera push toward the specimen while fluorescent tubes flicker softly across the glass. The brittle petals lift, uncurl and regain translucent volume with physically believable organic motion, as if a forensic time-lapse is reversing. Fine dust rises from the tray. The red evidence thread creeps outward in deliberate branching paths, forming the visual suggestion of an international trafficking network without becoming a literal map. Lighting transitions smoothly from sickly institutional yellow-green to saturated crimson safelight; reflections travel naturally over the glass and steel ruler. During the final second, the moving threads settle and the centered title “THE VANISHING BLOOM” resolves cleanly in condensed white lettering over the now-open luminous flower. End precisely on the supplied final composition. Premium investigative wildlife-crime documentary aesthetic, tense and elegant, sharp botanical textures, subtle 35mm grain, restrained motion, seamless transformation, no cuts.',
negativePrompt: 'Jump cuts, camera shake, spinning camera, altered tray geometry, extra flowers, insects, hands, people, fantasy sparkles, explosive growth, liquid morphing, illegible title, misspelled words, duplicate letters, warped typography, clutter, cartoon style, oversaturated rainbow colors, low detail, heavy motion blur, flickering objects.',
width: 720,
height: 720,
duration: 5,
CFGScale: 0.85,
inputs: {
frameImages: [
{
image: 'https://assets.runware.ai/assets/inputs/16efa02a-d76d-431c-8455-97c2c5882971.jpg',
frame: 'first'
},
{
image: 'https://assets.runware.ai/assets/inputs/af18de0d-36b0-49ed-b9a3-5feb8203241f.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:1@2",
"positivePrompt": "Create a single continuous five-second cinematic title reveal using the supplied first and last frames as exact endpoints. Begin on the locked overhead macro view of the dried ghost orchid in its black customs evidence tray. Make a very slow, controlled camera push toward the specimen while fluorescent tubes flicker softly across the glass. The brittle petals lift, uncurl and regain translucent volume with physically believable organic motion, as if a forensic time-lapse is reversing. Fine dust rises from the tray. The red evidence thread creeps outward in deliberate branching paths, forming the visual suggestion of an international trafficking network without becoming a literal map. Lighting transitions smoothly from sickly institutional yellow-green to saturated crimson safelight; reflections travel naturally over the glass and steel ruler. During the final second, the moving threads settle and the centered title “THE VANISHING BLOOM” resolves cleanly in condensed white lettering over the now-open luminous flower. End precisely on the supplied final composition. Premium investigative wildlife-crime documentary aesthetic, tense and elegant, sharp botanical textures, subtle 35mm grain, restrained motion, seamless transformation, no cuts.",
"negativePrompt": "Jump cuts, camera shake, spinning camera, altered tray geometry, extra flowers, insects, hands, people, fantasy sparkles, explosive growth, liquid morphing, illegible title, misspelled words, duplicate letters, warped typography, clutter, cartoon style, oversaturated rainbow colors, low detail, heavy motion blur, flickering objects.",
"width": 720,
"height": 720,
"duration": 5,
"CFGScale": 0.85,
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/16efa02a-d76d-431c-8455-97c2c5882971.jpg",
"frame": "first"
},
{
"image": "https://assets.runware.ai/assets/inputs/af18de0d-36b0-49ed-b9a3-5feb8203241f.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": "e0561d5c-cd93-4ceb-a76c-fe7fc6044c18",
"model": "klingai:1@2",
"positivePrompt": "Create a single continuous five-second cinematic title reveal using the supplied first and last frames as exact endpoints. Begin on the locked overhead macro view of the dried ghost orchid in its black customs evidence tray. Make a very slow, controlled camera push toward the specimen while fluorescent tubes flicker softly across the glass. The brittle petals lift, uncurl and regain translucent volume with physically believable organic motion, as if a forensic time-lapse is reversing. Fine dust rises from the tray. The red evidence thread creeps outward in deliberate branching paths, forming the visual suggestion of an international trafficking network without becoming a literal map. Lighting transitions smoothly from sickly institutional yellow-green to saturated crimson safelight; reflections travel naturally over the glass and steel ruler. During the final second, the moving threads settle and the centered title “THE VANISHING BLOOM” resolves cleanly in condensed white lettering over the now-open luminous flower. End precisely on the supplied final composition. Premium investigative wildlife-crime documentary aesthetic, tense and elegant, sharp botanical textures, subtle 35mm grain, restrained motion, seamless transformation, no cuts.",
"negativePrompt": "Jump cuts, camera shake, spinning camera, altered tray geometry, extra flowers, insects, hands, people, fantasy sparkles, explosive growth, liquid morphing, illegible title, misspelled words, duplicate letters, warped typography, clutter, cartoon style, oversaturated rainbow colors, low detail, heavy motion blur, flickering objects.",
"width": 720,
"height": 720,
"duration": 5,
"CFGScale": 0.85,
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/16efa02a-d76d-431c-8455-97c2c5882971.jpg",
"frame": "first"
},
{
"image": "https://assets.runware.ai/assets/inputs/af18de0d-36b0-49ed-b9a3-5feb8203241f.jpg",
"frame": "last"
}
]
}
}
]'runware run klingai:1@2 \
positivePrompt="Create a single continuous five-second cinematic title reveal using the supplied first and last frames as exact endpoints. Begin on the locked overhead macro view of the dried ghost orchid in its black customs evidence tray. Make a very slow, controlled camera push toward the specimen while fluorescent tubes flicker softly across the glass. The brittle petals lift, uncurl and regain translucent volume with physically believable organic motion, as if a forensic time-lapse is reversing. Fine dust rises from the tray. The red evidence thread creeps outward in deliberate branching paths, forming the visual suggestion of an international trafficking network without becoming a literal map. Lighting transitions smoothly from sickly institutional yellow-green to saturated crimson safelight; reflections travel naturally over the glass and steel ruler. During the final second, the moving threads settle and the centered title “THE VANISHING BLOOM” resolves cleanly in condensed white lettering over the now-open luminous flower. End precisely on the supplied final composition. Premium investigative wildlife-crime documentary aesthetic, tense and elegant, sharp botanical textures, subtle 35mm grain, restrained motion, seamless transformation, no cuts." \
negativePrompt="Jump cuts, camera shake, spinning camera, altered tray geometry, extra flowers, insects, hands, people, fantasy sparkles, explosive growth, liquid morphing, illegible title, misspelled words, duplicate letters, warped typography, clutter, cartoon style, oversaturated rainbow colors, low detail, heavy motion blur, flickering objects." \
width=720 \
height=720 \
duration=5 \
CFGScale=0.85 \
inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/16efa02a-d76d-431c-8455-97c2c5882971.jpg \
inputs.frameImages.0.frame=first \
inputs.frameImages.1.image=https://assets.runware.ai/assets/inputs/af18de0d-36b0-49ed-b9a3-5feb8203241f.jpg \
inputs.frameImages.1.frame=last{
"taskType": "videoInference",
"taskUUID": "e0561d5c-cd93-4ceb-a76c-fe7fc6044c18",
"model": "klingai:1@2",
"positivePrompt": "Create a single continuous five-second cinematic title reveal using the supplied first and last frames as exact endpoints. Begin on the locked overhead macro view of the dried ghost orchid in its black customs evidence tray. Make a very slow, controlled camera push toward the specimen while fluorescent tubes flicker softly across the glass. The brittle petals lift, uncurl and regain translucent volume with physically believable organic motion, as if a forensic time-lapse is reversing. Fine dust rises from the tray. The red evidence thread creeps outward in deliberate branching paths, forming the visual suggestion of an international trafficking network without becoming a literal map. Lighting transitions smoothly from sickly institutional yellow-green to saturated crimson safelight; reflections travel naturally over the glass and steel ruler. During the final second, the moving threads settle and the centered title “THE VANISHING BLOOM” resolves cleanly in condensed white lettering over the now-open luminous flower. End precisely on the supplied final composition. Premium investigative wildlife-crime documentary aesthetic, tense and elegant, sharp botanical textures, subtle 35mm grain, restrained motion, seamless transformation, no cuts.",
"negativePrompt": "Jump cuts, camera shake, spinning camera, altered tray geometry, extra flowers, insects, hands, people, fantasy sparkles, explosive growth, liquid morphing, illegible title, misspelled words, duplicate letters, warped typography, clutter, cartoon style, oversaturated rainbow colors, low detail, heavy motion blur, flickering objects.",
"width": 720,
"height": 720,
"duration": 5,
"CFGScale": 0.85,
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/16efa02a-d76d-431c-8455-97c2c5882971.jpg",
"frame": "first"
},
{
"image": "https://assets.runware.ai/assets/inputs/af18de0d-36b0-49ed-b9a3-5feb8203241f.jpg",
"frame": "last"
}
]
}
}{
"taskType": "videoInference",
"taskUUID": "e0561d5c-cd93-4ceb-a76c-fe7fc6044c18",
"videoUUID": "cde19a35-e40f-432b-94c7-7a937459101d",
"videoURL": "https://vm.runware.ai/video/os/a08dlim3/ws/5/vi/cde19a35-e40f-432b-94c7-7a937459101d.mp4",
"seed": 706857159,
"cost": 0.3234
}Glacial Lantern Train Interior
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:1@2',
positivePrompt: 'Animate this single establishing frame into a refined cinematic shot inside an ornate vintage train carriage moving through a frozen landscape. The camera gently pushes forward down the aisle with slight natural sway from the train. The cartographer subtly breathes, lowers their gaze to the glowing map, and the map edges flutter softly. Lantern light flickers warmly across brass fixtures and polished wood while cold blue light shifts through the frosted windows. Outside, massive ice formations glide past with believable parallax. Fine details remain sharp: condensation trails, fabric texture, reflections in the glass, drifting dust motes, and delicate vibration of straps and hanging objects. Emphasize smooth motion, realistic lighting transitions, elegant atmosphere, and premium cinematic clarity.',
negativePrompt: 'jittery motion, warped anatomy, duplicate limbs, deformed hands, melting objects, flickering face, unstable composition, abrupt camera movement, overexposure, oversaturation, low detail, blurry windows, noisy shadows, text, watermark, logo',
width: 1280,
height: 720,
duration: 5,
CFGScale: 0.5,
inputs: {
frameImages: [
{
image: 'https://assets.runware.ai/assets/inputs/c1d36e61-ea50-4005-9d53-a047fcee3502.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:1@2",
"positivePrompt": "Animate this single establishing frame into a refined cinematic shot inside an ornate vintage train carriage moving through a frozen landscape. The camera gently pushes forward down the aisle with slight natural sway from the train. The cartographer subtly breathes, lowers their gaze to the glowing map, and the map edges flutter softly. Lantern light flickers warmly across brass fixtures and polished wood while cold blue light shifts through the frosted windows. Outside, massive ice formations glide past with believable parallax. Fine details remain sharp: condensation trails, fabric texture, reflections in the glass, drifting dust motes, and delicate vibration of straps and hanging objects. Emphasize smooth motion, realistic lighting transitions, elegant atmosphere, and premium cinematic clarity.",
"negativePrompt": "jittery motion, warped anatomy, duplicate limbs, deformed hands, melting objects, flickering face, unstable composition, abrupt camera movement, overexposure, oversaturation, low detail, blurry windows, noisy shadows, text, watermark, logo",
"width": 1280,
"height": 720,
"duration": 5,
"CFGScale": 0.5,
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/c1d36e61-ea50-4005-9d53-a047fcee3502.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": "4acfb2b1-7cfd-4454-a408-527062cdf1d5",
"model": "klingai:1@2",
"positivePrompt": "Animate this single establishing frame into a refined cinematic shot inside an ornate vintage train carriage moving through a frozen landscape. The camera gently pushes forward down the aisle with slight natural sway from the train. The cartographer subtly breathes, lowers their gaze to the glowing map, and the map edges flutter softly. Lantern light flickers warmly across brass fixtures and polished wood while cold blue light shifts through the frosted windows. Outside, massive ice formations glide past with believable parallax. Fine details remain sharp: condensation trails, fabric texture, reflections in the glass, drifting dust motes, and delicate vibration of straps and hanging objects. Emphasize smooth motion, realistic lighting transitions, elegant atmosphere, and premium cinematic clarity.",
"negativePrompt": "jittery motion, warped anatomy, duplicate limbs, deformed hands, melting objects, flickering face, unstable composition, abrupt camera movement, overexposure, oversaturation, low detail, blurry windows, noisy shadows, text, watermark, logo",
"width": 1280,
"height": 720,
"duration": 5,
"CFGScale": 0.5,
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/c1d36e61-ea50-4005-9d53-a047fcee3502.jpg",
"frame": "first"
}
]
}
}
]'runware run klingai:1@2 \
positivePrompt="Animate this single establishing frame into a refined cinematic shot inside an ornate vintage train carriage moving through a frozen landscape. The camera gently pushes forward down the aisle with slight natural sway from the train. The cartographer subtly breathes, lowers their gaze to the glowing map, and the map edges flutter softly. Lantern light flickers warmly across brass fixtures and polished wood while cold blue light shifts through the frosted windows. Outside, massive ice formations glide past with believable parallax. Fine details remain sharp: condensation trails, fabric texture, reflections in the glass, drifting dust motes, and delicate vibration of straps and hanging objects. Emphasize smooth motion, realistic lighting transitions, elegant atmosphere, and premium cinematic clarity." \
negativePrompt="jittery motion, warped anatomy, duplicate limbs, deformed hands, melting objects, flickering face, unstable composition, abrupt camera movement, overexposure, oversaturation, low detail, blurry windows, noisy shadows, text, watermark, logo" \
width=1280 \
height=720 \
duration=5 \
CFGScale=0.5 \
inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/c1d36e61-ea50-4005-9d53-a047fcee3502.jpg \
inputs.frameImages.0.frame=first{
"taskType": "videoInference",
"taskUUID": "4acfb2b1-7cfd-4454-a408-527062cdf1d5",
"model": "klingai:1@2",
"positivePrompt": "Animate this single establishing frame into a refined cinematic shot inside an ornate vintage train carriage moving through a frozen landscape. The camera gently pushes forward down the aisle with slight natural sway from the train. The cartographer subtly breathes, lowers their gaze to the glowing map, and the map edges flutter softly. Lantern light flickers warmly across brass fixtures and polished wood while cold blue light shifts through the frosted windows. Outside, massive ice formations glide past with believable parallax. Fine details remain sharp: condensation trails, fabric texture, reflections in the glass, drifting dust motes, and delicate vibration of straps and hanging objects. Emphasize smooth motion, realistic lighting transitions, elegant atmosphere, and premium cinematic clarity.",
"negativePrompt": "jittery motion, warped anatomy, duplicate limbs, deformed hands, melting objects, flickering face, unstable composition, abrupt camera movement, overexposure, oversaturation, low detail, blurry windows, noisy shadows, text, watermark, logo",
"width": 1280,
"height": 720,
"duration": 5,
"CFGScale": 0.5,
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/c1d36e61-ea50-4005-9d53-a047fcee3502.jpg",
"frame": "first"
}
]
}
}{
"taskType": "videoInference",
"taskUUID": "4acfb2b1-7cfd-4454-a408-527062cdf1d5",
"videoUUID": "14139f1d-5462-4226-8c2f-256bea3f24c0",
"videoURL": "https://vm.runware.ai/video/os/a14d18/ws/5/vi/14139f1d-5462-4226-8c2f-256bea3f24c0.mp4",
"seed": 343759054,
"cost": 0.3234
}Lantern Tram Through Floodplain
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:1@2',
positivePrompt: 'A cinematic wide shot of an antique electric tram moving slowly along narrow raised tracks through a vast flooded grassland settlement at blue hour. Warm paper lanterns hang from the tram roof and reflect in shallow water between reeds. Stilt houses, fishing platforms, and distant wind-driven water wheels line the horizon. The camera begins low near rippling water and drifts sideways with the tram, revealing passengers in silhouette, swaying lantern light, small birds lifting off from the reeds, and gentle wake patterns spreading outward. Realistic atmosphere, intricate textures, polished metal, damp wood, layered depth, subtle mist near the water surface, natural color contrast between cool sky and warm lantern glow, refined lighting control, smooth continuous motion, high detail, cinematic composition.',
negativePrompt: 'text overlays, watermark, logo, low detail, flicker, jitter, warped anatomy, duplicated passengers, broken tram geometry, oversaturated colors, harsh contrast, blurry background, camera shake, glitch artifacts',
width: 1280,
height: 720,
duration: 10,
CFGScale: 0.7
})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:1@2",
"positivePrompt": "A cinematic wide shot of an antique electric tram moving slowly along narrow raised tracks through a vast flooded grassland settlement at blue hour. Warm paper lanterns hang from the tram roof and reflect in shallow water between reeds. Stilt houses, fishing platforms, and distant wind-driven water wheels line the horizon. The camera begins low near rippling water and drifts sideways with the tram, revealing passengers in silhouette, swaying lantern light, small birds lifting off from the reeds, and gentle wake patterns spreading outward. Realistic atmosphere, intricate textures, polished metal, damp wood, layered depth, subtle mist near the water surface, natural color contrast between cool sky and warm lantern glow, refined lighting control, smooth continuous motion, high detail, cinematic composition.",
"negativePrompt": "text overlays, watermark, logo, low detail, flicker, jitter, warped anatomy, duplicated passengers, broken tram geometry, oversaturated colors, harsh contrast, blurry background, camera shake, glitch artifacts",
"width": 1280,
"height": 720,
"duration": 10,
"CFGScale": 0.7
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "videoInference",
"taskUUID": "ce780267-bf05-44d0-a469-d05de624e080",
"model": "klingai:1@2",
"positivePrompt": "A cinematic wide shot of an antique electric tram moving slowly along narrow raised tracks through a vast flooded grassland settlement at blue hour. Warm paper lanterns hang from the tram roof and reflect in shallow water between reeds. Stilt houses, fishing platforms, and distant wind-driven water wheels line the horizon. The camera begins low near rippling water and drifts sideways with the tram, revealing passengers in silhouette, swaying lantern light, small birds lifting off from the reeds, and gentle wake patterns spreading outward. Realistic atmosphere, intricate textures, polished metal, damp wood, layered depth, subtle mist near the water surface, natural color contrast between cool sky and warm lantern glow, refined lighting control, smooth continuous motion, high detail, cinematic composition.",
"negativePrompt": "text overlays, watermark, logo, low detail, flicker, jitter, warped anatomy, duplicated passengers, broken tram geometry, oversaturated colors, harsh contrast, blurry background, camera shake, glitch artifacts",
"width": 1280,
"height": 720,
"duration": 10,
"CFGScale": 0.7
}
]'runware run klingai:1@2 \
positivePrompt="A cinematic wide shot of an antique electric tram moving slowly along narrow raised tracks through a vast flooded grassland settlement at blue hour. Warm paper lanterns hang from the tram roof and reflect in shallow water between reeds. Stilt houses, fishing platforms, and distant wind-driven water wheels line the horizon. The camera begins low near rippling water and drifts sideways with the tram, revealing passengers in silhouette, swaying lantern light, small birds lifting off from the reeds, and gentle wake patterns spreading outward. Realistic atmosphere, intricate textures, polished metal, damp wood, layered depth, subtle mist near the water surface, natural color contrast between cool sky and warm lantern glow, refined lighting control, smooth continuous motion, high detail, cinematic composition." \
negativePrompt="text overlays, watermark, logo, low detail, flicker, jitter, warped anatomy, duplicated passengers, broken tram geometry, oversaturated colors, harsh contrast, blurry background, camera shake, glitch artifacts" \
width=1280 \
height=720 \
duration=10 \
CFGScale=0.7{
"taskType": "videoInference",
"taskUUID": "ce780267-bf05-44d0-a469-d05de624e080",
"model": "klingai:1@2",
"positivePrompt": "A cinematic wide shot of an antique electric tram moving slowly along narrow raised tracks through a vast flooded grassland settlement at blue hour. Warm paper lanterns hang from the tram roof and reflect in shallow water between reeds. Stilt houses, fishing platforms, and distant wind-driven water wheels line the horizon. The camera begins low near rippling water and drifts sideways with the tram, revealing passengers in silhouette, swaying lantern light, small birds lifting off from the reeds, and gentle wake patterns spreading outward. Realistic atmosphere, intricate textures, polished metal, damp wood, layered depth, subtle mist near the water surface, natural color contrast between cool sky and warm lantern glow, refined lighting control, smooth continuous motion, high detail, cinematic composition.",
"negativePrompt": "text overlays, watermark, logo, low detail, flicker, jitter, warped anatomy, duplicated passengers, broken tram geometry, oversaturated colors, harsh contrast, blurry background, camera shake, glitch artifacts",
"width": 1280,
"height": 720,
"duration": 10,
"CFGScale": 0.7
}{
"taskType": "videoInference",
"taskUUID": "ce780267-bf05-44d0-a469-d05de624e080",
"videoUUID": "71c1ea7d-7e81-467e-bb82-f807667cf845",
"videoURL": "https://vm.runware.ai/video/os/a17d13/ws/5/vi/71c1ea7d-7e81-467e-bb82-f807667cf845.mp4",
"seed": 941904090,
"cost": 0.6468
}Windblown Tundra Beacon Arrival
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:1@2',
positivePrompt: 'A cinematic aerial-to-mid-height view across a frozen tundra, transitioning from a quiet pre-sunrise approach to an activated polar beacon station. The scene begins with dim blue ambient light, light ground fog, wind carving trails through snow, and a small expedition vehicle crossing the plain toward a tall beacon tower. As the shot progresses, the camera glides forward and slightly downward, snow plumes sweep across the foreground, flags snap in the wind, antenna rings begin rotating, amber energy coils awaken along the tower, and the horizon warms into a vivid sunrise glow. Emphasize smooth environmental motion, realistic lighting changes, crisp texture detail in snow and metal, believable vehicle movement, and a majestic remote atmosphere.',
negativePrompt: 'text overlays, logo, watermark, low detail, blurry frames, flicker, deformed structures, duplicate vehicle, jittery camera, oversaturated colors, cartoon style, floating objects, broken perspective, noisy image, crowd, city elements',
width: 1280,
height: 720,
duration: 5,
CFGScale: 0.5,
inputs: {
frameImages: [
{
image: 'https://assets.runware.ai/assets/inputs/8acdd371-f7c2-445d-a943-a16f9c8ceab9.jpg',
frame: 'first'
},
{
image: 'https://assets.runware.ai/assets/inputs/d4ecd49c-368d-4ef7-800b-9bcff5df0a28.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:1@2",
"positivePrompt": "A cinematic aerial-to-mid-height view across a frozen tundra, transitioning from a quiet pre-sunrise approach to an activated polar beacon station. The scene begins with dim blue ambient light, light ground fog, wind carving trails through snow, and a small expedition vehicle crossing the plain toward a tall beacon tower. As the shot progresses, the camera glides forward and slightly downward, snow plumes sweep across the foreground, flags snap in the wind, antenna rings begin rotating, amber energy coils awaken along the tower, and the horizon warms into a vivid sunrise glow. Emphasize smooth environmental motion, realistic lighting changes, crisp texture detail in snow and metal, believable vehicle movement, and a majestic remote atmosphere.",
"negativePrompt": "text overlays, logo, watermark, low detail, blurry frames, flicker, deformed structures, duplicate vehicle, jittery camera, oversaturated colors, cartoon style, floating objects, broken perspective, noisy image, crowd, city elements",
"width": 1280,
"height": 720,
"duration": 5,
"CFGScale": 0.5,
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/8acdd371-f7c2-445d-a943-a16f9c8ceab9.jpg",
"frame": "first"
},
{
"image": "https://assets.runware.ai/assets/inputs/d4ecd49c-368d-4ef7-800b-9bcff5df0a28.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": "45c38f9b-20fe-4748-8b10-f386fc782148",
"model": "klingai:1@2",
"positivePrompt": "A cinematic aerial-to-mid-height view across a frozen tundra, transitioning from a quiet pre-sunrise approach to an activated polar beacon station. The scene begins with dim blue ambient light, light ground fog, wind carving trails through snow, and a small expedition vehicle crossing the plain toward a tall beacon tower. As the shot progresses, the camera glides forward and slightly downward, snow plumes sweep across the foreground, flags snap in the wind, antenna rings begin rotating, amber energy coils awaken along the tower, and the horizon warms into a vivid sunrise glow. Emphasize smooth environmental motion, realistic lighting changes, crisp texture detail in snow and metal, believable vehicle movement, and a majestic remote atmosphere.",
"negativePrompt": "text overlays, logo, watermark, low detail, blurry frames, flicker, deformed structures, duplicate vehicle, jittery camera, oversaturated colors, cartoon style, floating objects, broken perspective, noisy image, crowd, city elements",
"width": 1280,
"height": 720,
"duration": 5,
"CFGScale": 0.5,
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/8acdd371-f7c2-445d-a943-a16f9c8ceab9.jpg",
"frame": "first"
},
{
"image": "https://assets.runware.ai/assets/inputs/d4ecd49c-368d-4ef7-800b-9bcff5df0a28.jpg",
"frame": "last"
}
]
}
}
]'runware run klingai:1@2 \
positivePrompt="A cinematic aerial-to-mid-height view across a frozen tundra, transitioning from a quiet pre-sunrise approach to an activated polar beacon station. The scene begins with dim blue ambient light, light ground fog, wind carving trails through snow, and a small expedition vehicle crossing the plain toward a tall beacon tower. As the shot progresses, the camera glides forward and slightly downward, snow plumes sweep across the foreground, flags snap in the wind, antenna rings begin rotating, amber energy coils awaken along the tower, and the horizon warms into a vivid sunrise glow. Emphasize smooth environmental motion, realistic lighting changes, crisp texture detail in snow and metal, believable vehicle movement, and a majestic remote atmosphere." \
negativePrompt="text overlays, logo, watermark, low detail, blurry frames, flicker, deformed structures, duplicate vehicle, jittery camera, oversaturated colors, cartoon style, floating objects, broken perspective, noisy image, crowd, city elements" \
width=1280 \
height=720 \
duration=5 \
CFGScale=0.5 \
inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/8acdd371-f7c2-445d-a943-a16f9c8ceab9.jpg \
inputs.frameImages.0.frame=first \
inputs.frameImages.1.image=https://assets.runware.ai/assets/inputs/d4ecd49c-368d-4ef7-800b-9bcff5df0a28.jpg \
inputs.frameImages.1.frame=last{
"taskType": "videoInference",
"taskUUID": "45c38f9b-20fe-4748-8b10-f386fc782148",
"model": "klingai:1@2",
"positivePrompt": "A cinematic aerial-to-mid-height view across a frozen tundra, transitioning from a quiet pre-sunrise approach to an activated polar beacon station. The scene begins with dim blue ambient light, light ground fog, wind carving trails through snow, and a small expedition vehicle crossing the plain toward a tall beacon tower. As the shot progresses, the camera glides forward and slightly downward, snow plumes sweep across the foreground, flags snap in the wind, antenna rings begin rotating, amber energy coils awaken along the tower, and the horizon warms into a vivid sunrise glow. Emphasize smooth environmental motion, realistic lighting changes, crisp texture detail in snow and metal, believable vehicle movement, and a majestic remote atmosphere.",
"negativePrompt": "text overlays, logo, watermark, low detail, blurry frames, flicker, deformed structures, duplicate vehicle, jittery camera, oversaturated colors, cartoon style, floating objects, broken perspective, noisy image, crowd, city elements",
"width": 1280,
"height": 720,
"duration": 5,
"CFGScale": 0.5,
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/8acdd371-f7c2-445d-a943-a16f9c8ceab9.jpg",
"frame": "first"
},
{
"image": "https://assets.runware.ai/assets/inputs/d4ecd49c-368d-4ef7-800b-9bcff5df0a28.jpg",
"frame": "last"
}
]
}
}{
"taskType": "videoInference",
"taskUUID": "45c38f9b-20fe-4748-8b10-f386fc782148",
"videoUUID": "c24b35cf-27be-4f5b-9040-16351814a104",
"videoURL": "https://vm.runware.ai/video/os/a24d12/ws/5/vi/c24b35cf-27be-4f5b-9040-16351814a104.mp4",
"seed": 2103885327,
"cost": 0.3234
}Amber Monorail Over Ricefields
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:1@2',
positivePrompt: 'Transform the provided first-frame image into a polished cinematic video. The elevated monorail continues forward in a gentle arc above reflective rice terraces while faint mist drifts between the steps, grasses ripple in the breeze, and water surfaces shimmer with subtle moving highlights. Keep the warm window lights consistent as the sky deepens from cobalt to indigo, with delicate cloud movement over distant volcanic hills. Emphasize smooth camera motion, realistic environmental movement, sharp structural details, natural reflections, and nuanced evening light for a serene rural futurist atmosphere.',
negativePrompt: 'flicker, jitter, warped train geometry, duplicated people, sudden lighting shifts, low detail, oversaturated colors, text, watermark, logo, deformed landscape, chaotic motion, blurry frames',
width: 1280,
height: 720,
duration: 5,
CFGScale: 0.5,
inputs: {
frameImages: [
{
image: 'https://assets.runware.ai/assets/inputs/a1b9a2f6-c1f4-4350-99af-0f1edeff98de.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:1@2",
"positivePrompt": "Transform the provided first-frame image into a polished cinematic video. The elevated monorail continues forward in a gentle arc above reflective rice terraces while faint mist drifts between the steps, grasses ripple in the breeze, and water surfaces shimmer with subtle moving highlights. Keep the warm window lights consistent as the sky deepens from cobalt to indigo, with delicate cloud movement over distant volcanic hills. Emphasize smooth camera motion, realistic environmental movement, sharp structural details, natural reflections, and nuanced evening light for a serene rural futurist atmosphere.",
"negativePrompt": "flicker, jitter, warped train geometry, duplicated people, sudden lighting shifts, low detail, oversaturated colors, text, watermark, logo, deformed landscape, chaotic motion, blurry frames",
"width": 1280,
"height": 720,
"duration": 5,
"CFGScale": 0.5,
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/a1b9a2f6-c1f4-4350-99af-0f1edeff98de.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": "1aabf0e3-0470-4545-a85f-6f2f41bea1ce",
"model": "klingai:1@2",
"positivePrompt": "Transform the provided first-frame image into a polished cinematic video. The elevated monorail continues forward in a gentle arc above reflective rice terraces while faint mist drifts between the steps, grasses ripple in the breeze, and water surfaces shimmer with subtle moving highlights. Keep the warm window lights consistent as the sky deepens from cobalt to indigo, with delicate cloud movement over distant volcanic hills. Emphasize smooth camera motion, realistic environmental movement, sharp structural details, natural reflections, and nuanced evening light for a serene rural futurist atmosphere.",
"negativePrompt": "flicker, jitter, warped train geometry, duplicated people, sudden lighting shifts, low detail, oversaturated colors, text, watermark, logo, deformed landscape, chaotic motion, blurry frames",
"width": 1280,
"height": 720,
"duration": 5,
"CFGScale": 0.5,
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/a1b9a2f6-c1f4-4350-99af-0f1edeff98de.jpg",
"frame": "first"
}
]
}
}
]'runware run klingai:1@2 \
positivePrompt="Transform the provided first-frame image into a polished cinematic video. The elevated monorail continues forward in a gentle arc above reflective rice terraces while faint mist drifts between the steps, grasses ripple in the breeze, and water surfaces shimmer with subtle moving highlights. Keep the warm window lights consistent as the sky deepens from cobalt to indigo, with delicate cloud movement over distant volcanic hills. Emphasize smooth camera motion, realistic environmental movement, sharp structural details, natural reflections, and nuanced evening light for a serene rural futurist atmosphere." \
negativePrompt="flicker, jitter, warped train geometry, duplicated people, sudden lighting shifts, low detail, oversaturated colors, text, watermark, logo, deformed landscape, chaotic motion, blurry frames" \
width=1280 \
height=720 \
duration=5 \
CFGScale=0.5 \
inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/a1b9a2f6-c1f4-4350-99af-0f1edeff98de.jpg \
inputs.frameImages.0.frame=first{
"taskType": "videoInference",
"taskUUID": "1aabf0e3-0470-4545-a85f-6f2f41bea1ce",
"model": "klingai:1@2",
"positivePrompt": "Transform the provided first-frame image into a polished cinematic video. The elevated monorail continues forward in a gentle arc above reflective rice terraces while faint mist drifts between the steps, grasses ripple in the breeze, and water surfaces shimmer with subtle moving highlights. Keep the warm window lights consistent as the sky deepens from cobalt to indigo, with delicate cloud movement over distant volcanic hills. Emphasize smooth camera motion, realistic environmental movement, sharp structural details, natural reflections, and nuanced evening light for a serene rural futurist atmosphere.",
"negativePrompt": "flicker, jitter, warped train geometry, duplicated people, sudden lighting shifts, low detail, oversaturated colors, text, watermark, logo, deformed landscape, chaotic motion, blurry frames",
"width": 1280,
"height": 720,
"duration": 5,
"CFGScale": 0.5,
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/a1b9a2f6-c1f4-4350-99af-0f1edeff98de.jpg",
"frame": "first"
}
]
}
}{
"taskType": "videoInference",
"taskUUID": "1aabf0e3-0470-4545-a85f-6f2f41bea1ce",
"videoUUID": "0f31f99f-d78a-4ebd-98d6-80cbc7311df9",
"videoURL": "https://vm.runware.ai/video/os/a10d08/ws/5/vi/0f31f99f-d78a-4ebd-98d6-80cbc7311df9.mp4",
"seed": 1510921402,
"cost": 0.3234
}Wind-Torn Lighthouse Interior
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:1@2',
positivePrompt: 'Animate this single establishing frame into a realistic cinematic sequence inside an abandoned lighthouse. The camera slowly pushes forward from the stair landing and subtly arcs to the right. Dust motes drift through angled dawn light, torn paper maps flutter gently, the hanging lamp sways slightly, the great lens rotates with soft mechanical inertia, distant sea haze shifts beyond the windows, and faint floor debris stirs in intermittent gusts. Emphasize smooth natural motion, refined lighting transitions, crisp texture detail in peeling paint, worn wood, brass, and glass, atmospheric depth, and a contemplative maritime mood.',
negativePrompt: 'jittery motion, warped geometry, flicker, low detail, duplicated objects, sudden camera jumps, oversaturated colors, cartoon style, extra windows, broken anatomy, text, watermark, logo',
width: 1280,
height: 720,
duration: 5,
CFGScale: 0.6,
inputs: {
frameImages: [
{
image: 'https://assets.runware.ai/assets/inputs/dc758e36-53d0-4916-9314-1f2cd0603756.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:1@2",
"positivePrompt": "Animate this single establishing frame into a realistic cinematic sequence inside an abandoned lighthouse. The camera slowly pushes forward from the stair landing and subtly arcs to the right. Dust motes drift through angled dawn light, torn paper maps flutter gently, the hanging lamp sways slightly, the great lens rotates with soft mechanical inertia, distant sea haze shifts beyond the windows, and faint floor debris stirs in intermittent gusts. Emphasize smooth natural motion, refined lighting transitions, crisp texture detail in peeling paint, worn wood, brass, and glass, atmospheric depth, and a contemplative maritime mood.",
"negativePrompt": "jittery motion, warped geometry, flicker, low detail, duplicated objects, sudden camera jumps, oversaturated colors, cartoon style, extra windows, broken anatomy, text, watermark, logo",
"width": 1280,
"height": 720,
"duration": 5,
"CFGScale": 0.6,
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/dc758e36-53d0-4916-9314-1f2cd0603756.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": "fba99a8e-d47b-4a7f-8a8c-01cf1a7e6863",
"model": "klingai:1@2",
"positivePrompt": "Animate this single establishing frame into a realistic cinematic sequence inside an abandoned lighthouse. The camera slowly pushes forward from the stair landing and subtly arcs to the right. Dust motes drift through angled dawn light, torn paper maps flutter gently, the hanging lamp sways slightly, the great lens rotates with soft mechanical inertia, distant sea haze shifts beyond the windows, and faint floor debris stirs in intermittent gusts. Emphasize smooth natural motion, refined lighting transitions, crisp texture detail in peeling paint, worn wood, brass, and glass, atmospheric depth, and a contemplative maritime mood.",
"negativePrompt": "jittery motion, warped geometry, flicker, low detail, duplicated objects, sudden camera jumps, oversaturated colors, cartoon style, extra windows, broken anatomy, text, watermark, logo",
"width": 1280,
"height": 720,
"duration": 5,
"CFGScale": 0.6,
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/dc758e36-53d0-4916-9314-1f2cd0603756.jpg",
"frame": "first"
}
]
}
}
]'runware run klingai:1@2 \
positivePrompt="Animate this single establishing frame into a realistic cinematic sequence inside an abandoned lighthouse. The camera slowly pushes forward from the stair landing and subtly arcs to the right. Dust motes drift through angled dawn light, torn paper maps flutter gently, the hanging lamp sways slightly, the great lens rotates with soft mechanical inertia, distant sea haze shifts beyond the windows, and faint floor debris stirs in intermittent gusts. Emphasize smooth natural motion, refined lighting transitions, crisp texture detail in peeling paint, worn wood, brass, and glass, atmospheric depth, and a contemplative maritime mood." \
negativePrompt="jittery motion, warped geometry, flicker, low detail, duplicated objects, sudden camera jumps, oversaturated colors, cartoon style, extra windows, broken anatomy, text, watermark, logo" \
width=1280 \
height=720 \
duration=5 \
CFGScale=0.6 \
inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/dc758e36-53d0-4916-9314-1f2cd0603756.jpg \
inputs.frameImages.0.frame=first{
"taskType": "videoInference",
"taskUUID": "fba99a8e-d47b-4a7f-8a8c-01cf1a7e6863",
"model": "klingai:1@2",
"positivePrompt": "Animate this single establishing frame into a realistic cinematic sequence inside an abandoned lighthouse. The camera slowly pushes forward from the stair landing and subtly arcs to the right. Dust motes drift through angled dawn light, torn paper maps flutter gently, the hanging lamp sways slightly, the great lens rotates with soft mechanical inertia, distant sea haze shifts beyond the windows, and faint floor debris stirs in intermittent gusts. Emphasize smooth natural motion, refined lighting transitions, crisp texture detail in peeling paint, worn wood, brass, and glass, atmospheric depth, and a contemplative maritime mood.",
"negativePrompt": "jittery motion, warped geometry, flicker, low detail, duplicated objects, sudden camera jumps, oversaturated colors, cartoon style, extra windows, broken anatomy, text, watermark, logo",
"width": 1280,
"height": 720,
"duration": 5,
"CFGScale": 0.6,
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/dc758e36-53d0-4916-9314-1f2cd0603756.jpg",
"frame": "first"
}
]
}
}{
"taskType": "videoInference",
"taskUUID": "fba99a8e-d47b-4a7f-8a8c-01cf1a7e6863",
"videoUUID": "3551dca3-5e90-4e56-9a81-bdeafbbd8eae",
"videoURL": "https://vm.runware.ai/video/os/a01d21/ws/5/vi/3551dca3-5e90-4e56-9a81-bdeafbbd8eae.mp4",
"seed": 16462552,
"cost": 0.3234
}