kling-3-0

作者: doany-ai

RunComfy上的Kling 3.0视频生成。Kling 3.0(也称Kling V3.0)是快手科技第三代多镜头视频模型,具备原生同步音频及跨镜头一致的角色身份。该技能覆盖全部六个Kling 3.0端点,涵盖三种渲染级别(标准、专业、4K)和两种模式(文生视频、图生视频)。通过本地RunComfy CLI调用runcomfy run kling/kling-3.0/ /。触发词为"kling"、"kling 3.0"、"kling v3"、"kling pro"等。

npx skills add https://github.com/doany-ai/skills --skill kling-3-0

Kling 3.0 - Pro Pack on RunComfy

runcomfy.com · docs · GitHub

Kling 3.0 is Kuaishou Technology's third-generation cinematic video model. This skill covers all six Kling 3.0 rendering endpoints on RunComfy: three quality tiers (Standard, Pro, 4K) across two modes (text-to-video and image-to-video).

What Kling 3.0 is

Kling 3.0 is the V3 generation of the Kling video model. It produces multi-shot cinematic video with synchronized native audio, consistent character identity across shots, and physics-aware motion. Compared to Kling 2.x, Kling 3.0 supports longer clips (up to 15 seconds), native 4K output on the 4K tier, and a unified multi-prompt segment system that lets one Kling 3.0 generation contain several distinct scenes with controlled transitions.

Kling 3.0 ships in three rendering tiers on RunComfy, each available as text-to-video or image-to-video:

  • Standard - cheapest tier, up to 1080p output. Use Kling 3.0 Standard for fast iteration, previews, A/B variants, social shorts.
  • Pro - highest fidelity at 1080p. Use Kling V3.0 Pro for hero-quality 1080p clips where motion realism and identity preservation matter most.
  • 4K - native 3840x2160 output. Use Kling V3.0 4K for high-resolution brand films, big-screen cinematic sequences, and finished masters at native resolution.

All three tiers share the same Kling 3.0 multi-shot architecture. Tiers differ in resolution ceiling, motion-fidelity budget, and pricing.

The 6 Kling 3.0 endpoints

Each endpoint corresponds to one (tier, mode) pair. All six endpoints share the same Kling 3.0 base model.

EndpointAnchorResolutionRate (no audio)Rate (with audio)
kling/kling-3.0/standard/text-to-videoKling 3.0 Standard t2vup to 1080p$0.084/s$0.126/s
kling/kling-3.0/standard/image-to-videoKling 3.0 Standard Image to Videoup to 1080p$0.084/s$0.126/s
kling/kling-3.0/pro/text-to-videoKling V3.0 Pro Text-to-Video1080p$0.112/s$0.168/s
kling/kling-3.0/pro/image-to-videoKling V3.0 Pro Image-to-Video1080p$0.112/s$0.168/s
kling/kling-3.0/4k/text-to-videoKling V3.0 4K Text-to-Video3840x2160$0.42/s flat$0.42/s flat
kling/kling-3.0/4k/image-to-videoKling V3.0 4K Image-to-Video3840x2160$0.42/s flat$0.42/s flat

The 4K tier prices the same regardless of audio. Standard and Pro tiers charge ~50% more per second when audio is enabled.

When to pick which Kling 3.0 tier

Pick a Kling 3.0 tier based on the output's role in the pipeline.

  • Drafts, previews, social shorts, A/B variants: Kling 3.0 Standard. Cheapest. Quality is fine for everything except hero shots.
  • Hero 1080p clips, ad creative, talking heads with high motion fidelity: Kling V3.0 Pro. About 33% more expensive than Standard for noticeably tighter motion and identity hold at the same resolution.
  • 4K brand films, big-screen cinematic, finished masters: Kling V3.0 4K. Native 3840x2160 (no upscale step). Flat $0.42/s makes budgeting predictable. Use only when the output truly needs 4K - it is roughly 5x the cost of Standard.

Pick the mode based on whether you have a source image:

  • Text-to-Video (t2v): prompt only, Kling 3.0 generates the look from scratch. Use Kling 3.0 t2v for novel scenes, brand new compositions, environments without an existing reference.
  • Image-to-Video (i2v): prompt + source image, Kling 3.0 animates the image. Use Kling 3.0 i2v when you have an exact reference (face, product, scene) that must survive into the output.

If the user explicitly asked for Kling 3.0, Kling V3.0, Kling Pro, or Kling 4K, route to this skill regardless.

