kling-3-0

Generate multi-shot videos with synchronized audio via Kling 3.0 endpoints on RunComfy.

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/brillianodhiya/VisionScript --skill kling-3-0-brillianodhiya
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: kling-3-0
Source: https://github.com/brillianodhiya/VisionScript/tree/main/.agents/skills/kling-3-0
Command: npx skills add https://github.com/brillianodhiya/VisionScript --skill kling-3-0-brillianodhiya

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @runcomfy/cli.

What problem does it solve? Producing cinematic AI video with consistent characters, native audio, and the right quality tier requires knowing which Kling 3.0 endpoint to call, how to structure prompts, and how to control cost. This Skill routes requests to the correct RunComfy endpoint and handles CLI invocation, polling, and result download. ## Core Features & Use Cases - Six endpoint coverage: Routes across three rendering tiers (Standard, Pro, 4K) and two modes (text-to-video, image-to-video) with per-tier pricing guidance. - Multi-shot prompting: Supports numbered shot sequences in one generation with character identity preservation, plus tail-image control for i2v transitions. - Native audio generation: Enables synchronized dialogue, ambience, and music in a single pass via the generate_audio flag. - Use Case: A marketing team needs a 10-second 4K brand film with voiceover. The Skill selects the kling/kling-3.0/4k/text-to-video endpoint, submits a multi-shot prompt with audio enabled, and downloads the finished 3840x2160 clip. ## Quick Start Ask the AI to generate a 5-second Kling 3.0 video of a barista pulling an espresso shot in 9:16 vertical format using the Standard tier.

Frequently Asked Questions about kling-3-0

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a video with Kling 3.0 on RunComfy?▼

Install the RunComfy CLI with npm i -g @runcomfy/cli, run runcomfy login, then call runcomfy run kling/kling-3.0/<tier>/<mode> with a JSON input containing your prompt, duration, and aspect ratio. The CLI polls and downloads the result to your output directory.

What is the difference between Kling 3.0 Standard, Pro, and 4K tiers?▼

Standard is the cheapest tier at up to 1080p for drafts and previews. Pro delivers the highest 1080p fidelity for hero shots. 4K renders native 3840x2160 at a flat $0.42 per second, roughly 5x the cost of Standard.

Does Kling 3.0 support image-to-video generation?▼

Yes, all three tiers offer image-to-video endpoints that animate a source image. The image must be a publicly fetchable HTTPS URL in JPEG, PNG, or WebP format, and an optional tail_image_url can lock the final frame.

Can Kling 3.0 generate audio with the video?▼

Yes, set generate_audio to true for synchronized dialogue, ambience, and music in one pass. Audio adds about 50% to the per-second rate on Standard and Pro tiers, while the 4K tier stays flat at $0.42 per second.

What is the maximum video length for Kling 3.0?▼

Each Kling 3.0 generation is capped at 15 seconds across all tiers, with a maximum of 6 continuous shots on the 4K tier. For longer narratives, segment the script into multiple calls and stitch the outputs.

Why did my Kling 3.0 request fail with an error?▼

Common causes include durations over 15 seconds (422 error), unsupported aspect ratios, or a missing login token. The CLI exit codes distinguish bad input JSON (65), retryable timeouts (75), and authentication failures (77).