MODEL IDklingai:1@1
deprecated

KlingAI 1.0 Standard

Kling AI
by Kling AI

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.

KlingAI 1.0 Standard

This model is deprecated and will be deactivated on September 15, 2026.

text-to-video

Magnetic Pipe Scanner Product 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@1',
  positivePrompt: 'A polished 5-second industrial product demonstration in one uninterrupted shot. Inside a spotless large-diameter steel pipeline shown as a precise cutaway, a compact magnetic inspection crawler travels smoothly from left to right across a circular weld seam. The rugged device has four rubberized magnetic wheels, a low cobalt-blue aluminum chassis, small amber status lights, and a clearly visible sensor array held against the pipe wall. As the sensor passes over the weld, a restrained band of soft cyan scanning light sweeps across the metal surface, briefly revealing a subtle subsurface flaw as a clean technical visualization. Camera performs a slow lateral tracking move at crawler height, matching its speed while gently pushing closer to the sensor array. Warm ivory studio background beyond the cutaway, satin steel textures, cobalt and amber accents, crisp engineering visualization, premium photorealistic CGI, controlled softbox lighting, sharp product detail, calm precise motion, uncluttered composition, no people, no lettering or interface.',
  negativePrompt: 'Text, captions, logos, brand names, user interface, charts, excessive holograms, sparks, smoke, grime, rust, rain, dramatic shaking, fast cuts, warped machinery, duplicated wheels, floating components, cartoon style, low detail, motion blur.',
  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@1",
            "positivePrompt": "A polished 5-second industrial product demonstration in one uninterrupted shot. Inside a spotless large-diameter steel pipeline shown as a precise cutaway, a compact magnetic inspection crawler travels smoothly from left to right across a circular weld seam. The rugged device has four rubberized magnetic wheels, a low cobalt-blue aluminum chassis, small amber status lights, and a clearly visible sensor array held against the pipe wall. As the sensor passes over the weld, a restrained band of soft cyan scanning light sweeps across the metal surface, briefly revealing a subtle subsurface flaw as a clean technical visualization. Camera performs a slow lateral tracking move at crawler height, matching its speed while gently pushing closer to the sensor array. Warm ivory studio background beyond the cutaway, satin steel textures, cobalt and amber accents, crisp engineering visualization, premium photorealistic CGI, controlled softbox lighting, sharp product detail, calm precise motion, uncluttered composition, no people, no lettering or interface.",
            "negativePrompt": "Text, captions, logos, brand names, user interface, charts, excessive holograms, sparks, smoke, grime, rust, rain, dramatic shaking, fast cuts, warped machinery, duplicated wheels, floating components, cartoon style, low detail, motion blur.",
            "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": "19dba467-b14b-4c00-aec9-8b8adb85333f",
      "model": "klingai:1@1",
      "positivePrompt": "A polished 5-second industrial product demonstration in one uninterrupted shot. Inside a spotless large-diameter steel pipeline shown as a precise cutaway, a compact magnetic inspection crawler travels smoothly from left to right across a circular weld seam. The rugged device has four rubberized magnetic wheels, a low cobalt-blue aluminum chassis, small amber status lights, and a clearly visible sensor array held against the pipe wall. As the sensor passes over the weld, a restrained band of soft cyan scanning light sweeps across the metal surface, briefly revealing a subtle subsurface flaw as a clean technical visualization. Camera performs a slow lateral tracking move at crawler height, matching its speed while gently pushing closer to the sensor array. Warm ivory studio background beyond the cutaway, satin steel textures, cobalt and amber accents, crisp engineering visualization, premium photorealistic CGI, controlled softbox lighting, sharp product detail, calm precise motion, uncluttered composition, no people, no lettering or interface.",
      "negativePrompt": "Text, captions, logos, brand names, user interface, charts, excessive holograms, sparks, smoke, grime, rust, rain, dramatic shaking, fast cuts, warped machinery, duplicated wheels, floating components, cartoon style, low detail, motion blur.",
      "width": 1280,
      "height": 720,
      "duration": 5
    }
  ]'
