Kling VIDEO 3.0 4K

Kling VIDEO 3.0 4K is the 4K variant of Kling VIDEO 3.0 for text-to-video and image-to-video generation. It extends the 3.0 series from 720p Standard and 1080p Pro into 4K output while keeping the same multimodal strengths: native audio generation, multi-shot sequencing, element consistency, prompt-driven scene control, and stable temporal coherence across longer clips.

API Reference
INTEGRATE
Complete technical specification for integration
RequestResponse
Examples8
CODE
Ready-to-use code snippets for common workflows
text-to-video
Oyster Farm Workwear Showcase Reel$2.10~1m 58simport { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'klingai:kling-video@3-4k',
positivePrompt: 'A cinematic fashion showcase for premium oyster-farm workwear, filmed as one continuous five-second shot on a working coastal shellfish dock at blue hour. Begin with a crisp macro view of a model fastening the magnetic storm flap on an oyster-white seam-sealed smock, revealing waterproof texture, matte hardware and precise taped seams. The camera rapidly dollies backward into a low three-quarter tracking shot as the model strides confidently across the rain-slick sorting deck in sea-glass green bib waders, cobalt rubber gloves and sculptural white deck boots. Each footstep kicks up a small realistic splash; strong sea wind lifts the smock hem and flexes its vent panels. Finish with a smooth arc into a full-body hero composition beside stacked oyster cages, silver water and geometric dock rails under cool overcast light. Refined coastal-industrial editorial art direction, pearl white, seafoam, cobalt and brushed steel palette, natural skin, believable garment physics, premium fabric detail, controlled confident movement, shallow cinematic depth of field, polished 4K commercial finish, landscape framing. Native synchronized sound: sharp magnetic flap snap in the opening close-up, rubber boots splashing on wet timber, waterproof fabric fluttering in gusts, soft metal cage clinks, distant gulls and rhythmic harbor waves; no dialogue and no music.',
width: 3840,
height: 2160,
duration: 5,
providerSettings: {
klingai: {
sound: true
}
}
})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:kling-video@3-4k",
"positivePrompt": "A cinematic fashion showcase for premium oyster-farm workwear, filmed as one continuous five-second shot on a working coastal shellfish dock at blue hour. Begin with a crisp macro view of a model fastening the magnetic storm flap on an oyster-white seam-sealed smock, revealing waterproof texture, matte hardware and precise taped seams. The camera rapidly dollies backward into a low three-quarter tracking shot as the model strides confidently across the rain-slick sorting deck in sea-glass green bib waders, cobalt rubber gloves and sculptural white deck boots. Each footstep kicks up a small realistic splash; strong sea wind lifts the smock hem and flexes its vent panels. Finish with a smooth arc into a full-body hero composition beside stacked oyster cages, silver water and geometric dock rails under cool overcast light. Refined coastal-industrial editorial art direction, pearl white, seafoam, cobalt and brushed steel palette, natural skin, believable garment physics, premium fabric detail, controlled confident movement, shallow cinematic depth of field, polished 4K commercial finish, landscape framing. Native synchronized sound: sharp magnetic flap snap in the opening close-up, rubber boots splashing on wet timber, waterproof fabric fluttering in gusts, soft metal cage clinks, distant gulls and rhythmic harbor waves; no dialogue and no music.",
"width": 3840,
"height": 2160,
"duration": 5,
"providerSettings": {
"klingai": {
"sound": True
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "videoInference",
"taskUUID": "ea105c2b-b604-48fe-8a24-8cf0a3dab73e",
"model": "klingai:kling-video@3-4k",
"positivePrompt": "A cinematic fashion showcase for premium oyster-farm workwear, filmed as one continuous five-second shot on a working coastal shellfish dock at blue hour. Begin with a crisp macro view of a model fastening the magnetic storm flap on an oyster-white seam-sealed smock, revealing waterproof texture, matte hardware and precise taped seams. The camera rapidly dollies backward into a low three-quarter tracking shot as the model strides confidently across the rain-slick sorting deck in sea-glass green bib waders, cobalt rubber gloves and sculptural white deck boots. Each footstep kicks up a small realistic splash; strong sea wind lifts the smock hem and flexes its vent panels. Finish with a smooth arc into a full-body hero composition beside stacked oyster cages, silver water and geometric dock rails under cool overcast light. Refined coastal-industrial editorial art direction, pearl white, seafoam, cobalt and brushed steel palette, natural skin, believable garment physics, premium fabric detail, controlled confident movement, shallow cinematic depth of field, polished 4K commercial finish, landscape framing. Native synchronized sound: sharp magnetic flap snap in the opening close-up, rubber boots splashing on wet timber, waterproof fabric fluttering in gusts, soft metal cage clinks, distant gulls and rhythmic harbor waves; no dialogue and no music.",
"width": 3840,
"height": 2160,
"duration": 5,
"providerSettings": {
"klingai": {
"sound": true
}
}
}
]'runware run klingai:kling-video@3-4k \
positivePrompt="A cinematic fashion showcase for premium oyster-farm workwear, filmed as one continuous five-second shot on a working coastal shellfish dock at blue hour. Begin with a crisp macro view of a model fastening the magnetic storm flap on an oyster-white seam-sealed smock, revealing waterproof texture, matte hardware and precise taped seams. The camera rapidly dollies backward into a low three-quarter tracking shot as the model strides confidently across the rain-slick sorting deck in sea-glass green bib waders, cobalt rubber gloves and sculptural white deck boots. Each footstep kicks up a small realistic splash; strong sea wind lifts the smock hem and flexes its vent panels. Finish with a smooth arc into a full-body hero composition beside stacked oyster cages, silver water and geometric dock rails under cool overcast light. Refined coastal-industrial editorial art direction, pearl white, seafoam, cobalt and brushed steel palette, natural skin, believable garment physics, premium fabric detail, controlled confident movement, shallow cinematic depth of field, polished 4K commercial finish, landscape framing. Native synchronized sound: sharp magnetic flap snap in the opening close-up, rubber boots splashing on wet timber, waterproof fabric fluttering in gusts, soft metal cage clinks, distant gulls and rhythmic harbor waves; no dialogue and no music." \
width=3840 \
height=2160 \
duration=5 \
providerSettings.klingai.sound=true{
"taskType": "videoInference",
"taskUUID": "ea105c2b-b604-48fe-8a24-8cf0a3dab73e",
"model": "klingai:kling-video@3-4k",
"positivePrompt": "A cinematic fashion showcase for premium oyster-farm workwear, filmed as one continuous five-second shot on a working coastal shellfish dock at blue hour. Begin with a crisp macro view of a model fastening the magnetic storm flap on an oyster-white seam-sealed smock, revealing waterproof texture, matte hardware and precise taped seams. The camera rapidly dollies backward into a low three-quarter tracking shot as the model strides confidently across the rain-slick sorting deck in sea-glass green bib waders, cobalt rubber gloves and sculptural white deck boots. Each footstep kicks up a small realistic splash; strong sea wind lifts the smock hem and flexes its vent panels. Finish with a smooth arc into a full-body hero composition beside stacked oyster cages, silver water and geometric dock rails under cool overcast light. Refined coastal-industrial editorial art direction, pearl white, seafoam, cobalt and brushed steel palette, natural skin, believable garment physics, premium fabric detail, controlled confident movement, shallow cinematic depth of field, polished 4K commercial finish, landscape framing. Native synchronized sound: sharp magnetic flap snap in the opening close-up, rubber boots splashing on wet timber, waterproof fabric fluttering in gusts, soft metal cage clinks, distant gulls and rhythmic harbor waves; no dialogue and no music.",
"width": 3840,
"height": 2160,
"duration": 5,
"providerSettings": {
"klingai": {
"sound": true
}
}
}Response
{
"taskType": "videoInference",
"taskUUID": "ea105c2b-b604-48fe-8a24-8cf0a3dab73e",
"videoUUID": "0edc6d76-bdbb-4b0f-a532-18d543518073",
"videoURL": "https://vm.runware.ai/video/os/a10dlim3/ws/5/vi/0edc6d76-bdbb-4b0f-a532-18d543518073.mp4",
"cost": 2.1
}first-frame
Urban Bat Survey Logo Loop$2.94~3m 18simport { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'klingai:kling-video@3-4k',
positivePrompt: 'Continue directly from the supplied first frame as a polished seven-second logo animation. A single acid-green scan pulse travels smoothly through the bat-shaped waveform from left to right, illuminating each violet contour in sequence. The emblem briefly unfolds into several fine concentric ultrasonic rings that expand into the surrounding negative space with precise geometric timing; faint specks answer like mapped acoustic detections, then fade. The rings contract back into the original bat-waveform symbol while a restrained violet glow passes once across the NIGHT SIGNAL lettering. Keep the typography perfectly stable, legible, and undistorted throughout. Use crisp vector-like motion, subtle phosphor bloom, controlled easing, and a sophisticated nocturnal civic-science mood. No camera movement or cuts. During the final second, every glow, pulse, ring, and speck resolves exactly to the supplied opening frame, creating a clean seamless loop.',
duration: 7,
inputs: {
frameImages: [
'https://assets.runware.ai/assets/inputs/85f50897-37dc-4581-a85b-b1be18bb59e7.jpg'
]
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "klingai:kling-video@3-4k",
"positivePrompt": "Continue directly from the supplied first frame as a polished seven-second logo animation. A single acid-green scan pulse travels smoothly through the bat-shaped waveform from left to right, illuminating each violet contour in sequence. The emblem briefly unfolds into several fine concentric ultrasonic rings that expand into the surrounding negative space with precise geometric timing; faint specks answer like mapped acoustic detections, then fade. The rings contract back into the original bat-waveform symbol while a restrained violet glow passes once across the NIGHT SIGNAL lettering. Keep the typography perfectly stable, legible, and undistorted throughout. Use crisp vector-like motion, subtle phosphor bloom, controlled easing, and a sophisticated nocturnal civic-science mood. No camera movement or cuts. During the final second, every glow, pulse, ring, and speck resolves exactly to the supplied opening frame, creating a clean seamless loop.",
"duration": 7,
"inputs": {
"frameImages": [
"https://assets.runware.ai/assets/inputs/85f50897-37dc-4581-a85b-b1be18bb59e7.jpg"
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "videoInference",
"taskUUID": "f0a6a044-f1ed-4dbc-b927-db08101cc0f9",
"model": "klingai:kling-video@3-4k",
"positivePrompt": "Continue directly from the supplied first frame as a polished seven-second logo animation. A single acid-green scan pulse travels smoothly through the bat-shaped waveform from left to right, illuminating each violet contour in sequence. The emblem briefly unfolds into several fine concentric ultrasonic rings that expand into the surrounding negative space with precise geometric timing; faint specks answer like mapped acoustic detections, then fade. The rings contract back into the original bat-waveform symbol while a restrained violet glow passes once across the NIGHT SIGNAL lettering. Keep the typography perfectly stable, legible, and undistorted throughout. Use crisp vector-like motion, subtle phosphor bloom, controlled easing, and a sophisticated nocturnal civic-science mood. No camera movement or cuts. During the final second, every glow, pulse, ring, and speck resolves exactly to the supplied opening frame, creating a clean seamless loop.",
"duration": 7,
"inputs": {
"frameImages": [
"https://assets.runware.ai/assets/inputs/85f50897-37dc-4581-a85b-b1be18bb59e7.jpg"
]
}
}
]'runware run klingai:kling-video@3-4k \
positivePrompt="Continue directly from the supplied first frame as a polished seven-second logo animation. A single acid-green scan pulse travels smoothly through the bat-shaped waveform from left to right, illuminating each violet contour in sequence. The emblem briefly unfolds into several fine concentric ultrasonic rings that expand into the surrounding negative space with precise geometric timing; faint specks answer like mapped acoustic detections, then fade. The rings contract back into the original bat-waveform symbol while a restrained violet glow passes once across the NIGHT SIGNAL lettering. Keep the typography perfectly stable, legible, and undistorted throughout. Use crisp vector-like motion, subtle phosphor bloom, controlled easing, and a sophisticated nocturnal civic-science mood. No camera movement or cuts. During the final second, every glow, pulse, ring, and speck resolves exactly to the supplied opening frame, creating a clean seamless loop." \
duration=7 \
inputs.frameImages.0=https://assets.runware.ai/assets/inputs/85f50897-37dc-4581-a85b-b1be18bb59e7.jpg{
"taskType": "videoInference",
"taskUUID": "f0a6a044-f1ed-4dbc-b927-db08101cc0f9",
"model": "klingai:kling-video@3-4k",
"positivePrompt": "Continue directly from the supplied first frame as a polished seven-second logo animation. A single acid-green scan pulse travels smoothly through the bat-shaped waveform from left to right, illuminating each violet contour in sequence. The emblem briefly unfolds into several fine concentric ultrasonic rings that expand into the surrounding negative space with precise geometric timing; faint specks answer like mapped acoustic detections, then fade. The rings contract back into the original bat-waveform symbol while a restrained violet glow passes once across the NIGHT SIGNAL lettering. Keep the typography perfectly stable, legible, and undistorted throughout. Use crisp vector-like motion, subtle phosphor bloom, controlled easing, and a sophisticated nocturnal civic-science mood. No camera movement or cuts. During the final second, every glow, pulse, ring, and speck resolves exactly to the supplied opening frame, creating a clean seamless loop.",
"duration": 7,
"inputs": {
"frameImages": [
"https://assets.runware.ai/assets/inputs/85f50897-37dc-4581-a85b-b1be18bb59e7.jpg"
]
}
}Response
{
"taskType": "videoInference",
"taskUUID": "f0a6a044-f1ed-4dbc-b927-db08101cc0f9",
"videoUUID": "edff286c-b871-4041-9154-6f15f6d26c14",
"videoURL": "https://vm.runware.ai/video/os/a02d21/ws/5/vi/edff286c-b871-4041-9154-6f15f6d26c14.mp4",
"cost": 2.94
}first-last-frame
Water Service Line Explainer$3.36~3m 4simport { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'klingai:kling-video@3-4k',
positivePrompt: 'Create a polished eight-second municipal water utility talking-head explainer that moves continuously and plausibly from the supplied first frame to the supplied last frame. Preserve the engineer’s exact identity, short natural curls, navy coveralls, powder-blue shirt, body proportions, pipe, yellow magnet, laboratory layout, lighting, and restrained powder-blue, gray, and safety-yellow palette. Use one uninterrupted eye-level medium close-up with a locked camera and only a very subtle slow push-in. The engineer maintains natural eye contact and speaks directly to residents with precise, convincing lip synchronization: “This dark ring is galvanized steel, not lead. If a magnet sticks to your service line, schedule our free inspection.” As she begins, she lifts the cutaway pipe smoothly from the bench to upper-chest height. On “dark ring,” she rotates it slightly toward the lens so the oxidized interior edge can be seen. On “magnet sticks,” she picks up the yellow horseshoe magnet with her free hand and places it against the pipe. She ends in the exact final-frame pose, holding both objects steadily beside her face with a reassuring expression. Include subtle blinking, breathing, facial articulation, and economical professional hand movement. Clean location dialogue with faint unobtrusive laboratory room tone; no music. Photorealistic public-service documentary finish, natural skin texture, soft directional window light, shallow but practical depth of field, stable temporal coherence.',
negativePrompt: 'Subtitles, captions, lower thirds, logos, watermarks, interface elements, extra people, jump cuts, camera shake, exaggerated gestures, mismatched lip movement, changing face, changing clothes, changing background, duplicated objects, warped hands, extra fingers, bent pipe, floating magnet, harsh beauty retouching, synthetic skin, dramatic colored lighting, music.',
duration: 8,
providerSettings: {
klingai: {
sound: true
}
},
inputs: {
frameImages: [
{
image: 'https://assets.runware.ai/assets/inputs/0373d866-3838-4191-b373-9e42bb7ce311.jpg',
frame: 'first'
},
{
image: 'https://assets.runware.ai/assets/inputs/cf7db60c-fadf-45ad-b4bb-202c89738b6b.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:kling-video@3-4k",
"positivePrompt": "Create a polished eight-second municipal water utility talking-head explainer that moves continuously and plausibly from the supplied first frame to the supplied last frame. Preserve the engineer’s exact identity, short natural curls, navy coveralls, powder-blue shirt, body proportions, pipe, yellow magnet, laboratory layout, lighting, and restrained powder-blue, gray, and safety-yellow palette. Use one uninterrupted eye-level medium close-up with a locked camera and only a very subtle slow push-in. The engineer maintains natural eye contact and speaks directly to residents with precise, convincing lip synchronization: “This dark ring is galvanized steel, not lead. If a magnet sticks to your service line, schedule our free inspection.” As she begins, she lifts the cutaway pipe smoothly from the bench to upper-chest height. On “dark ring,” she rotates it slightly toward the lens so the oxidized interior edge can be seen. On “magnet sticks,” she picks up the yellow horseshoe magnet with her free hand and places it against the pipe. She ends in the exact final-frame pose, holding both objects steadily beside her face with a reassuring expression. Include subtle blinking, breathing, facial articulation, and economical professional hand movement. Clean location dialogue with faint unobtrusive laboratory room tone; no music. Photorealistic public-service documentary finish, natural skin texture, soft directional window light, shallow but practical depth of field, stable temporal coherence.",
"negativePrompt": "Subtitles, captions, lower thirds, logos, watermarks, interface elements, extra people, jump cuts, camera shake, exaggerated gestures, mismatched lip movement, changing face, changing clothes, changing background, duplicated objects, warped hands, extra fingers, bent pipe, floating magnet, harsh beauty retouching, synthetic skin, dramatic colored lighting, music.",
"duration": 8,
"providerSettings": {
"klingai": {
"sound": True
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/0373d866-3838-4191-b373-9e42bb7ce311.jpg",
"frame": "first"
},
{
"image": "https://assets.runware.ai/assets/inputs/cf7db60c-fadf-45ad-b4bb-202c89738b6b.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": "8099f2cf-c4ad-42d6-918e-ec5763ead1a2",
"model": "klingai:kling-video@3-4k",
"positivePrompt": "Create a polished eight-second municipal water utility talking-head explainer that moves continuously and plausibly from the supplied first frame to the supplied last frame. Preserve the engineer’s exact identity, short natural curls, navy coveralls, powder-blue shirt, body proportions, pipe, yellow magnet, laboratory layout, lighting, and restrained powder-blue, gray, and safety-yellow palette. Use one uninterrupted eye-level medium close-up with a locked camera and only a very subtle slow push-in. The engineer maintains natural eye contact and speaks directly to residents with precise, convincing lip synchronization: “This dark ring is galvanized steel, not lead. If a magnet sticks to your service line, schedule our free inspection.” As she begins, she lifts the cutaway pipe smoothly from the bench to upper-chest height. On “dark ring,” she rotates it slightly toward the lens so the oxidized interior edge can be seen. On “magnet sticks,” she picks up the yellow horseshoe magnet with her free hand and places it against the pipe. She ends in the exact final-frame pose, holding both objects steadily beside her face with a reassuring expression. Include subtle blinking, breathing, facial articulation, and economical professional hand movement. Clean location dialogue with faint unobtrusive laboratory room tone; no music. Photorealistic public-service documentary finish, natural skin texture, soft directional window light, shallow but practical depth of field, stable temporal coherence.",
"negativePrompt": "Subtitles, captions, lower thirds, logos, watermarks, interface elements, extra people, jump cuts, camera shake, exaggerated gestures, mismatched lip movement, changing face, changing clothes, changing background, duplicated objects, warped hands, extra fingers, bent pipe, floating magnet, harsh beauty retouching, synthetic skin, dramatic colored lighting, music.",
"duration": 8,
"providerSettings": {
"klingai": {
"sound": true
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/0373d866-3838-4191-b373-9e42bb7ce311.jpg",
"frame": "first"
},
{
"image": "https://assets.runware.ai/assets/inputs/cf7db60c-fadf-45ad-b4bb-202c89738b6b.jpg",
"frame": "last"
}
]
}
}
]'runware run klingai:kling-video@3-4k \
positivePrompt="Create a polished eight-second municipal water utility talking-head explainer that moves continuously and plausibly from the supplied first frame to the supplied last frame. Preserve the engineer’s exact identity, short natural curls, navy coveralls, powder-blue shirt, body proportions, pipe, yellow magnet, laboratory layout, lighting, and restrained powder-blue, gray, and safety-yellow palette. Use one uninterrupted eye-level medium close-up with a locked camera and only a very subtle slow push-in. The engineer maintains natural eye contact and speaks directly to residents with precise, convincing lip synchronization: “This dark ring is galvanized steel, not lead. If a magnet sticks to your service line, schedule our free inspection.” As she begins, she lifts the cutaway pipe smoothly from the bench to upper-chest height. On “dark ring,” she rotates it slightly toward the lens so the oxidized interior edge can be seen. On “magnet sticks,” she picks up the yellow horseshoe magnet with her free hand and places it against the pipe. She ends in the exact final-frame pose, holding both objects steadily beside her face with a reassuring expression. Include subtle blinking, breathing, facial articulation, and economical professional hand movement. Clean location dialogue with faint unobtrusive laboratory room tone; no music. Photorealistic public-service documentary finish, natural skin texture, soft directional window light, shallow but practical depth of field, stable temporal coherence." \
negativePrompt="Subtitles, captions, lower thirds, logos, watermarks, interface elements, extra people, jump cuts, camera shake, exaggerated gestures, mismatched lip movement, changing face, changing clothes, changing background, duplicated objects, warped hands, extra fingers, bent pipe, floating magnet, harsh beauty retouching, synthetic skin, dramatic colored lighting, music." \
duration=8 \
providerSettings.klingai.sound=true \
inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/0373d866-3838-4191-b373-9e42bb7ce311.jpg \
inputs.frameImages.0.frame=first \
inputs.frameImages.1.image=https://assets.runware.ai/assets/inputs/cf7db60c-fadf-45ad-b4bb-202c89738b6b.jpg \
inputs.frameImages.1.frame=last{
"taskType": "videoInference",
"taskUUID": "8099f2cf-c4ad-42d6-918e-ec5763ead1a2",
"model": "klingai:kling-video@3-4k",
"positivePrompt": "Create a polished eight-second municipal water utility talking-head explainer that moves continuously and plausibly from the supplied first frame to the supplied last frame. Preserve the engineer’s exact identity, short natural curls, navy coveralls, powder-blue shirt, body proportions, pipe, yellow magnet, laboratory layout, lighting, and restrained powder-blue, gray, and safety-yellow palette. Use one uninterrupted eye-level medium close-up with a locked camera and only a very subtle slow push-in. The engineer maintains natural eye contact and speaks directly to residents with precise, convincing lip synchronization: “This dark ring is galvanized steel, not lead. If a magnet sticks to your service line, schedule our free inspection.” As she begins, she lifts the cutaway pipe smoothly from the bench to upper-chest height. On “dark ring,” she rotates it slightly toward the lens so the oxidized interior edge can be seen. On “magnet sticks,” she picks up the yellow horseshoe magnet with her free hand and places it against the pipe. She ends in the exact final-frame pose, holding both objects steadily beside her face with a reassuring expression. Include subtle blinking, breathing, facial articulation, and economical professional hand movement. Clean location dialogue with faint unobtrusive laboratory room tone; no music. Photorealistic public-service documentary finish, natural skin texture, soft directional window light, shallow but practical depth of field, stable temporal coherence.",
"negativePrompt": "Subtitles, captions, lower thirds, logos, watermarks, interface elements, extra people, jump cuts, camera shake, exaggerated gestures, mismatched lip movement, changing face, changing clothes, changing background, duplicated objects, warped hands, extra fingers, bent pipe, floating magnet, harsh beauty retouching, synthetic skin, dramatic colored lighting, music.",
"duration": 8,
"providerSettings": {
"klingai": {
"sound": true
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/0373d866-3838-4191-b373-9e42bb7ce311.jpg",
"frame": "first"
},
{
"image": "https://assets.runware.ai/assets/inputs/cf7db60c-fadf-45ad-b4bb-202c89738b6b.jpg",
"frame": "last"
}
]
}
}Response
{
"taskType": "videoInference",
"taskUUID": "8099f2cf-c4ad-42d6-918e-ec5763ead1a2",
"videoUUID": "5aeedfe7-7e9b-4594-aa7b-ecdc103edcc8",
"videoURL": "https://vm.runware.ai/video/os/a09dlim3/ws/5/vi/5aeedfe7-7e9b-4594-aa7b-ecdc103edcc8.mp4",
"cost": 3.36
}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:kling-video@3-4k',
positivePrompt: 'A seamless cinematic transition inside a monumental flooded railway terminal, beginning in quiet abandonment and gradually evolving into a lush reclaimed interior ecosystem. Maintain the same architecture and central violinist throughout the clip for strong temporal consistency. Slow gliding camera movement at human eye level across reflective water, subtle ripples, drifting dust motes, hanging fabric gently stirring, distant birds entering as greenery thickens, shafts of sunlight intensifying over time, fish occasionally disturbing reflections, elegant realistic motion, highly detailed materials, grand scale, emotionally uplifting, natural environmental soundscape with echoing water, soft footsteps on wet stone, faint violin notes blending into ambient life.',
negativePrompt: 'low detail, jittery motion, flickering architecture, duplicated people, deformed hands, extra limbs, abrupt scene cuts, heavy fog obscuring subject, oversaturated colors, text, watermark, logo, frame, cartoon, anime, low resolution',
duration: 10,
providerSettings: {
klingai: {
shotType: 'intelligence',
sound: true
}
},
inputs: {
frameImages: [
{
image: 'https://assets.runware.ai/assets/inputs/e24fd650-3586-47b7-b6a1-697ef0a16ce9.jpg',
frame: 'first'
},
{
image: 'https://assets.runware.ai/assets/inputs/14f991f2-0930-4cd8-9bc1-892d20371bf9.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:kling-video@3-4k",
"positivePrompt": "A seamless cinematic transition inside a monumental flooded railway terminal, beginning in quiet abandonment and gradually evolving into a lush reclaimed interior ecosystem. Maintain the same architecture and central violinist throughout the clip for strong temporal consistency. Slow gliding camera movement at human eye level across reflective water, subtle ripples, drifting dust motes, hanging fabric gently stirring, distant birds entering as greenery thickens, shafts of sunlight intensifying over time, fish occasionally disturbing reflections, elegant realistic motion, highly detailed materials, grand scale, emotionally uplifting, natural environmental soundscape with echoing water, soft footsteps on wet stone, faint violin notes blending into ambient life.",
"negativePrompt": "low detail, jittery motion, flickering architecture, duplicated people, deformed hands, extra limbs, abrupt scene cuts, heavy fog obscuring subject, oversaturated colors, text, watermark, logo, frame, cartoon, anime, low resolution",
"duration": 10,
"providerSettings": {
"klingai": {
"shotType": "intelligence",
"sound": True
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/e24fd650-3586-47b7-b6a1-697ef0a16ce9.jpg",
"frame": "first"
},
{
"image": "https://assets.runware.ai/assets/inputs/14f991f2-0930-4cd8-9bc1-892d20371bf9.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": "0742fa18-074b-4e66-a2f4-dc6463eb7771",
"model": "klingai:kling-video@3-4k",
"positivePrompt": "A seamless cinematic transition inside a monumental flooded railway terminal, beginning in quiet abandonment and gradually evolving into a lush reclaimed interior ecosystem. Maintain the same architecture and central violinist throughout the clip for strong temporal consistency. Slow gliding camera movement at human eye level across reflective water, subtle ripples, drifting dust motes, hanging fabric gently stirring, distant birds entering as greenery thickens, shafts of sunlight intensifying over time, fish occasionally disturbing reflections, elegant realistic motion, highly detailed materials, grand scale, emotionally uplifting, natural environmental soundscape with echoing water, soft footsteps on wet stone, faint violin notes blending into ambient life.",
"negativePrompt": "low detail, jittery motion, flickering architecture, duplicated people, deformed hands, extra limbs, abrupt scene cuts, heavy fog obscuring subject, oversaturated colors, text, watermark, logo, frame, cartoon, anime, low resolution",
"duration": 10,
"providerSettings": {
"klingai": {
"shotType": "intelligence",
"sound": true
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/e24fd650-3586-47b7-b6a1-697ef0a16ce9.jpg",
"frame": "first"
},
{
"image": "https://assets.runware.ai/assets/inputs/14f991f2-0930-4cd8-9bc1-892d20371bf9.jpg",
"frame": "last"
}
]
}
}
]'runware run klingai:kling-video@3-4k \
positivePrompt="A seamless cinematic transition inside a monumental flooded railway terminal, beginning in quiet abandonment and gradually evolving into a lush reclaimed interior ecosystem. Maintain the same architecture and central violinist throughout the clip for strong temporal consistency. Slow gliding camera movement at human eye level across reflective water, subtle ripples, drifting dust motes, hanging fabric gently stirring, distant birds entering as greenery thickens, shafts of sunlight intensifying over time, fish occasionally disturbing reflections, elegant realistic motion, highly detailed materials, grand scale, emotionally uplifting, natural environmental soundscape with echoing water, soft footsteps on wet stone, faint violin notes blending into ambient life." \
negativePrompt="low detail, jittery motion, flickering architecture, duplicated people, deformed hands, extra limbs, abrupt scene cuts, heavy fog obscuring subject, oversaturated colors, text, watermark, logo, frame, cartoon, anime, low resolution" \
duration=10 \
providerSettings.klingai.shotType=intelligence \
providerSettings.klingai.sound=true \
inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/e24fd650-3586-47b7-b6a1-697ef0a16ce9.jpg \
inputs.frameImages.0.frame=first \
inputs.frameImages.1.image=https://assets.runware.ai/assets/inputs/14f991f2-0930-4cd8-9bc1-892d20371bf9.jpg \
inputs.frameImages.1.frame=last{
"taskType": "videoInference",
"taskUUID": "0742fa18-074b-4e66-a2f4-dc6463eb7771",
"model": "klingai:kling-video@3-4k",
"positivePrompt": "A seamless cinematic transition inside a monumental flooded railway terminal, beginning in quiet abandonment and gradually evolving into a lush reclaimed interior ecosystem. Maintain the same architecture and central violinist throughout the clip for strong temporal consistency. Slow gliding camera movement at human eye level across reflective water, subtle ripples, drifting dust motes, hanging fabric gently stirring, distant birds entering as greenery thickens, shafts of sunlight intensifying over time, fish occasionally disturbing reflections, elegant realistic motion, highly detailed materials, grand scale, emotionally uplifting, natural environmental soundscape with echoing water, soft footsteps on wet stone, faint violin notes blending into ambient life.",
"negativePrompt": "low detail, jittery motion, flickering architecture, duplicated people, deformed hands, extra limbs, abrupt scene cuts, heavy fog obscuring subject, oversaturated colors, text, watermark, logo, frame, cartoon, anime, low resolution",
"duration": 10,
"providerSettings": {
"klingai": {
"shotType": "intelligence",
"sound": true
}
},
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/e24fd650-3586-47b7-b6a1-697ef0a16ce9.jpg",
"frame": "first"
},
{
"image": "https://assets.runware.ai/assets/inputs/14f991f2-0930-4cd8-9bc1-892d20371bf9.jpg",
"frame": "last"
}
]
}
}Response
{
"taskType": "videoInference",
"taskUUID": "0742fa18-074b-4e66-a2f4-dc6463eb7771",
"videoUUID": "fbdf3b70-c809-4fb8-bd95-7217410e9327",
"videoURL": "https://vm.runware.ai/video/os/a08dlim3/ws/5/vi/fbdf3b70-c809-4fb8-bd95-7217410e9327.mp4",
"cost": 4.2
}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:kling-video@3-4k',
positivePrompt: 'A majestic frozen library built into a vast glacier canyon comes alive. The camera begins wide and slowly glides forward along a narrow bridge toward a lone archivist in a crimson fur-lined coat, then subtly rises to reveal immense shelves trapped within clear ice walls and drifting paper scraps circling in cold air. Frost crystals shimmer, old banners stir gently, tiny avalanches of powder fall from ledges, and a soft polar sky glow washes the canyon in pale green and violet highlights. Cinematic fantasy realism, grand scale, precise textures in ice and carved stone, strong depth, stable temporal coherence, elegant environmental motion, immersive atmosphere, natural ambient sound of creaking ice, distant echoes, fluttering pages, faint footsteps on frosted wood',
negativePrompt: 'low detail, jitter, flicker, warped anatomy, duplicate person, extra limbs, deformed hands, blurry text, chaotic motion, oversaturated colors, compression artifacts, flat lighting, cartoon look',
duration: 8,
providerSettings: {
klingai: {
shotType: 'intelligence',
sound: true
}
},
inputs: {
frameImages: [
'https://assets.runware.ai/assets/inputs/fd9f5484-b232-4fe1-a93b-46a04bf4dc31.jpg'
]
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "klingai:kling-video@3-4k",
"positivePrompt": "A majestic frozen library built into a vast glacier canyon comes alive. The camera begins wide and slowly glides forward along a narrow bridge toward a lone archivist in a crimson fur-lined coat, then subtly rises to reveal immense shelves trapped within clear ice walls and drifting paper scraps circling in cold air. Frost crystals shimmer, old banners stir gently, tiny avalanches of powder fall from ledges, and a soft polar sky glow washes the canyon in pale green and violet highlights. Cinematic fantasy realism, grand scale, precise textures in ice and carved stone, strong depth, stable temporal coherence, elegant environmental motion, immersive atmosphere, natural ambient sound of creaking ice, distant echoes, fluttering pages, faint footsteps on frosted wood",
"negativePrompt": "low detail, jitter, flicker, warped anatomy, duplicate person, extra limbs, deformed hands, blurry text, chaotic motion, oversaturated colors, compression artifacts, flat lighting, cartoon look",
"duration": 8,
"providerSettings": {
"klingai": {
"shotType": "intelligence",
"sound": True
}
},
"inputs": {
"frameImages": [
"https://assets.runware.ai/assets/inputs/fd9f5484-b232-4fe1-a93b-46a04bf4dc31.jpg"
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "videoInference",
"taskUUID": "2b9f3c40-bb25-4d16-9534-eb081f0b9d8e",
"model": "klingai:kling-video@3-4k",
"positivePrompt": "A majestic frozen library built into a vast glacier canyon comes alive. The camera begins wide and slowly glides forward along a narrow bridge toward a lone archivist in a crimson fur-lined coat, then subtly rises to reveal immense shelves trapped within clear ice walls and drifting paper scraps circling in cold air. Frost crystals shimmer, old banners stir gently, tiny avalanches of powder fall from ledges, and a soft polar sky glow washes the canyon in pale green and violet highlights. Cinematic fantasy realism, grand scale, precise textures in ice and carved stone, strong depth, stable temporal coherence, elegant environmental motion, immersive atmosphere, natural ambient sound of creaking ice, distant echoes, fluttering pages, faint footsteps on frosted wood",
"negativePrompt": "low detail, jitter, flicker, warped anatomy, duplicate person, extra limbs, deformed hands, blurry text, chaotic motion, oversaturated colors, compression artifacts, flat lighting, cartoon look",
"duration": 8,
"providerSettings": {
"klingai": {
"shotType": "intelligence",
"sound": true
}
},
"inputs": {
"frameImages": [
"https://assets.runware.ai/assets/inputs/fd9f5484-b232-4fe1-a93b-46a04bf4dc31.jpg"
]
}
}
]'runware run klingai:kling-video@3-4k \
positivePrompt="A majestic frozen library built into a vast glacier canyon comes alive. The camera begins wide and slowly glides forward along a narrow bridge toward a lone archivist in a crimson fur-lined coat, then subtly rises to reveal immense shelves trapped within clear ice walls and drifting paper scraps circling in cold air. Frost crystals shimmer, old banners stir gently, tiny avalanches of powder fall from ledges, and a soft polar sky glow washes the canyon in pale green and violet highlights. Cinematic fantasy realism, grand scale, precise textures in ice and carved stone, strong depth, stable temporal coherence, elegant environmental motion, immersive atmosphere, natural ambient sound of creaking ice, distant echoes, fluttering pages, faint footsteps on frosted wood" \
negativePrompt="low detail, jitter, flicker, warped anatomy, duplicate person, extra limbs, deformed hands, blurry text, chaotic motion, oversaturated colors, compression artifacts, flat lighting, cartoon look" \
duration=8 \
providerSettings.klingai.shotType=intelligence \
providerSettings.klingai.sound=true \
inputs.frameImages.0=https://assets.runware.ai/assets/inputs/fd9f5484-b232-4fe1-a93b-46a04bf4dc31.jpg{
"taskType": "videoInference",
"taskUUID": "2b9f3c40-bb25-4d16-9534-eb081f0b9d8e",
"model": "klingai:kling-video@3-4k",
"positivePrompt": "A majestic frozen library built into a vast glacier canyon comes alive. The camera begins wide and slowly glides forward along a narrow bridge toward a lone archivist in a crimson fur-lined coat, then subtly rises to reveal immense shelves trapped within clear ice walls and drifting paper scraps circling in cold air. Frost crystals shimmer, old banners stir gently, tiny avalanches of powder fall from ledges, and a soft polar sky glow washes the canyon in pale green and violet highlights. Cinematic fantasy realism, grand scale, precise textures in ice and carved stone, strong depth, stable temporal coherence, elegant environmental motion, immersive atmosphere, natural ambient sound of creaking ice, distant echoes, fluttering pages, faint footsteps on frosted wood",
"negativePrompt": "low detail, jitter, flicker, warped anatomy, duplicate person, extra limbs, deformed hands, blurry text, chaotic motion, oversaturated colors, compression artifacts, flat lighting, cartoon look",
"duration": 8,
"providerSettings": {
"klingai": {
"shotType": "intelligence",
"sound": true
}
},
"inputs": {
"frameImages": [
"https://assets.runware.ai/assets/inputs/fd9f5484-b232-4fe1-a93b-46a04bf4dc31.jpg"
]
}
}Response
{
"taskType": "videoInference",
"taskUUID": "2b9f3c40-bb25-4d16-9534-eb081f0b9d8e",
"videoUUID": "3eaefbc1-f37b-4efd-adc1-e21cb6a091bd",
"videoURL": "https://vm.runware.ai/video/os/a09dlim3/ws/5/vi/3eaefbc1-f37b-4efd-adc1-e21cb6a091bd.mp4",
"cost": 3.36
}multi-shot
Meteorite Conservation Curator Social Briefing$3.78~2m 59simport { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'klingai:kling-video@3-4k',
width: 2880,
height: 2880,
duration: 9,
providerSettings: {
klingai: {
multiPrompt: [
{
prompt: 'A lone explorer approaches a luminous structure through dense mist.',
duration: 3
},
{
prompt: 'The explorer enters as shifting beams reveal the vast interior.',
duration: 3
},
{
prompt: 'The structure awakens and fills the chamber with cascading light.',
duration: 3
}
],
sound: true
}
}
})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:kling-video@3-4k",
"width": 2880,
"height": 2880,
"duration": 9,
"providerSettings": {
"klingai": {
"multiPrompt": [
{
"prompt": "A lone explorer approaches a luminous structure through dense mist.",
"duration": 3
},
{
"prompt": "The explorer enters as shifting beams reveal the vast interior.",
"duration": 3
},
{
"prompt": "The structure awakens and fills the chamber with cascading light.",
"duration": 3
}
],
"sound": True
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "videoInference",
"taskUUID": "8edbbf79-71e2-4dc5-bf6a-b2fb7a7ee310",
"model": "klingai:kling-video@3-4k",
"width": 2880,
"height": 2880,
"duration": 9,
"providerSettings": {
"klingai": {
"multiPrompt": [
{
"prompt": "A lone explorer approaches a luminous structure through dense mist.",
"duration": 3
},
{
"prompt": "The explorer enters as shifting beams reveal the vast interior.",
"duration": 3
},
{
"prompt": "The structure awakens and fills the chamber with cascading light.",
"duration": 3
}
],
"sound": true
}
}
}
]'runware run klingai:kling-video@3-4k \
width=2880 \
height=2880 \
duration=9 \
providerSettings.klingai.multiPrompt.0.prompt="A lone explorer approaches a luminous structure through dense mist." \
providerSettings.klingai.multiPrompt.0.duration=3 \
providerSettings.klingai.multiPrompt.1.prompt="The explorer enters as shifting beams reveal the vast interior." \
providerSettings.klingai.multiPrompt.1.duration=3 \
providerSettings.klingai.multiPrompt.2.prompt="The structure awakens and fills the chamber with cascading light." \
providerSettings.klingai.multiPrompt.2.duration=3 \
providerSettings.klingai.sound=true{
"taskType": "videoInference",
"taskUUID": "8edbbf79-71e2-4dc5-bf6a-b2fb7a7ee310",
"model": "klingai:kling-video@3-4k",
"width": 2880,
"height": 2880,
"duration": 9,
"providerSettings": {
"klingai": {
"multiPrompt": [
{
"prompt": "A lone explorer approaches a luminous structure through dense mist.",
"duration": 3
},
{
"prompt": "The explorer enters as shifting beams reveal the vast interior.",
"duration": 3
},
{
"prompt": "The structure awakens and fills the chamber with cascading light.",
"duration": 3
}
],
"sound": true
}
}
}Response
{
"taskType": "videoInference",
"taskUUID": "8edbbf79-71e2-4dc5-bf6a-b2fb7a7ee310",
"videoUUID": "3517de1d-a171-493e-9351-fba2250e97d7",
"videoURL": "https://vm.runware.ai/video/os/a07dlim3/ws/5/vi/3517de1d-a171-493e-9351-fba2250e97d7.mp4",
"cost": 3.78
}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:kling-video@3-4k',
width: 3840,
height: 2160,
duration: 9,
providerSettings: {
klingai: {
sound: true,
multiPrompt: [
{
prompt: 'Ultra-detailed wide establishing shot of a vast white salt plain cracked into geometric plates, bordered by smoking black volcanic ridges. Three towering pack animals with woven copper saddles carry glass spheres filled with fluttering paper maps. Dawn haze, long shadows, mirage shimmer, slow dolly forward, epic cinematic realism, rich texture, grand scale.',
duration: 3
},
{
prompt: 'Medium tracking shot alongside the caravan as warm wind skims the salt crust and tiny spirals of mineral dust curl around their feet. The lead traveler wears layered indigo fabric and a mirror-mask that reflects the glowing lava seams in the distant hills. One glass sphere catches sunlight and throws moving prismatic flecks across the animals and ground. Natural motion, stable subject continuity, detailed materials, immersive cinematic atmosphere.',
duration: 3
},
{
prompt: 'Low-angle closing shot as the caravan reaches a field of towering basalt columns rising from the flats like an ancient gateway. Heat shimmer bends the horizon, embers drift from fissures far away, and the reflected sky in the glass spheres turns from pale gold to fierce orange. The camera cranes upward to reveal the full landscape, majestic ending, high-end film look, realistic environmental audio cues and cohesive visual continuity.',
duration: 3
}
]
}
}
})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:kling-video@3-4k",
"width": 3840,
"height": 2160,
"duration": 9,
"providerSettings": {
"klingai": {
"sound": True,
"multiPrompt": [
{
"prompt": "Ultra-detailed wide establishing shot of a vast white salt plain cracked into geometric plates, bordered by smoking black volcanic ridges. Three towering pack animals with woven copper saddles carry glass spheres filled with fluttering paper maps. Dawn haze, long shadows, mirage shimmer, slow dolly forward, epic cinematic realism, rich texture, grand scale.",
"duration": 3
},
{
"prompt": "Medium tracking shot alongside the caravan as warm wind skims the salt crust and tiny spirals of mineral dust curl around their feet. The lead traveler wears layered indigo fabric and a mirror-mask that reflects the glowing lava seams in the distant hills. One glass sphere catches sunlight and throws moving prismatic flecks across the animals and ground. Natural motion, stable subject continuity, detailed materials, immersive cinematic atmosphere.",
"duration": 3
},
{
"prompt": "Low-angle closing shot as the caravan reaches a field of towering basalt columns rising from the flats like an ancient gateway. Heat shimmer bends the horizon, embers drift from fissures far away, and the reflected sky in the glass spheres turns from pale gold to fierce orange. The camera cranes upward to reveal the full landscape, majestic ending, high-end film look, realistic environmental audio cues and cohesive visual continuity.",
"duration": 3
}
]
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "videoInference",
"taskUUID": "289dea36-d702-472c-a1e2-212338222b7d",
"model": "klingai:kling-video@3-4k",
"width": 3840,
"height": 2160,
"duration": 9,
"providerSettings": {
"klingai": {
"sound": true,
"multiPrompt": [
{
"prompt": "Ultra-detailed wide establishing shot of a vast white salt plain cracked into geometric plates, bordered by smoking black volcanic ridges. Three towering pack animals with woven copper saddles carry glass spheres filled with fluttering paper maps. Dawn haze, long shadows, mirage shimmer, slow dolly forward, epic cinematic realism, rich texture, grand scale.",
"duration": 3
},
{
"prompt": "Medium tracking shot alongside the caravan as warm wind skims the salt crust and tiny spirals of mineral dust curl around their feet. The lead traveler wears layered indigo fabric and a mirror-mask that reflects the glowing lava seams in the distant hills. One glass sphere catches sunlight and throws moving prismatic flecks across the animals and ground. Natural motion, stable subject continuity, detailed materials, immersive cinematic atmosphere.",
"duration": 3
},
{
"prompt": "Low-angle closing shot as the caravan reaches a field of towering basalt columns rising from the flats like an ancient gateway. Heat shimmer bends the horizon, embers drift from fissures far away, and the reflected sky in the glass spheres turns from pale gold to fierce orange. The camera cranes upward to reveal the full landscape, majestic ending, high-end film look, realistic environmental audio cues and cohesive visual continuity.",
"duration": 3
}
]
}
}
}
]'runware run klingai:kling-video@3-4k \
width=3840 \
height=2160 \
duration=9 \
providerSettings.klingai.sound=true \
providerSettings.klingai.multiPrompt.0.prompt="Ultra-detailed wide establishing shot of a vast white salt plain cracked into geometric plates, bordered by smoking black volcanic ridges. Three towering pack animals with woven copper saddles carry glass spheres filled with fluttering paper maps. Dawn haze, long shadows, mirage shimmer, slow dolly forward, epic cinematic realism, rich texture, grand scale." \
providerSettings.klingai.multiPrompt.0.duration=3 \
providerSettings.klingai.multiPrompt.1.prompt="Medium tracking shot alongside the caravan as warm wind skims the salt crust and tiny spirals of mineral dust curl around their feet. The lead traveler wears layered indigo fabric and a mirror-mask that reflects the glowing lava seams in the distant hills. One glass sphere catches sunlight and throws moving prismatic flecks across the animals and ground. Natural motion, stable subject continuity, detailed materials, immersive cinematic atmosphere." \
providerSettings.klingai.multiPrompt.1.duration=3 \
providerSettings.klingai.multiPrompt.2.prompt="Low-angle closing shot as the caravan reaches a field of towering basalt columns rising from the flats like an ancient gateway. Heat shimmer bends the horizon, embers drift from fissures far away, and the reflected sky in the glass spheres turns from pale gold to fierce orange. The camera cranes upward to reveal the full landscape, majestic ending, high-end film look, realistic environmental audio cues and cohesive visual continuity." \
providerSettings.klingai.multiPrompt.2.duration=3{
"taskType": "videoInference",
"taskUUID": "289dea36-d702-472c-a1e2-212338222b7d",
"model": "klingai:kling-video@3-4k",
"width": 3840,
"height": 2160,
"duration": 9,
"providerSettings": {
"klingai": {
"sound": true,
"multiPrompt": [
{
"prompt": "Ultra-detailed wide establishing shot of a vast white salt plain cracked into geometric plates, bordered by smoking black volcanic ridges. Three towering pack animals with woven copper saddles carry glass spheres filled with fluttering paper maps. Dawn haze, long shadows, mirage shimmer, slow dolly forward, epic cinematic realism, rich texture, grand scale.",
"duration": 3
},
{
"prompt": "Medium tracking shot alongside the caravan as warm wind skims the salt crust and tiny spirals of mineral dust curl around their feet. The lead traveler wears layered indigo fabric and a mirror-mask that reflects the glowing lava seams in the distant hills. One glass sphere catches sunlight and throws moving prismatic flecks across the animals and ground. Natural motion, stable subject continuity, detailed materials, immersive cinematic atmosphere.",
"duration": 3
},
{
"prompt": "Low-angle closing shot as the caravan reaches a field of towering basalt columns rising from the flats like an ancient gateway. Heat shimmer bends the horizon, embers drift from fissures far away, and the reflected sky in the glass spheres turns from pale gold to fierce orange. The camera cranes upward to reveal the full landscape, majestic ending, high-end film look, realistic environmental audio cues and cohesive visual continuity.",
"duration": 3
}
]
}
}
}Response
{
"taskType": "videoInference",
"taskUUID": "289dea36-d702-472c-a1e2-212338222b7d",
"videoUUID": "9da3023d-bad3-4fb9-bce6-2c496c4c086b",
"videoURL": "https://vm.runware.ai/video/os/a06dlim3/ws/5/vi/9da3023d-bad3-4fb9-bce6-2c496c4c086b.mp4",
"cost": 3.78
}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:kling-video@3-4k',
positivePrompt: 'A colossal weathered pilgrimage mech walks slowly through a vast amber stone quarry at golden afternoon, carved terraces rising on all sides. Its body is built from brushed brass, ceramic plates, canvas prayer ribbons, and soot-dark joints, carrying small lanterns that sway from its shoulders. Tiny human attendants in pale dust cloaks move alongside its feet for scale. The camera begins with a low wide cinematic view of fractured quarry ground, then gently cranes upward and drifts closer as the mech steps over broken slabs, sending pebbles sliding and ochre dust into the air. Sunbeams catch suspended grit, distant quarry lifts and suspended cables hang across the background, and flocks of white birds burst from cliff ledges as the machine passes. Emphasize realistic weight, articulated leg mechanics, subtle cloth movement, rich mineral textures, volumetric light, stable temporal coherence, epic realism, highly detailed 4K cinematic imagery. Natural synchronized audio: heavy metallic footfalls, creaking joints, stone crunch, fluttering fabric, birds calling, quarry echoes, low resonant mechanical hum.',
negativePrompt: 'low detail, blurry, jittery motion, deformed anatomy, extra limbs, duplicate people, flicker, oversaturated colors, cartoon, text, watermark, logo, modern vehicles, urban skyline',
width: 3840,
height: 2160,
duration: 8,
providerSettings: {
klingai: {
shotType: 'intelligence',
sound: true
}
}
})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:kling-video@3-4k",
"positivePrompt": "A colossal weathered pilgrimage mech walks slowly through a vast amber stone quarry at golden afternoon, carved terraces rising on all sides. Its body is built from brushed brass, ceramic plates, canvas prayer ribbons, and soot-dark joints, carrying small lanterns that sway from its shoulders. Tiny human attendants in pale dust cloaks move alongside its feet for scale. The camera begins with a low wide cinematic view of fractured quarry ground, then gently cranes upward and drifts closer as the mech steps over broken slabs, sending pebbles sliding and ochre dust into the air. Sunbeams catch suspended grit, distant quarry lifts and suspended cables hang across the background, and flocks of white birds burst from cliff ledges as the machine passes. Emphasize realistic weight, articulated leg mechanics, subtle cloth movement, rich mineral textures, volumetric light, stable temporal coherence, epic realism, highly detailed 4K cinematic imagery. Natural synchronized audio: heavy metallic footfalls, creaking joints, stone crunch, fluttering fabric, birds calling, quarry echoes, low resonant mechanical hum.",
"negativePrompt": "low detail, blurry, jittery motion, deformed anatomy, extra limbs, duplicate people, flicker, oversaturated colors, cartoon, text, watermark, logo, modern vehicles, urban skyline",
"width": 3840,
"height": 2160,
"duration": 8,
"providerSettings": {
"klingai": {
"shotType": "intelligence",
"sound": True
}
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "videoInference",
"taskUUID": "8aeff207-bb9d-4913-841d-57e6a099de51",
"model": "klingai:kling-video@3-4k",
"positivePrompt": "A colossal weathered pilgrimage mech walks slowly through a vast amber stone quarry at golden afternoon, carved terraces rising on all sides. Its body is built from brushed brass, ceramic plates, canvas prayer ribbons, and soot-dark joints, carrying small lanterns that sway from its shoulders. Tiny human attendants in pale dust cloaks move alongside its feet for scale. The camera begins with a low wide cinematic view of fractured quarry ground, then gently cranes upward and drifts closer as the mech steps over broken slabs, sending pebbles sliding and ochre dust into the air. Sunbeams catch suspended grit, distant quarry lifts and suspended cables hang across the background, and flocks of white birds burst from cliff ledges as the machine passes. Emphasize realistic weight, articulated leg mechanics, subtle cloth movement, rich mineral textures, volumetric light, stable temporal coherence, epic realism, highly detailed 4K cinematic imagery. Natural synchronized audio: heavy metallic footfalls, creaking joints, stone crunch, fluttering fabric, birds calling, quarry echoes, low resonant mechanical hum.",
"negativePrompt": "low detail, blurry, jittery motion, deformed anatomy, extra limbs, duplicate people, flicker, oversaturated colors, cartoon, text, watermark, logo, modern vehicles, urban skyline",
"width": 3840,
"height": 2160,
"duration": 8,
"providerSettings": {
"klingai": {
"shotType": "intelligence",
"sound": true
}
}
}
]'runware run klingai:kling-video@3-4k \
positivePrompt="A colossal weathered pilgrimage mech walks slowly through a vast amber stone quarry at golden afternoon, carved terraces rising on all sides. Its body is built from brushed brass, ceramic plates, canvas prayer ribbons, and soot-dark joints, carrying small lanterns that sway from its shoulders. Tiny human attendants in pale dust cloaks move alongside its feet for scale. The camera begins with a low wide cinematic view of fractured quarry ground, then gently cranes upward and drifts closer as the mech steps over broken slabs, sending pebbles sliding and ochre dust into the air. Sunbeams catch suspended grit, distant quarry lifts and suspended cables hang across the background, and flocks of white birds burst from cliff ledges as the machine passes. Emphasize realistic weight, articulated leg mechanics, subtle cloth movement, rich mineral textures, volumetric light, stable temporal coherence, epic realism, highly detailed 4K cinematic imagery. Natural synchronized audio: heavy metallic footfalls, creaking joints, stone crunch, fluttering fabric, birds calling, quarry echoes, low resonant mechanical hum." \
negativePrompt="low detail, blurry, jittery motion, deformed anatomy, extra limbs, duplicate people, flicker, oversaturated colors, cartoon, text, watermark, logo, modern vehicles, urban skyline" \
width=3840 \
height=2160 \
duration=8 \
providerSettings.klingai.shotType=intelligence \
providerSettings.klingai.sound=true{
"taskType": "videoInference",
"taskUUID": "8aeff207-bb9d-4913-841d-57e6a099de51",
"model": "klingai:kling-video@3-4k",
"positivePrompt": "A colossal weathered pilgrimage mech walks slowly through a vast amber stone quarry at golden afternoon, carved terraces rising on all sides. Its body is built from brushed brass, ceramic plates, canvas prayer ribbons, and soot-dark joints, carrying small lanterns that sway from its shoulders. Tiny human attendants in pale dust cloaks move alongside its feet for scale. The camera begins with a low wide cinematic view of fractured quarry ground, then gently cranes upward and drifts closer as the mech steps over broken slabs, sending pebbles sliding and ochre dust into the air. Sunbeams catch suspended grit, distant quarry lifts and suspended cables hang across the background, and flocks of white birds burst from cliff ledges as the machine passes. Emphasize realistic weight, articulated leg mechanics, subtle cloth movement, rich mineral textures, volumetric light, stable temporal coherence, epic realism, highly detailed 4K cinematic imagery. Natural synchronized audio: heavy metallic footfalls, creaking joints, stone crunch, fluttering fabric, birds calling, quarry echoes, low resonant mechanical hum.",
"negativePrompt": "low detail, blurry, jittery motion, deformed anatomy, extra limbs, duplicate people, flicker, oversaturated colors, cartoon, text, watermark, logo, modern vehicles, urban skyline",
"width": 3840,
"height": 2160,
"duration": 8,
"providerSettings": {
"klingai": {
"shotType": "intelligence",
"sound": true
}
}
}Response
{
"taskType": "videoInference",
"taskUUID": "8aeff207-bb9d-4913-841d-57e6a099de51",
"videoUUID": "81bd2641-1750-4871-818f-15b7622ddce3",
"videoURL": "https://vm.runware.ai/video/os/a10dlim3/ws/5/vi/81bd2641-1750-4871-818f-15b7622ddce3.mp4",
"cost": 3.36
}