agentsclimarketplace

Klingai model catalog

Skill jeremylongshore/claude-code-plugins-plus-skills/plugins/saas-packs/klingai-pack/skills/klingai-model-catalog

'Explore Kling AI models, versions, and capabilities for video and image generation. Use whenFrom its SKILL.md

Install
npx -y skills add jeremylongshore/claude-code-plugins-plus-skills --skill klingai-model-catalog

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its file declares

Copied from the file, not written here

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

4.3 KB, ~1.2k tokens by cl100k_base, as published. Nobody here has run it

Kling AI Model Catalog

Overview

Kling AI offers multiple model versions across video generation, image generation, lip sync, virtual try-on, and effects. Each version trades off quality, speed, and cost. This skill is the reference for choosing the right model.

Video Generation Models

Model IDSupportsMax DurationResolutionSpeedQuality
kling-v1T2V, I2V10s720pFastGood
kling-v1-5I2V only10s1080pFastBetter
kling-v1-6T2V, I2V10s1080pMediumBetter+
kling-v2-masterT2V, I2V10s1080pMediumHigh
kling-v2-1I2V only10s1080pMediumHigh
kling-v2-1-masterT2V, I2V10s1080pMediumHigh
kling-v2-5-turboT2V, I2V10s1080p 30fpsFastHigh
kling-v2-6T2V, I2V10s1080p 30-48fpsMediumHighest

T2V = text-to-video, I2V = image-to-video

Kling v2.5 Turbo (Recommended for Speed)

  • 40% faster than v2.0
  • Up to 1080p at 30 FPS
  • Best cost/quality ratio for production pipelines

Kling v2.6 (Recommended for Quality)

  • Native audio generation (voice, SFX, ambient in one pass)
  • 1080p at 30-48 FPS
  • Set motion_has_audio: true for synchronized audio

Image Generation Models (Kolors)

Model IDPurposeResolution
kolors-v1-5Face/subject referenceUp to 2048x2048
kolors-v2-0Image restyleUp to 2048x2048
kolors-v2-1Text-to-imageUp to 2048x2048

Specialty Models

FeatureEndpointModel Versions
Lip Sync/v1/videos/lip-syncv1.6+
Virtual Try-On/v1/images/kolors-virtual-try-onv1.5
Video Extension/v1/videos/video-extendAll video models
Effects/v1/videos/effectsv1.6+
Motion ControlT2V/I2V with camera_controlv1.6+

Mode Selection

Every video generation accepts a mode parameter:

ModeCredits (5s)Credits (10s)Use Case
standard1020Drafts, previews, iteration
professional3570Final output, client delivery

Model Selection Decision Tree

Need fastest generation?
  → kling-v2-5-turbo + standard mode

Need highest quality?
  → kling-v2-6 + professional mode

Need audio in the video?
  → kling-v2-6 with motion_has_audio: true

Image-to-video only?
  → kling-v2-1 (optimized for I2V)

Budget-conscious production?
  → kling-v2-5-turbo + standard mode (10 credits/5s)

Legacy compatibility?
  → kling-v1-6 (stable, well-documented)

API Usage

# Specify model in any video generation request
response = requests.post(f"{BASE}/videos/text2video", headers=headers, json={
    "model_name": "kling-v2-6",       # model version
    "mode": "professional",            # standard or professional
    "prompt": "A futuristic city at sunset with flying cars",
    "duration": "5",
    "aspect_ratio": "16:9",
})

Aspect Ratios (All Models)

RatioUse Case
16:9Landscape, YouTube, presentations
9:16Vertical, TikTok, Reels, Stories
1:1Square, Instagram, thumbnails
4:3Classic TV, presentations
3:4Portrait photos
3:2Standard photography
2:3Tall portrait
21:9Ultra-wide, cinematic

Resources

What ships with it: 5 files

4.1 KB alongside SKILL.md

Keep looking

Skills are one crate of 326,144. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.