runware run klingai:1@1 \
  positivePrompt="A polished 5-second industrial product demonstration in one uninterrupted shot. Inside a spotless large-diameter steel pipeline shown as a precise cutaway, a compact magnetic inspection crawler travels smoothly from left to right across a circular weld seam. The rugged device has four rubberized magnetic wheels, a low cobalt-blue aluminum chassis, small amber status lights, and a clearly visible sensor array held against the pipe wall. As the sensor passes over the weld, a restrained band of soft cyan scanning light sweeps across the metal surface, briefly revealing a subtle subsurface flaw as a clean technical visualization. Camera performs a slow lateral tracking move at crawler height, matching its speed while gently pushing closer to the sensor array. Warm ivory studio background beyond the cutaway, satin steel textures, cobalt and amber accents, crisp engineering visualization, premium photorealistic CGI, controlled softbox lighting, sharp product detail, calm precise motion, uncluttered composition, no people, no lettering or interface." \
  negativePrompt="Text, captions, logos, brand names, user interface, charts, excessive holograms, sparks, smoke, grime, rust, rain, dramatic shaking, fast cuts, warped machinery, duplicated wheels, floating components, cartoon style, low detail, motion blur." \
  width=1280 \
  height=720 \
  duration=5
{
  "taskType": "videoInference",
  "taskUUID": "19dba467-b14b-4c00-aec9-8b8adb85333f",
  "model": "klingai:1@1",
  "positivePrompt": "A polished 5-second industrial product demonstration in one uninterrupted shot. Inside a spotless large-diameter steel pipeline shown as a precise cutaway, a compact magnetic inspection crawler travels smoothly from left to right across a circular weld seam. The rugged device has four rubberized magnetic wheels, a low cobalt-blue aluminum chassis, small amber status lights, and a clearly visible sensor array held against the pipe wall. As the sensor passes over the weld, a restrained band of soft cyan scanning light sweeps across the metal surface, briefly revealing a subtle subsurface flaw as a clean technical visualization. Camera performs a slow lateral tracking move at crawler height, matching its speed while gently pushing closer to the sensor array. Warm ivory studio background beyond the cutaway, satin steel textures, cobalt and amber accents, crisp engineering visualization, premium photorealistic CGI, controlled softbox lighting, sharp product detail, calm precise motion, uncluttered composition, no people, no lettering or interface.",
  "negativePrompt": "Text, captions, logos, brand names, user interface, charts, excessive holograms, sparks, smoke, grime, rust, rain, dramatic shaking, fast cuts, warped machinery, duplicated wheels, floating components, cartoon style, low detail, motion blur.",
  "width": 1280,
  "height": 720,
  "duration": 5
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "19dba467-b14b-4c00-aec9-8b8adb85333f",
  "videoUUID": "903a677b-67f5-4f38-b597-ba45433a908f",
  "videoURL": "https://vm.runware.ai/video/os/a09dlim3/ws/5/vi/903a677b-67f5-4f38-b597-ba45433a908f.mp4",
  "seed": 877037549,
  "cost": 0.0924
}
text-to-video

Luxury Beekeeping Jacket Showcase 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@1',
  positivePrompt: 'Five-second luxury fashion product showcase, composed for 16:9 landscape. In a sunlit ochre studio inspired by a modern apiary, a poised female model wears an ivory technical beekeeping jacket with honeycomb quilting, structured shoulders, brass snaps, cream leather gloves, and a sculptural wide-brim mesh veil. Unpainted cedar hive boxes form sparse geometric plinths in the background. The model begins in a strong three-quarter pose, slowly turns her torso toward camera, then gently raises one gloved hand to reveal the jacket cuff and fastening details. The camera performs one smooth, controlled dolly-in with a subtle arc from waist-up framing to a refined chest-and-veil close-up. Warm late-afternoon light passes through the mesh, creating delicate grid shadows across the fabric; restrained palette of beeswax gold, raw cedar, ivory, and muted amber. Crisp garment texture, realistic stitching and materials, premium agricultural workwear editorial, calm assured mood, natural human motion, shallow depth of field, polished cinematic photography, no cuts, no text, no logo.',
  negativePrompt: 'Deformed hands, extra fingers, distorted face, warped veil, changing garment design, flicker, jitter, abrupt camera movement, jump cuts, cluttered background, swarming insects, horror mood, rain, neon lighting, text, captions, logos, watermark, interface elements',
  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@1",
            "positivePrompt": "Five-second luxury fashion product showcase, composed for 16:9 landscape. In a sunlit ochre studio inspired by a modern apiary, a poised female model wears an ivory technical beekeeping jacket with honeycomb quilting, structured shoulders, brass snaps, cream leather gloves, and a sculptural wide-brim mesh veil. Unpainted cedar hive boxes form sparse geometric plinths in the background. The model begins in a strong three-quarter pose, slowly turns her torso toward camera, then gently raises one gloved hand to reveal the jacket cuff and fastening details. The camera performs one smooth, controlled dolly-in with a subtle arc from waist-up framing to a refined chest-and-veil close-up. Warm late-afternoon light passes through the mesh, creating delicate grid shadows across the fabric; restrained palette of beeswax gold, raw cedar, ivory, and muted amber. Crisp garment texture, realistic stitching and materials, premium agricultural workwear editorial, calm assured mood, natural human motion, shallow depth of field, polished cinematic photography, no cuts, no text, no logo.",
            "negativePrompt": "Deformed hands, extra fingers, distorted face, warped veil, changing garment design, flicker, jitter, abrupt camera movement, jump cuts, cluttered background, swarming insects, horror mood, rain, neon lighting, text, captions, logos, watermark, interface elements",
            "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": "44927bfc-3778-4081-aab6-610579e8861c",
      "model": "klingai:1@1",
      "positivePrompt": "Five-second luxury fashion product showcase, composed for 16:9 landscape. In a sunlit ochre studio inspired by a modern apiary, a poised female model wears an ivory technical beekeeping jacket with honeycomb quilting, structured shoulders, brass snaps, cream leather gloves, and a sculptural wide-brim mesh veil. Unpainted cedar hive boxes form sparse geometric plinths in the background. The model begins in a strong three-quarter pose, slowly turns her torso toward camera, then gently raises one gloved hand to reveal the jacket cuff and fastening details. The camera performs one smooth, controlled dolly-in with a subtle arc from waist-up framing to a refined chest-and-veil close-up. Warm late-afternoon light passes through the mesh, creating delicate grid shadows across the fabric; restrained palette of beeswax gold, raw cedar, ivory, and muted amber. Crisp garment texture, realistic stitching and materials, premium agricultural workwear editorial, calm assured mood, natural human motion, shallow depth of field, polished cinematic photography, no cuts, no text, no logo.",
      "negativePrompt": "Deformed hands, extra fingers, distorted face, warped veil, changing garment design, flicker, jitter, abrupt camera movement, jump cuts, cluttered background, swarming insects, horror mood, rain, neon lighting, text, captions, logos, watermark, interface elements",
      "width": 1280,
      "height": 720,
      "duration": 5
    }
  ]'