Prerequisites

  1. RunComfy CLI: npm i -g @runcomfy/cli
  2. RunComfy account: runcomfy login opens a browser device-code flow.
  3. CI / containers: set RUNCOMFY_TOKEN=<token> instead of runcomfy login.
  4. For i2v endpoints: a publicly fetchable source image URL (HTTPS, JPEG/PNG/WebP).

Input schema (shared across all 6 Kling 3.0 endpoints)

FieldTypeRequiredDefaultNotes
promptstringyes-Text description of scene, motion, camera, atmosphere. Multi-segment prompts supported via prompt_segments for scene transitions in one Kling 3.0 generation.
image_urlstringyes (i2v only)-Source image for Kling 3.0 i2v. HTTPS URL. JPEG/PNG/WebP.
tail_image_urlstringno (i2v only)-Optional ending image for controlled start-to-end frame transition on Kling 3.0 i2v.
negative_promptstringno-Elements to exclude from the Kling 3.0 output.
durationintno53-15 seconds per Kling 3.0 generation.
aspect_ratioenumno16:916:9, 9:16, 1:1, 4:3, 3:4, 21:9.
cfg_scalefloatno0.5Prompt guidance strength. Higher = stricter adherence to prompt.
generate_audioboolnofalseEnable Kling 3.0 in-pass synchronized audio. Adds cost on Standard and Pro tiers; flat-rate on 4K.
seedintno-Reproducibility for Kling 3.0 variant testing.

How to invoke each Kling 3.0 endpoint

Kling 3.0 Standard text-to-video (cheapest 1080p draft):

runcomfy run kling/kling-3.0/standard/text-to-video \
  --input '{
    "prompt": "<Kling 3.0 prompt>",
    "duration": 5,
    "aspect_ratio": "16:9"
  }' \
  --output-dir <absolute/path>

Kling 3.0 Standard image-to-video (animate a still):

runcomfy run kling/kling-3.0/standard/image-to-video \
  --input '{
    "prompt": "<motion description for Kling 3.0 i2v>",
    "image_url": "https://.../source.jpg",
    "duration": 5
  }' \
  --output-dir <absolute/path>

Kling V3.0 Pro text-to-video (highest 1080p fidelity):

runcomfy run kling/kling-3.0/pro/text-to-video \
  --input '{
    "prompt": "<Kling 3.0 Pro prompt>",
    "duration": 8,
    "aspect_ratio": "16:9",
    "generate_audio": true
  }' \
  --output-dir <absolute/path>

Kling V3.0 Pro image-to-video (hero animation from source image):

runcomfy run kling/kling-3.0/pro/image-to-video \
  --input '{
    "prompt": "<motion description for Kling V3.0 Pro i2v>",
    "image_url": "https://.../subject.jpg",
    "duration": 8,
    "generate_audio": true
  }' \
  --output-dir <absolute/path>

Kling V3.0 4K text-to-video (native 4K cinematic):

runcomfy run kling/kling-3.0/4k/text-to-video \
  --input '{
    "prompt": "<Kling V3.0 4K prompt>",
    "duration": 10,
    "aspect_ratio": "16:9",
    "generate_audio": true
  }' \
  --output-dir <absolute/path>

Kling V3.0 4K image-to-video (4K animation of a reference image):

runcomfy run kling/kling-3.0/4k/image-to-video \
  --input '{
    "prompt": "<motion description for Kling V3.0 4K i2v>",
    "image_url": "https://.../source-4k.jpg",
    "duration": 10,
    "generate_audio": true
  }' \
  --output-dir <absolute/path>

The CLI submits the Kling 3.0 request, polls every 2s, fetches the result, and downloads any *.runcomfy.net / *.runcomfy.com URL into --output-dir.

Prompting Kling 3.0 - what works

Kling 3.0 responds to specific prompting patterns better than naive prose.

Lead with motion and camera language. Kling 3.0 reads "wide shot, slow push-in", "tracking shot, low angle", "handheld follow" as real directives. Front-load these.

Multi-shot in one Kling 3.0 generation. A single Kling 3.0 prompt can describe a sequence of shots. Number them: "Shot 1: wide of the cafe at dusk. Shot 2: medium close-up of the barista. Shot 3: tight on the espresso pour." Kling 3.0 will preserve identity (face, wardrobe, props) across the shots.

Identity anchors for i2v. When using Kling 3.0 i2v, restate what should remain stable: "preserve the subject's face, pose, and clothing; only the camera moves and the background changes."

