KlingAI 1.0 Standard

KlingAI 1.0 Standard generates 1080p video from text prompts with basic motion control. It targets general use cases that need up to 2 minute clips with stable output and lower cost than premium tiers. Suitable for rapid prototyping and bulk content workflows.

API Reference
INTEGRATE
Complete technical specification for integration
RequestResponse
Examples3
CODE
Ready-to-use code snippets for common workflows
Rainy Monorail Terminal Departure
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@1',
positivePrompt: 'A cinematic wide shot inside a sprawling futuristic monorail terminal during a heavy evening rainstorm. Travelers in sleek rain capes and tailored streetwear wait beneath towering glass canopies while a silver magnetic train glides into the station, spraying mist and reflecting amber platform lights. The camera slowly dollies forward through puddles on the polished floor, passing luggage, glowing route signs, drifting steam, and rippling reflections. A child presses a hand to the glass as the train doors open, commuters step aboard, and distant city towers flicker through rain-streaked windows. Subtle cloth movement, believable crowd motion, soft atmospheric haze, crisp reflections, realistic water droplets, dramatic depth, high detail, grounded sci-fi design, natural cinematic lighting, elegant color contrast of cool blue rain and warm station lamps.',
negativePrompt: 'low resolution, blurry faces, deformed hands, duplicated people, jittery motion, warped architecture, flickering lights, oversaturated colors, text artifacts, watermark, logo, choppy camera movement, noisy shadows, flat lighting',
width: 1280,
height: 720,
duration: 10,
CFGScale: 0.63
})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@1",
"positivePrompt": "A cinematic wide shot inside a sprawling futuristic monorail terminal during a heavy evening rainstorm. Travelers in sleek rain capes and tailored streetwear wait beneath towering glass canopies while a silver magnetic train glides into the station, spraying mist and reflecting amber platform lights. The camera slowly dollies forward through puddles on the polished floor, passing luggage, glowing route signs, drifting steam, and rippling reflections. A child presses a hand to the glass as the train doors open, commuters step aboard, and distant city towers flicker through rain-streaked windows. Subtle cloth movement, believable crowd motion, soft atmospheric haze, crisp reflections, realistic water droplets, dramatic depth, high detail, grounded sci-fi design, natural cinematic lighting, elegant color contrast of cool blue rain and warm station lamps.",
"negativePrompt": "low resolution, blurry faces, deformed hands, duplicated people, jittery motion, warped architecture, flickering lights, oversaturated colors, text artifacts, watermark, logo, choppy camera movement, noisy shadows, flat lighting",
"width": 1280,
"height": 720,
"duration": 10,
"CFGScale": 0.63
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "videoInference",
"taskUUID": "da1fafe8-a59c-4e7b-b0e6-1d339acd7aec",
"model": "klingai:1@1",
"positivePrompt": "A cinematic wide shot inside a sprawling futuristic monorail terminal during a heavy evening rainstorm. Travelers in sleek rain capes and tailored streetwear wait beneath towering glass canopies while a silver magnetic train glides into the station, spraying mist and reflecting amber platform lights. The camera slowly dollies forward through puddles on the polished floor, passing luggage, glowing route signs, drifting steam, and rippling reflections. A child presses a hand to the glass as the train doors open, commuters step aboard, and distant city towers flicker through rain-streaked windows. Subtle cloth movement, believable crowd motion, soft atmospheric haze, crisp reflections, realistic water droplets, dramatic depth, high detail, grounded sci-fi design, natural cinematic lighting, elegant color contrast of cool blue rain and warm station lamps.",
"negativePrompt": "low resolution, blurry faces, deformed hands, duplicated people, jittery motion, warped architecture, flickering lights, oversaturated colors, text artifacts, watermark, logo, choppy camera movement, noisy shadows, flat lighting",
"width": 1280,
"height": 720,
"duration": 10,
"CFGScale": 0.63
}
]'runware run klingai:1@1 \
positivePrompt="A cinematic wide shot inside a sprawling futuristic monorail terminal during a heavy evening rainstorm. Travelers in sleek rain capes and tailored streetwear wait beneath towering glass canopies while a silver magnetic train glides into the station, spraying mist and reflecting amber platform lights. The camera slowly dollies forward through puddles on the polished floor, passing luggage, glowing route signs, drifting steam, and rippling reflections. A child presses a hand to the glass as the train doors open, commuters step aboard, and distant city towers flicker through rain-streaked windows. Subtle cloth movement, believable crowd motion, soft atmospheric haze, crisp reflections, realistic water droplets, dramatic depth, high detail, grounded sci-fi design, natural cinematic lighting, elegant color contrast of cool blue rain and warm station lamps." \
negativePrompt="low resolution, blurry faces, deformed hands, duplicated people, jittery motion, warped architecture, flickering lights, oversaturated colors, text artifacts, watermark, logo, choppy camera movement, noisy shadows, flat lighting" \
width=1280 \
height=720 \
duration=10 \
CFGScale=0.63{
"taskType": "videoInference",
"taskUUID": "da1fafe8-a59c-4e7b-b0e6-1d339acd7aec",
"model": "klingai:1@1",
"positivePrompt": "A cinematic wide shot inside a sprawling futuristic monorail terminal during a heavy evening rainstorm. Travelers in sleek rain capes and tailored streetwear wait beneath towering glass canopies while a silver magnetic train glides into the station, spraying mist and reflecting amber platform lights. The camera slowly dollies forward through puddles on the polished floor, passing luggage, glowing route signs, drifting steam, and rippling reflections. A child presses a hand to the glass as the train doors open, commuters step aboard, and distant city towers flicker through rain-streaked windows. Subtle cloth movement, believable crowd motion, soft atmospheric haze, crisp reflections, realistic water droplets, dramatic depth, high detail, grounded sci-fi design, natural cinematic lighting, elegant color contrast of cool blue rain and warm station lamps.",
"negativePrompt": "low resolution, blurry faces, deformed hands, duplicated people, jittery motion, warped architecture, flickering lights, oversaturated colors, text artifacts, watermark, logo, choppy camera movement, noisy shadows, flat lighting",
"width": 1280,
"height": 720,
"duration": 10,
"CFGScale": 0.63
}{
"taskType": "videoInference",
"taskUUID": "da1fafe8-a59c-4e7b-b0e6-1d339acd7aec",
"videoUUID": "ffedfb08-f7f8-47ed-a029-985a01a5fe2f",
"videoURL": "https://vm.runware.ai/video/os/a11d13/ws/5/vi/ffedfb08-f7f8-47ed-a029-985a01a5fe2f.mp4",
"seed": 1406591106,
"cost": 0.1848
}Wind-Bent Grassland Airship 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@1',
positivePrompt: 'A majestic copper-and-canvas airship descends over a sweeping golden grassland as tall reeds sway in strong wind. Three travelers stand in the foreground watching its arrival, coats and scarves rippling. Dust trails spiral outward from the lowering craft, ropes and fins flutter, and the distant dark cliffs shimmer in warm late-afternoon haze. Slow cinematic forward camera movement, realistic scale, rich environmental motion, detailed textures, grounded adventure tone, natural lighting, stable composition, polished 1080p-style cinematic video.',
negativePrompt: 'rain, city, monorail, alley, neon signage, underwater, low detail, blurry subjects, warped anatomy, extra limbs, jittery motion, flicker, oversaturated colors, text, watermark, logo',
width: 1280,
height: 720,
duration: 10,
CFGScale: 0.5,
inputs: {
frameImages: [
{
image: 'https://assets.runware.ai/assets/inputs/ce1ad7db-6753-4fdd-965a-4168aabd41db.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@1",
"positivePrompt": "A majestic copper-and-canvas airship descends over a sweeping golden grassland as tall reeds sway in strong wind. Three travelers stand in the foreground watching its arrival, coats and scarves rippling. Dust trails spiral outward from the lowering craft, ropes and fins flutter, and the distant dark cliffs shimmer in warm late-afternoon haze. Slow cinematic forward camera movement, realistic scale, rich environmental motion, detailed textures, grounded adventure tone, natural lighting, stable composition, polished 1080p-style cinematic video.",
"negativePrompt": "rain, city, monorail, alley, neon signage, underwater, low detail, blurry subjects, warped anatomy, extra limbs, jittery motion, flicker, oversaturated colors, text, watermark, logo",
"width": 1280,
"height": 720,
"duration": 10,
"CFGScale": 0.5,
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/ce1ad7db-6753-4fdd-965a-4168aabd41db.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": "da855792-d788-4c38-ade6-7f66a93f51c7",
"model": "klingai:1@1",
"positivePrompt": "A majestic copper-and-canvas airship descends over a sweeping golden grassland as tall reeds sway in strong wind. Three travelers stand in the foreground watching its arrival, coats and scarves rippling. Dust trails spiral outward from the lowering craft, ropes and fins flutter, and the distant dark cliffs shimmer in warm late-afternoon haze. Slow cinematic forward camera movement, realistic scale, rich environmental motion, detailed textures, grounded adventure tone, natural lighting, stable composition, polished 1080p-style cinematic video.",
"negativePrompt": "rain, city, monorail, alley, neon signage, underwater, low detail, blurry subjects, warped anatomy, extra limbs, jittery motion, flicker, oversaturated colors, text, watermark, logo",
"width": 1280,
"height": 720,
"duration": 10,
"CFGScale": 0.5,
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/ce1ad7db-6753-4fdd-965a-4168aabd41db.jpg",
"frame": "first"
}
]
}
}
]'runware run klingai:1@1 \
positivePrompt="A majestic copper-and-canvas airship descends over a sweeping golden grassland as tall reeds sway in strong wind. Three travelers stand in the foreground watching its arrival, coats and scarves rippling. Dust trails spiral outward from the lowering craft, ropes and fins flutter, and the distant dark cliffs shimmer in warm late-afternoon haze. Slow cinematic forward camera movement, realistic scale, rich environmental motion, detailed textures, grounded adventure tone, natural lighting, stable composition, polished 1080p-style cinematic video." \
negativePrompt="rain, city, monorail, alley, neon signage, underwater, low detail, blurry subjects, warped anatomy, extra limbs, jittery motion, flicker, oversaturated colors, text, watermark, logo" \
width=1280 \
height=720 \
duration=10 \
CFGScale=0.5 \
inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/ce1ad7db-6753-4fdd-965a-4168aabd41db.jpg \
inputs.frameImages.0.frame=first{
"taskType": "videoInference",
"taskUUID": "da855792-d788-4c38-ade6-7f66a93f51c7",
"model": "klingai:1@1",
"positivePrompt": "A majestic copper-and-canvas airship descends over a sweeping golden grassland as tall reeds sway in strong wind. Three travelers stand in the foreground watching its arrival, coats and scarves rippling. Dust trails spiral outward from the lowering craft, ropes and fins flutter, and the distant dark cliffs shimmer in warm late-afternoon haze. Slow cinematic forward camera movement, realistic scale, rich environmental motion, detailed textures, grounded adventure tone, natural lighting, stable composition, polished 1080p-style cinematic video.",
"negativePrompt": "rain, city, monorail, alley, neon signage, underwater, low detail, blurry subjects, warped anatomy, extra limbs, jittery motion, flicker, oversaturated colors, text, watermark, logo",
"width": 1280,
"height": 720,
"duration": 10,
"CFGScale": 0.5,
"inputs": {
"frameImages": [
{
"image": "https://assets.runware.ai/assets/inputs/ce1ad7db-6753-4fdd-965a-4168aabd41db.jpg",
"frame": "first"
}
]
}
}{
"taskType": "videoInference",
"taskUUID": "da855792-d788-4c38-ade6-7f66a93f51c7",
"videoUUID": "236f176c-78b3-4123-8d6f-997929e07855",
"videoURL": "https://vm.runware.ai/video/os/a21d05/ws/5/vi/236f176c-78b3-4123-8d6f-997929e07855.mp4",
"seed": 1114301106,
"cost": 0.1848
}Rain-Swept Monorail Platform Rush
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@1',
positivePrompt: 'A cinematic wide shot of a futuristic monorail platform during a sudden evening downpour, crowded commuters in tailored coats hurrying beneath glowing route displays, puddles rippling across the concrete, reflections of magenta and amber signage streaking on the wet ground. The camera slowly pushes forward through the crowd toward one central subject: a courier holding a sealed chrome case, standing still for a brief moment while everyone else rushes past. In the background, a sleek train glides in with soft mist and spray, doors opening as wind lifts loose papers and coat hems. Realistic human motion, layered depth, atmospheric rain, expressive lighting, detailed urban textures, cinematic realism, stable composition, subtle parallax, natural body movement, high production value.',
negativePrompt: 'low detail, blurry faces, distorted anatomy, extra limbs, duplicate people, frozen motion, jittery camera, warped train, text artifacts, watermark, oversaturated colors, cartoon, anime, low resolution',
width: 1280,
height: 720,
duration: 10,
CFGScale: 0.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@1",
"positivePrompt": "A cinematic wide shot of a futuristic monorail platform during a sudden evening downpour, crowded commuters in tailored coats hurrying beneath glowing route displays, puddles rippling across the concrete, reflections of magenta and amber signage streaking on the wet ground. The camera slowly pushes forward through the crowd toward one central subject: a courier holding a sealed chrome case, standing still for a brief moment while everyone else rushes past. In the background, a sleek train glides in with soft mist and spray, doors opening as wind lifts loose papers and coat hems. Realistic human motion, layered depth, atmospheric rain, expressive lighting, detailed urban textures, cinematic realism, stable composition, subtle parallax, natural body movement, high production value.",
"negativePrompt": "low detail, blurry faces, distorted anatomy, extra limbs, duplicate people, frozen motion, jittery camera, warped train, text artifacts, watermark, oversaturated colors, cartoon, anime, low resolution",
"width": 1280,
"height": 720,
"duration": 10,
"CFGScale": 0.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": "d756774a-4ff8-4545-8c2e-2955c6d3744b",
"model": "klingai:1@1",
"positivePrompt": "A cinematic wide shot of a futuristic monorail platform during a sudden evening downpour, crowded commuters in tailored coats hurrying beneath glowing route displays, puddles rippling across the concrete, reflections of magenta and amber signage streaking on the wet ground. The camera slowly pushes forward through the crowd toward one central subject: a courier holding a sealed chrome case, standing still for a brief moment while everyone else rushes past. In the background, a sleek train glides in with soft mist and spray, doors opening as wind lifts loose papers and coat hems. Realistic human motion, layered depth, atmospheric rain, expressive lighting, detailed urban textures, cinematic realism, stable composition, subtle parallax, natural body movement, high production value.",
"negativePrompt": "low detail, blurry faces, distorted anatomy, extra limbs, duplicate people, frozen motion, jittery camera, warped train, text artifacts, watermark, oversaturated colors, cartoon, anime, low resolution",
"width": 1280,
"height": 720,
"duration": 10,
"CFGScale": 0.5
}
]'runware run klingai:1@1 \
positivePrompt="A cinematic wide shot of a futuristic monorail platform during a sudden evening downpour, crowded commuters in tailored coats hurrying beneath glowing route displays, puddles rippling across the concrete, reflections of magenta and amber signage streaking on the wet ground. The camera slowly pushes forward through the crowd toward one central subject: a courier holding a sealed chrome case, standing still for a brief moment while everyone else rushes past. In the background, a sleek train glides in with soft mist and spray, doors opening as wind lifts loose papers and coat hems. Realistic human motion, layered depth, atmospheric rain, expressive lighting, detailed urban textures, cinematic realism, stable composition, subtle parallax, natural body movement, high production value." \
negativePrompt="low detail, blurry faces, distorted anatomy, extra limbs, duplicate people, frozen motion, jittery camera, warped train, text artifacts, watermark, oversaturated colors, cartoon, anime, low resolution" \
width=1280 \
height=720 \
duration=10 \
CFGScale=0.5{
"taskType": "videoInference",
"taskUUID": "d756774a-4ff8-4545-8c2e-2955c6d3744b",
"model": "klingai:1@1",
"positivePrompt": "A cinematic wide shot of a futuristic monorail platform during a sudden evening downpour, crowded commuters in tailored coats hurrying beneath glowing route displays, puddles rippling across the concrete, reflections of magenta and amber signage streaking on the wet ground. The camera slowly pushes forward through the crowd toward one central subject: a courier holding a sealed chrome case, standing still for a brief moment while everyone else rushes past. In the background, a sleek train glides in with soft mist and spray, doors opening as wind lifts loose papers and coat hems. Realistic human motion, layered depth, atmospheric rain, expressive lighting, detailed urban textures, cinematic realism, stable composition, subtle parallax, natural body movement, high production value.",
"negativePrompt": "low detail, blurry faces, distorted anatomy, extra limbs, duplicate people, frozen motion, jittery camera, warped train, text artifacts, watermark, oversaturated colors, cartoon, anime, low resolution",
"width": 1280,
"height": 720,
"duration": 10,
"CFGScale": 0.5
}{
"taskType": "videoInference",
"taskUUID": "d756774a-4ff8-4545-8c2e-2955c6d3744b",
"videoUUID": "f70b735c-395d-4729-bd53-4f15b8f5dc9f",
"videoURL": "https://vm.runware.ai/video/os/a15d18/ws/5/vi/f70b735c-395d-4729-bd53-4f15b8f5dc9f.mp4",
"seed": 1060561650,
"cost": 0.1848
}