runware run klingai:1@1 \
  positivePrompt="Five-second luxury fashion product showcase, composed for 16:9 landscape. In a sunlit ochre studio inspired by a modern apiary, a poised female model wears an ivory technical beekeeping jacket with honeycomb quilting, structured shoulders, brass snaps, cream leather gloves, and a sculptural wide-brim mesh veil. Unpainted cedar hive boxes form sparse geometric plinths in the background. The model begins in a strong three-quarter pose, slowly turns her torso toward camera, then gently raises one gloved hand to reveal the jacket cuff and fastening details. The camera performs one smooth, controlled dolly-in with a subtle arc from waist-up framing to a refined chest-and-veil close-up. Warm late-afternoon light passes through the mesh, creating delicate grid shadows across the fabric; restrained palette of beeswax gold, raw cedar, ivory, and muted amber. Crisp garment texture, realistic stitching and materials, premium agricultural workwear editorial, calm assured mood, natural human motion, shallow depth of field, polished cinematic photography, no cuts, no text, no logo." \
  negativePrompt="Deformed hands, extra fingers, distorted face, warped veil, changing garment design, flicker, jitter, abrupt camera movement, jump cuts, cluttered background, swarming insects, horror mood, rain, neon lighting, text, captions, logos, watermark, interface elements" \
  width=1280 \
  height=720 \
  duration=5
{
  "taskType": "videoInference",
  "taskUUID": "44927bfc-3778-4081-aab6-610579e8861c",
  "model": "klingai:1@1",
  "positivePrompt": "Five-second luxury fashion product showcase, composed for 16:9 landscape. In a sunlit ochre studio inspired by a modern apiary, a poised female model wears an ivory technical beekeeping jacket with honeycomb quilting, structured shoulders, brass snaps, cream leather gloves, and a sculptural wide-brim mesh veil. Unpainted cedar hive boxes form sparse geometric plinths in the background. The model begins in a strong three-quarter pose, slowly turns her torso toward camera, then gently raises one gloved hand to reveal the jacket cuff and fastening details. The camera performs one smooth, controlled dolly-in with a subtle arc from waist-up framing to a refined chest-and-veil close-up. Warm late-afternoon light passes through the mesh, creating delicate grid shadows across the fabric; restrained palette of beeswax gold, raw cedar, ivory, and muted amber. Crisp garment texture, realistic stitching and materials, premium agricultural workwear editorial, calm assured mood, natural human motion, shallow depth of field, polished cinematic photography, no cuts, no text, no logo.",
  "negativePrompt": "Deformed hands, extra fingers, distorted face, warped veil, changing garment design, flicker, jitter, abrupt camera movement, jump cuts, cluttered background, swarming insects, horror mood, rain, neon lighting, text, captions, logos, watermark, interface elements",
  "width": 1280,
  "height": 720,
  "duration": 5
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "44927bfc-3778-4081-aab6-610579e8861c",
  "videoUUID": "b23533f6-7a0d-460f-9520-9b783d48e97c",
  "videoURL": "https://vm.runware.ai/video/os/a01d21/ws/5/vi/b23533f6-7a0d-460f-9520-9b783d48e97c.mp4",
  "seed": 1328748155,
  "cost": 0.0924
}
first-frame