tail_image_url for controlled endings. On Kling 3.0 i2v, supply a tail image to lock the final frame. Kling 3.0 will interpolate motion from source to tail.

generate_audio: true for one-pass dialogue. Describe what Kling 3.0 should produce in audio: "warm friendly tone, English voiceover" or "city ambience, distant traffic, no dialogue." Audio adds cost on Standard / Pro; flat on 4K.

cfg_scale tuning. Default 0.5 works for most Kling 3.0 prompts. Raise to 0.7-0.9 for strict prompt adherence on stylized output. Lower to 0.3-0.4 for natural motion when the prompt is loose.

Anti-patterns:

  • Conflicting style cues in one Kling 3.0 prompt -> simplify, pick one or two style anchors.
  • Asking for greater than 15 seconds in one Kling 3.0 call -> 422 error; segment the script and stitch.
  • Aspect ratios outside the supported set -> rejected.
  • For Kling V3.0 4K, demanding aggressive multi-shot story plus 15s plus dialogue plus 6 cuts -> Kling 3.0 will deliver, but cost climbs to about $6.30 per generation. Validate with Standard first.

Where Kling 3.0 shines

Use caseBest Kling 3.0 endpoint
Cinematic 1080p brand stories with consistent charactersKling V3.0 Pro (t2v or i2v)
Native 4K hero films and big-screen cinematicKling V3.0 4K (t2v or i2v)
Cheap iteration, social-first shorts, A/B variantsKling 3.0 Standard t2v
Animating brand assets, product photos, character artKling 3.0 Standard i2v or Kling V3.0 Pro i2v
Multi-shot ads with synchronized dialogue in one passKling V3.0 Pro with generate_audio: true
Premium 4K finished masters with native audioKling V3.0 4K with generate_audio: true (flat rate)

Sample Kling 3.0 prompts

Kling 3.0 cinematic multi-shot (Pro tier recommended):

Cinematic multi-shot of a young American couple celebrating their
anniversary at a candlelit rooftop restaurant. Shot 1: wide of the
city skyline at golden hour. Shot 2: medium two-shot, the couple
toasting. Shot 3: tight on the woman's smile, soft bokeh, warm fill
light. Subtle ambient string music, gentle wind, distant traffic.

Kling 3.0 i2v (animate a portrait, 4K tier):

Gentle camera dolly-in on the subject from the source image. Subtle
breathing motion, identity-stable features, soft natural light,
shallow depth of field. Background: warm golden-hour glow with a
slow drift of dust motes. No dialogue, only ambient room tone.

Kling 3.0 vertical short (Standard tier, 9:16):

9:16 vertical. A barista in a black apron pulls a single espresso
shot, steam rising into morning sun, rich crema slowly forming.
Close-up handheld, shallow depth of field, warm cafe ambience and
the hiss of the steam wand.

Kling 3.0 FAQ

What is the maximum duration of a Kling 3.0 clip? 15 seconds per generation across all three tiers. For longer narratives, segment the script into multiple Kling 3.0 calls and stitch.

How is Kling V3.0 4K priced compared to Standard and Pro? Kling V3.0 4K is a flat $0.42 per second whether or not audio is enabled. Standard is $0.084/s without audio (cheapest). Pro is $0.112/s without audio. The 4K tier costs roughly 5x Standard for the resolution upgrade.

Does Kling 3.0 support multi-shot in a single generation? Yes. All Kling 3.0 endpoints accept multi-segment prompts. Number the shots ("Shot 1:", "Shot 2:", etc.) and Kling 3.0 will preserve character identity across them.

Can Kling 3.0 generate audio? Yes. Set generate_audio: true. Kling 3.0 produces synchronized dialogue, ambient sound, and music in the same generation pass. On 4K the price stays flat at $0.42/s; on Standard / Pro the rate jumps about 50% with audio.

What aspect ratios does Kling 3.0 support? 16:9, 9:16, 1:1, 4:3, 3:4, 21:9. The 4K tier renders 21:9 as wide cinema crops at native 3840x2160.

Does Kling 3.0 i2v support a tail image? Yes. tail_image_url locks the final frame; Kling 3.0 interpolates motion from source to tail.

How is Kling 3.0 different from Kling 2.x? Kling 3.0 has stronger multi-shot identity preservation, longer max duration (15s vs 10s on the 2.x flagship), native 4K on the 4K tier, and unified multi-prompt segment input across all tiers.

Limitations

  • Per-call duration cap 15 seconds on every Kling 3.0 tier.
  • Maximum 6 continuous shots in one Kling 3.0 4K generation.
  • i2v requires a publicly fetchable HTTPS image URL. Local files are not supported.
  • Aspect ratios are fixed to the documented six. Other ratios get cropped or rejected.
  • 4K output files are large. Plan disk and bandwidth before batch Kling V3.0 4K runs.

Exit codes

The runcomfy CLI uses sysexits-style codes:

codemeaning
0Kling 3.0 generation succeeded
64bad CLI args
65bad input JSON for Kling 3.0 / schema mismatch
69upstream 5xx
75retryable: timeout / 429
77not signed in or token rejected

Full reference: docs.runcomfy.com/cli/troubleshooting.

How it works

  1. The skill picks one of six Kling 3.0 endpoints based on the user's tier (Standard / Pro / 4K) and mode (t2v / i2v) intent.
  2. It invokes runcomfy run kling/kling-3.0/<tier>/<mode> with a JSON body matching the schema.
  3. The CLI POSTs to the RunComfy Model API with the user's bearer token.
  4. The Model API returns a request_id; the CLI polls every 2 seconds until the Kling 3.0 generation finishes.
  5. On terminal status, the CLI fetches the Kling 3.0 result and downloads any .runcomfy.net / .runcomfy.com URL into --output-dir.
  6. Ctrl-C cancels the in-flight Kling 3.0 request before billing.

Security & Privacy

  • Token storage: runcomfy login writes the API token to ~/.config/runcomfy/token.json with mode 0600. Set RUNCOMFY_TOKEN env var in CI / containers.
  • Input boundary: the Kling 3.0 prompt is passed as JSON via --input. The CLI does not shell-expand. No shell-injection surface.
  • Third-party content: image URLs you pass are fetched by the RunComfy server, not by the CLI on your machine. Treat external URLs as untrusted; image-based prompt injection is a known risk for any video model that accepts image inputs.
  • Outbound endpoints: only model-api.runcomfy.net (request submission) and *.runcomfy.net / *.runcomfy.com (download whitelist).
  • Generated-file size cap: the CLI aborts any single download greater than 2 GiB to prevent disk-fill from a runaway Kling 3.0 4K output.

来自 doany-ai 的更多技能