Arctic Seed Vault Title Teaser

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: 'The silent Arctic seed archive holds perfectly still as the camera begins a slow, precise push toward the frost-covered black glass specimen drawer. Fine ice crystals sparkle beneath the cold overhead lights. Frost gradually sublimates from the center outward in delicate branching patterns, exposing dormant grains and seeds sealed beneath the glass. A restrained amber glow travels through them like a pulse of returning life, contrasting with the glacier-white chamber. Tiny crystals lift into the air and drift past the lens while the distant corridor falls softly out of focus. By the seventh second, the clearing frost reveals the single etched title DORMANT in large, elegant, uppercase condensed serif lettering centered beneath the glass. The title catches a narrow copper highlight as the camera settles. End on a composed, motionless hero frame with the title sharply legible, seeds surrounding it, and faint freezer vapor moving in the background. One continuous cinematic shot, photorealistic practical effects, premium natural-history documentary tone, restrained and quietly hopeful, symmetrical portrait composition.',
  negativePrompt: 'People, hands, rain, city, neon lighting, handheld shake, rapid zoom, jump cuts, chaotic motion, fantasy creatures, excessive particles, warped architecture, illegible title, misspelled title, duplicate letters, extra words, subtitles, logos, watermarks, interface elements, cartoon styling, oversaturated colors.',
  width: 720,
  height: 1280,
  duration: 10,
  inputs: {
    frameImages: [
      {
        image: 'https://assets.runware.ai/assets/inputs/ed9f488a-6f6b-4a76-ba23-4bc29517f263.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": "The silent Arctic seed archive holds perfectly still as the camera begins a slow, precise push toward the frost-covered black glass specimen drawer. Fine ice crystals sparkle beneath the cold overhead lights. Frost gradually sublimates from the center outward in delicate branching patterns, exposing dormant grains and seeds sealed beneath the glass. A restrained amber glow travels through them like a pulse of returning life, contrasting with the glacier-white chamber. Tiny crystals lift into the air and drift past the lens while the distant corridor falls softly out of focus. By the seventh second, the clearing frost reveals the single etched title DORMANT in large, elegant, uppercase condensed serif lettering centered beneath the glass. The title catches a narrow copper highlight as the camera settles. End on a composed, motionless hero frame with the title sharply legible, seeds surrounding it, and faint freezer vapor moving in the background. One continuous cinematic shot, photorealistic practical effects, premium natural-history documentary tone, restrained and quietly hopeful, symmetrical portrait composition.",
            "negativePrompt": "People, hands, rain, city, neon lighting, handheld shake, rapid zoom, jump cuts, chaotic motion, fantasy creatures, excessive particles, warped architecture, illegible title, misspelled title, duplicate letters, extra words, subtitles, logos, watermarks, interface elements, cartoon styling, oversaturated colors.",
            "width": 720,
            "height": 1280,
            "duration": 10,
            "inputs": {
                "frameImages": [
                    {
                        "image": "https://assets.runware.ai/assets/inputs/ed9f488a-6f6b-4a76-ba23-4bc29517f263.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": "61cf9b35-1fe6-49e9-a98c-5d88a84c6fcd",
      "model": "klingai:1@1",
      "positivePrompt": "The silent Arctic seed archive holds perfectly still as the camera begins a slow, precise push toward the frost-covered black glass specimen drawer. Fine ice crystals sparkle beneath the cold overhead lights. Frost gradually sublimates from the center outward in delicate branching patterns, exposing dormant grains and seeds sealed beneath the glass. A restrained amber glow travels through them like a pulse of returning life, contrasting with the glacier-white chamber. Tiny crystals lift into the air and drift past the lens while the distant corridor falls softly out of focus. By the seventh second, the clearing frost reveals the single etched title DORMANT in large, elegant, uppercase condensed serif lettering centered beneath the glass. The title catches a narrow copper highlight as the camera settles. End on a composed, motionless hero frame with the title sharply legible, seeds surrounding it, and faint freezer vapor moving in the background. One continuous cinematic shot, photorealistic practical effects, premium natural-history documentary tone, restrained and quietly hopeful, symmetrical portrait composition.",
      "negativePrompt": "People, hands, rain, city, neon lighting, handheld shake, rapid zoom, jump cuts, chaotic motion, fantasy creatures, excessive particles, warped architecture, illegible title, misspelled title, duplicate letters, extra words, subtitles, logos, watermarks, interface elements, cartoon styling, oversaturated colors.",
      "width": 720,
      "height": 1280,
      "duration": 10,
      "inputs": {
        "frameImages": [
          {
            "image": "https://assets.runware.ai/assets/inputs/ed9f488a-6f6b-4a76-ba23-4bc29517f263.jpg",
            "frame": "first"
          }
        ]
      }
    }
  ]'
runware run klingai:1@1 \
  positivePrompt="The silent Arctic seed archive holds perfectly still as the camera begins a slow, precise push toward the frost-covered black glass specimen drawer. Fine ice crystals sparkle beneath the cold overhead lights. Frost gradually sublimates from the center outward in delicate branching patterns, exposing dormant grains and seeds sealed beneath the glass. A restrained amber glow travels through them like a pulse of returning life, contrasting with the glacier-white chamber. Tiny crystals lift into the air and drift past the lens while the distant corridor falls softly out of focus. By the seventh second, the clearing frost reveals the single etched title DORMANT in large, elegant, uppercase condensed serif lettering centered beneath the glass. The title catches a narrow copper highlight as the camera settles. End on a composed, motionless hero frame with the title sharply legible, seeds surrounding it, and faint freezer vapor moving in the background. One continuous cinematic shot, photorealistic practical effects, premium natural-history documentary tone, restrained and quietly hopeful, symmetrical portrait composition." \
  negativePrompt="People, hands, rain, city, neon lighting, handheld shake, rapid zoom, jump cuts, chaotic motion, fantasy creatures, excessive particles, warped architecture, illegible title, misspelled title, duplicate letters, extra words, subtitles, logos, watermarks, interface elements, cartoon styling, oversaturated colors." \
  width=720 \
  height=1280 \
  duration=10 \
  inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/ed9f488a-6f6b-4a76-ba23-4bc29517f263.jpg \
  inputs.frameImages.0.frame=first
{
  "taskType": "videoInference",
  "taskUUID": "61cf9b35-1fe6-49e9-a98c-5d88a84c6fcd",
  "model": "klingai:1@1",
  "positivePrompt": "The silent Arctic seed archive holds perfectly still as the camera begins a slow, precise push toward the frost-covered black glass specimen drawer. Fine ice crystals sparkle beneath the cold overhead lights. Frost gradually sublimates from the center outward in delicate branching patterns, exposing dormant grains and seeds sealed beneath the glass. A restrained amber glow travels through them like a pulse of returning life, contrasting with the glacier-white chamber. Tiny crystals lift into the air and drift past the lens while the distant corridor falls softly out of focus. By the seventh second, the clearing frost reveals the single etched title DORMANT in large, elegant, uppercase condensed serif lettering centered beneath the glass. The title catches a narrow copper highlight as the camera settles. End on a composed, motionless hero frame with the title sharply legible, seeds surrounding it, and faint freezer vapor moving in the background. One continuous cinematic shot, photorealistic practical effects, premium natural-history documentary tone, restrained and quietly hopeful, symmetrical portrait composition.",
  "negativePrompt": "People, hands, rain, city, neon lighting, handheld shake, rapid zoom, jump cuts, chaotic motion, fantasy creatures, excessive particles, warped architecture, illegible title, misspelled title, duplicate letters, extra words, subtitles, logos, watermarks, interface elements, cartoon styling, oversaturated colors.",
  "width": 720,
  "height": 1280,
  "duration": 10,
  "inputs": {
    "frameImages": [
      {
        "image": "https://assets.runware.ai/assets/inputs/ed9f488a-6f6b-4a76-ba23-4bc29517f263.jpg",
        "frame": "first"
      }
    ]
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "61cf9b35-1fe6-49e9-a98c-5d88a84c6fcd",
  "videoUUID": "ae5a0740-42b3-47e8-ae64-2cc84f1ae3e3",
  "videoURL": "https://vm.runware.ai/video/os/a08dlim3/ws/5/vi/ae5a0740-42b3-47e8-ae64-2cc84f1ae3e3.mp4",
  "seed": 1188895626,
  "cost": 0.1848
}
first-last-frame

Museum Textile Care Presenter

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: 'Create a coherent five-second museum staff-training presenter clip connecting the supplied first and last frames. The textile conservator looks directly into the lens and delivers one concise instructional sentence with subtle, natural mouth movement and steady eye contact. She begins with both gloved hands near the worktable, gives a slight reassuring nod, then smoothly raises her right hand into the final open-palm caution gesture while her left hand stays near the textile. Include restrained facial expression changes, one natural blink and minimal shoulder movement. Preserve her exact identity, salt-and-pepper hair, glasses, indigo lab coat, burnt-orange gloves, body proportions and position throughout. Keep the velvet textile, loupe, table and colorful conservation studio completely consistent. Locked eye-level camera with only a nearly imperceptible editorial push-in; bright soft daylight, calm authoritative mood, realistic professional training-video motion. No cuts, overlays or captions.',
  negativePrompt: 'Identity changes, wardrobe changes, extra fingers, deformed hands, erratic gestures, exaggerated lip motion, wandering gaze, object movement, textile distortion, camera shake, scene cuts, lighting flicker, background warping, text, subtitles, logos, watermarks',
  width: 720,
  height: 720,
  duration: 5,
  inputs: {
    frameImages: [
      {
        image: 'https://assets.runware.ai/assets/inputs/7cfa3219-8d47-444d-aeed-8139fe889ba8.jpg',
        frame: 'first'
      },
      {
        image: 'https://assets.runware.ai/assets/inputs/d61caa57-aadc-49d9-85e7-7890a4b071e2.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@1",
            "positivePrompt": "Create a coherent five-second museum staff-training presenter clip connecting the supplied first and last frames. The textile conservator looks directly into the lens and delivers one concise instructional sentence with subtle, natural mouth movement and steady eye contact. She begins with both gloved hands near the worktable, gives a slight reassuring nod, then smoothly raises her right hand into the final open-palm caution gesture while her left hand stays near the textile. Include restrained facial expression changes, one natural blink and minimal shoulder movement. Preserve her exact identity, salt-and-pepper hair, glasses, indigo lab coat, burnt-orange gloves, body proportions and position throughout. Keep the velvet textile, loupe, table and colorful conservation studio completely consistent. Locked eye-level camera with only a nearly imperceptible editorial push-in; bright soft daylight, calm authoritative mood, realistic professional training-video motion. No cuts, overlays or captions.",
            "negativePrompt": "Identity changes, wardrobe changes, extra fingers, deformed hands, erratic gestures, exaggerated lip motion, wandering gaze, object movement, textile distortion, camera shake, scene cuts, lighting flicker, background warping, text, subtitles, logos, watermarks",
            "width": 720,
            "height": 720,
            "duration": 5,
            "inputs": {
                "frameImages": [
                    {
                        "image": "https://assets.runware.ai/assets/inputs/7cfa3219-8d47-444d-aeed-8139fe889ba8.jpg",
                        "frame": "first"
                    },
                    {
                        "image": "https://assets.runware.ai/assets/inputs/d61caa57-aadc-49d9-85e7-7890a4b071e2.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": "c4a124ef-fedb-4da0-9bbc-b50d401a9b49",
      "model": "klingai:1@1",
      "positivePrompt": "Create a coherent five-second museum staff-training presenter clip connecting the supplied first and last frames. The textile conservator looks directly into the lens and delivers one concise instructional sentence with subtle, natural mouth movement and steady eye contact. She begins with both gloved hands near the worktable, gives a slight reassuring nod, then smoothly raises her right hand into the final open-palm caution gesture while her left hand stays near the textile. Include restrained facial expression changes, one natural blink and minimal shoulder movement. Preserve her exact identity, salt-and-pepper hair, glasses, indigo lab coat, burnt-orange gloves, body proportions and position throughout. Keep the velvet textile, loupe, table and colorful conservation studio completely consistent. Locked eye-level camera with only a nearly imperceptible editorial push-in; bright soft daylight, calm authoritative mood, realistic professional training-video motion. No cuts, overlays or captions.",
      "negativePrompt": "Identity changes, wardrobe changes, extra fingers, deformed hands, erratic gestures, exaggerated lip motion, wandering gaze, object movement, textile distortion, camera shake, scene cuts, lighting flicker, background warping, text, subtitles, logos, watermarks",
      "width": 720,
      "height": 720,
      "duration": 5,
      "inputs": {
        "frameImages": [
          {
            "image": "https://assets.runware.ai/assets/inputs/7cfa3219-8d47-444d-aeed-8139fe889ba8.jpg",
            "frame": "first"
          },
          {
            "image": "https://assets.runware.ai/assets/inputs/d61caa57-aadc-49d9-85e7-7890a4b071e2.jpg",
            "frame": "last"
          }
        ]
      }
    }
  ]'
runware run klingai:1@1 \
  positivePrompt="Create a coherent five-second museum staff-training presenter clip connecting the supplied first and last frames. The textile conservator looks directly into the lens and delivers one concise instructional sentence with subtle, natural mouth movement and steady eye contact. She begins with both gloved hands near the worktable, gives a slight reassuring nod, then smoothly raises her right hand into the final open-palm caution gesture while her left hand stays near the textile. Include restrained facial expression changes, one natural blink and minimal shoulder movement. Preserve her exact identity, salt-and-pepper hair, glasses, indigo lab coat, burnt-orange gloves, body proportions and position throughout. Keep the velvet textile, loupe, table and colorful conservation studio completely consistent. Locked eye-level camera with only a nearly imperceptible editorial push-in; bright soft daylight, calm authoritative mood, realistic professional training-video motion. No cuts, overlays or captions." \
  negativePrompt="Identity changes, wardrobe changes, extra fingers, deformed hands, erratic gestures, exaggerated lip motion, wandering gaze, object movement, textile distortion, camera shake, scene cuts, lighting flicker, background warping, text, subtitles, logos, watermarks" \
  width=720 \
  height=720 \
  duration=5 \
  inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/7cfa3219-8d47-444d-aeed-8139fe889ba8.jpg \
  inputs.frameImages.0.frame=first \
  inputs.frameImages.1.image=https://assets.runware.ai/assets/inputs/d61caa57-aadc-49d9-85e7-7890a4b071e2.jpg \
  inputs.frameImages.1.frame=last
{
  "taskType": "videoInference",
  "taskUUID": "c4a124ef-fedb-4da0-9bbc-b50d401a9b49",
  "model": "klingai:1@1",
  "positivePrompt": "Create a coherent five-second museum staff-training presenter clip connecting the supplied first and last frames. The textile conservator looks directly into the lens and delivers one concise instructional sentence with subtle, natural mouth movement and steady eye contact. She begins with both gloved hands near the worktable, gives a slight reassuring nod, then smoothly raises her right hand into the final open-palm caution gesture while her left hand stays near the textile. Include restrained facial expression changes, one natural blink and minimal shoulder movement. Preserve her exact identity, salt-and-pepper hair, glasses, indigo lab coat, burnt-orange gloves, body proportions and position throughout. Keep the velvet textile, loupe, table and colorful conservation studio completely consistent. Locked eye-level camera with only a nearly imperceptible editorial push-in; bright soft daylight, calm authoritative mood, realistic professional training-video motion. No cuts, overlays or captions.",
  "negativePrompt": "Identity changes, wardrobe changes, extra fingers, deformed hands, erratic gestures, exaggerated lip motion, wandering gaze, object movement, textile distortion, camera shake, scene cuts, lighting flicker, background warping, text, subtitles, logos, watermarks",
  "width": 720,
  "height": 720,
  "duration": 5,
  "inputs": {
    "frameImages": [
      {
        "image": "https://assets.runware.ai/assets/inputs/7cfa3219-8d47-444d-aeed-8139fe889ba8.jpg",
        "frame": "first"
      },
      {
        "image": "https://assets.runware.ai/assets/inputs/d61caa57-aadc-49d9-85e7-7890a4b071e2.jpg",
        "frame": "last"
      }
    ]
  }
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "c4a124ef-fedb-4da0-9bbc-b50d401a9b49",
  "videoUUID": "de2f287b-b608-4dec-b183-54323cbbf5e7",
  "videoURL": "https://vm.runware.ai/video/os/a07dlim3/ws/5/vi/de2f287b-b608-4dec-b183-54323cbbf5e7.mp4",
  "seed": 2017165161,
  "cost": 0.0924
}
Text to Video

Rain-Slick Alley Noodle Stall

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 richly detailed nighttime alley in a dense East Asian city, viewed in a cinematic wide shot. A tiny noodle stall glows under striped awnings while warm steam rises from metal pots into cool rainy air. A young street chef in a clear plastic poncho works quickly, tossing noodles, ladling broth, and sliding bowls across a narrow counter to two tired delivery riders in reflective jackets. Neon signs flicker in puddles, scooters pass at the far end of the lane, hanging cables sway slightly, and paper menus flutter from the damp wall. Camera begins with a slow push-in from the alley entrance, then gently drifts sideways to reveal the stall interior and the chef\'s hands in motion. Realistic lighting, wet surfaces, subtle depth, natural human movement, atmospheric steam, rain droplets, believable reflections, grounded cinematic realism.',
  negativePrompt: 'low detail, blurry faces, distorted hands, extra limbs, jittery motion, warped anatomy, duplicate people, frozen action, oversaturated colors, flat lighting, text artifacts, logos, watermarks, frame flicker, abrupt camera shake, cartoon style, fantasy elements',
  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 richly detailed nighttime alley in a dense East Asian city, viewed in a cinematic wide shot. A tiny noodle stall glows under striped awnings while warm steam rises from metal pots into cool rainy air. A young street chef in a clear plastic poncho works quickly, tossing noodles, ladling broth, and sliding bowls across a narrow counter to two tired delivery riders in reflective jackets. Neon signs flicker in puddles, scooters pass at the far end of the lane, hanging cables sway slightly, and paper menus flutter from the damp wall. Camera begins with a slow push-in from the alley entrance, then gently drifts sideways to reveal the stall interior and the chef's hands in motion. Realistic lighting, wet surfaces, subtle depth, natural human movement, atmospheric steam, rain droplets, believable reflections, grounded cinematic realism.",
            "negativePrompt": "low detail, blurry faces, distorted hands, extra limbs, jittery motion, warped anatomy, duplicate people, frozen action, oversaturated colors, flat lighting, text artifacts, logos, watermarks, frame flicker, abrupt camera shake, cartoon style, fantasy elements",
            "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": "46b6b562-444e-4eb5-b56b-ab8145b4cc7c",
      "model": "klingai:1@1",
      "positivePrompt": "A richly detailed nighttime alley in a dense East Asian city, viewed in a cinematic wide shot. A tiny noodle stall glows under striped awnings while warm steam rises from metal pots into cool rainy air. A young street chef in a clear plastic poncho works quickly, tossing noodles, ladling broth, and sliding bowls across a narrow counter to two tired delivery riders in reflective jackets. Neon signs flicker in puddles, scooters pass at the far end of the lane, hanging cables sway slightly, and paper menus flutter from the damp wall. Camera begins with a slow push-in from the alley entrance, then gently drifts sideways to reveal the stall interior and the chef's hands in motion. Realistic lighting, wet surfaces, subtle depth, natural human movement, atmospheric steam, rain droplets, believable reflections, grounded cinematic realism.",
      "negativePrompt": "low detail, blurry faces, distorted hands, extra limbs, jittery motion, warped anatomy, duplicate people, frozen action, oversaturated colors, flat lighting, text artifacts, logos, watermarks, frame flicker, abrupt camera shake, cartoon style, fantasy elements",
      "width": 1280,
      "height": 720,
      "duration": 10,
      "CFGScale": 0.5
    }
  ]'
runware run klingai:1@1 \
  positivePrompt="A richly detailed nighttime alley in a dense East Asian city, viewed in a cinematic wide shot. A tiny noodle stall glows under striped awnings while warm steam rises from metal pots into cool rainy air. A young street chef in a clear plastic poncho works quickly, tossing noodles, ladling broth, and sliding bowls across a narrow counter to two tired delivery riders in reflective jackets. Neon signs flicker in puddles, scooters pass at the far end of the lane, hanging cables sway slightly, and paper menus flutter from the damp wall. Camera begins with a slow push-in from the alley entrance, then gently drifts sideways to reveal the stall interior and the chef's hands in motion. Realistic lighting, wet surfaces, subtle depth, natural human movement, atmospheric steam, rain droplets, believable reflections, grounded cinematic realism." \
  negativePrompt="low detail, blurry faces, distorted hands, extra limbs, jittery motion, warped anatomy, duplicate people, frozen action, oversaturated colors, flat lighting, text artifacts, logos, watermarks, frame flicker, abrupt camera shake, cartoon style, fantasy elements" \
  width=1280 \
  height=720 \
  duration=10 \
  CFGScale=0.5
{
  "taskType": "videoInference",
  "taskUUID": "46b6b562-444e-4eb5-b56b-ab8145b4cc7c",
  "model": "klingai:1@1",
  "positivePrompt": "A richly detailed nighttime alley in a dense East Asian city, viewed in a cinematic wide shot. A tiny noodle stall glows under striped awnings while warm steam rises from metal pots into cool rainy air. A young street chef in a clear plastic poncho works quickly, tossing noodles, ladling broth, and sliding bowls across a narrow counter to two tired delivery riders in reflective jackets. Neon signs flicker in puddles, scooters pass at the far end of the lane, hanging cables sway slightly, and paper menus flutter from the damp wall. Camera begins with a slow push-in from the alley entrance, then gently drifts sideways to reveal the stall interior and the chef's hands in motion. Realistic lighting, wet surfaces, subtle depth, natural human movement, atmospheric steam, rain droplets, believable reflections, grounded cinematic realism.",
  "negativePrompt": "low detail, blurry faces, distorted hands, extra limbs, jittery motion, warped anatomy, duplicate people, frozen action, oversaturated colors, flat lighting, text artifacts, logos, watermarks, frame flicker, abrupt camera shake, cartoon style, fantasy elements",
  "width": 1280,
  "height": 720,
  "duration": 10,
  "CFGScale": 0.5
}
Response
{
  "taskType": "videoInference",
  "taskUUID": "46b6b562-444e-4eb5-b56b-ab8145b4cc7c",
  "videoUUID": "bab9657c-997b-49b7-9173-c84e52f220d2",
  "videoURL": "https://vm.runware.ai/video/os/a16d07/ws/5/vi/bab9657c-997b-49b7-9173-c84e52f220d2.mp4",
  "seed": 1584540552,
  "cost": 0.1848
}
Text to Video

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
}
Response
{
  "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
}
Text to Video

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
}
Response
{
  "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
}
Text to Video

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"
      }
    ]
  }
}
Response
{
  "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
}