image-edit
doany-ai
在RunComfy上编辑图像——该技能是一个智能路由,能将用户意图匹配到RunComfy目录中的正确编辑模型。可选择Nano Banana Edit(最多批量处理20张,默认保留身份特征)、OpenAI GPT Image 2 Edit(多语言图像内文本重写、多参考合成、布局精准)、Flux Kontext Pro(单参考高保真局部编辑)或Z-Image Turbo Inpaint(遮罩驱动的精准区域编辑)。该技能整合了每个模型的文档化提示模式,从而...
creativeimagemedia
seedance-v2
doany-ai
我们被要求将一段英文文本翻译成简体中文。文本描述了一个名为"seedance-v2"的agent skill。需要保留名称"seedance-v2"(但注意指令说"不要包含名称,除非它在源文本中出现"——源文本中出现了"seedance-v2"在最后一行?实际上最后一行是"seedance...",但前面有"seedance-v2"在路径中。指令说"Preserve product names, protocol names, URLs, numbers, and technical terms." 所以"seedance-v2"应该保留。但注意指令说"Translate only the text inside <text>. Do not include the name unless it appears in the source text." 所以如果名称出现在源文本中,就保留。这里"seedance-v2"出现在"runcomfy run bytedance/seedance-v2/pro"中,所以保留。另外"Seedance 2.0 Pro"也是产品名,保留。"RunComfy"保留。"HappyHorse 1.0 / Wan 2.7 /
videocreativemedia
face-swap
doany-ai
我们要求翻译一段文本,目标语言是简体中文。文本内容是关于一个名为"face-swap"的agent skill的描述。需要保留产品名称、协议名称、URL、数字和技术术语。不要添加任何额外内容。文本中提到了多个工具/模型名称:RunComfy, runcomfy CLI, Wan 2-2 Animate, GPT Image 2 Edit, Nano Banana Edit, Flux Kontext, Kling 2-6 Motion Control Pro。这些都需要保留原样。另外注意"face-swap"是名称,但文本中没有出现,所以不翻译。翻译时只翻译<text>内的内容,不要包含"description"等标签。 文本内容:描述通过runcomfy CLI在RunComfy上实现换脸/换角色到视频或图像中。跨越多个社区模型/工具。最后一句"Picks the right model for..."不完整,但按原样翻译。 翻译时注意技术术语的准确性,比如"audio-driven character animation"译为"音频驱动的角色动画","identity swap"译为
creativevideoimage
video-outpainting
doany-ai
我们要求翻译一段文本,目标语言是简体中文。需要保留产品名称、协议名称、URL、数字和技术术语。不要添加声明、解释、Markdown、项目符号、链接、标签、前缀或额外评论。只翻译<text>内的内容,不包括名称除非它在源文本中出现。不要添加"description"、"server name"、"skill name"等标签。 源文本是英文,描述了一个agent skill:video-outpainting。翻译时注意保持技术术语如"RunComfy"、"CLI"、"Wan 2-7 edit-video"、"ComfyUI"等不翻译。注意"video-outpainting"是名称,但源文本中出现了"Video outpainting"作为开头,所以需要翻译"Video outpainting"为"视频外扩"或类似?但要求保留名称,但名称是"video-outpainting",而源文本中写的是"Video outpainting",大小写不同。根据指令"Name to preserve: video-outpainting",但源文本中出现的
videocreativemedia
ai-avatar-video
doany-ai
We need to translate the given English text into Simplified Chinese. The instruction says to preserve product names, protocol names, URLs, numbers, and technical terms. The name "ai-avatar-video" is not in the text, so we don't include it. We must not add any labels or extra commentary. Just translate the text inside <text> tags. The text describes creating AI avatar videos using runcomfy CLI, mentioning various models: ByteDance OmniHuman, Wan-AI Wan 2-7, HappyHorse 1.0, Seedance v2 Pro. Also mentions user intents like UGC voiceover, virtual presenter, etc. We need to ensure technical terms like "t2v", "i2v", "in-pass audio", "multi-modal cinematic" are preserved or appropriately translated? The instruction says preserve technical terms, so we can keep them as is or translate if common? But "t2v" and "i2v" are likely abbreviations for text-to-video and image-to-video, which are common. However,
videocreativemedia
flux-kontext
doany-ai
在RunComfy上使用Flux 1 Kontext Pro(Black Forest Labs的精准局部图像编辑模型)编辑图像——该技能内置了模型文档中的提示模式,因此相比直接使用同一模型进行简单提示,能获得更清晰的输出。文档说明了Flux Kontext的优势(单参考精准局部编辑、强提示控制、一致的高保真输出)、模式(单图像+提示),以及何时改用Nano Banana Edit / GPT Image 2 edit / Flux 2 Klein。调用...
creativeimagedocument
relight
doany-ai
我们要求翻译一段文本,目标语言是简体中文。需要保留产品名、协议名、URL、数字和技术术语。不要添加声明、解释、Markdown、项目符号、链接、标签、前缀或额外评论。只翻译<text>内的内容。注意不要包含名称"relight"除非它在源文本中出现。源文本中第一句就有"Relight",所以需要翻译。但注意指令说"不要包含名称除非它出现在源文本中",所以"Relight"作为动词应该翻译,但作为产品名或技能名?实际上"relight"在文本中作为动词出现,但也是技能名称。指令说"Name to preserve: relight",但翻译时只翻译文本,不额外添加名称。所以"Relight"作为动词应该翻译为"重新打光"或类似。但注意保留技术术语如"LoRA"、"CLI"等。另外"RunComfy"、"Qwen Edit 2509"、"Nano Banana 2 Edit"等是产品名,保留。翻译要
creativeimagemedia
ai-image-generation
doany-ai
我们要求翻译一段文本,目标语言是简体中文。文本内容是关于一个名为"ai-image-generation"的agent skill的描述。需要保留产品名称、协议名称、URL、数字和技术术语。不要添加声明、解释、Markdown、项目符号、链接、标签、前缀或额外评论。只翻译<text>内的内容,不包括名称本身,除非名称出现在源文本中。注意:源文本中提到了"ai-image-generation"吗?没有直接出现,但目录项类型是agent skill,名称是ai-image-generation,但翻译指令说"不要包含名称,除非它出现在源文本中"。源文本中没有出现"ai-image-generation",所以不翻译它。只翻译<text>内的英文。 文本内容:描述通过runcomfy CLI在RunComfy上生成和编辑图像,是一个智能路由器,涵盖完整的图像模型目录:FLUX 2 (Klein 9B/4B, Pro, Dev, Flash, Turbo, Max), Google Nano Banana 2 / Pro, OpenAI GPT Image 2, ByteDance
creativemediaimage