klingai-model-catalog
Build explore Kling AI models and their capabilities for video generation. Use when selecting models or understanding features. Trigger with phrases like 'kling ai models', 'klingai capabilities', 'kling video models', 'klingai features'.
Install
mkdir -p .claude/skills/klingai-model-catalog && curl -L -o skill.zip "https://mcp.directory/api/skills/download/8653" && unzip -o skill.zip -d .claude/skills/klingai-model-catalog && rm skill.zipInstalls to .claude/skills/klingai-model-catalog
About this skill
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 ID | Supports | Max Duration | Resolution | Speed | Quality |
|---|---|---|---|---|---|
kling-v1 | T2V, I2V | 10s | 720p | Fast | Good |
kling-v1-5 | I2V only | 10s | 1080p | Fast | Better |
kling-v1-6 | T2V, I2V | 10s | 1080p | Medium | Better+ |
kling-v2-master | T2V, I2V | 10s | 1080p | Medium | High |
kling-v2-1 | I2V only | 10s | 1080p | Medium | High |
kling-v2-1-master | T2V, I2V | 10s | 1080p | Medium | High |
kling-v2-5-turbo | T2V, I2V | 10s | 1080p 30fps | Fast | High |
kling-v2-6 | T2V, I2V | 10s | 1080p 30-48fps | Medium | Highest |
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: truefor synchronized audio
Image Generation Models (Kolors)
| Model ID | Purpose | Resolution |
|---|---|---|
kolors-v1-5 | Face/subject reference | Up to 2048x2048 |
kolors-v2-0 | Image restyle | Up to 2048x2048 |
kolors-v2-1 | Text-to-image | Up to 2048x2048 |
Specialty Models
| Feature | Endpoint | Model Versions |
|---|---|---|
| Lip Sync | /v1/videos/lip-sync | v1.6+ |
| Virtual Try-On | /v1/images/kolors-virtual-try-on | v1.5 |
| Video Extension | /v1/videos/video-extend | All video models |
| Effects | /v1/videos/effects | v1.6+ |
| Motion Control | T2V/I2V with camera_control | v1.6+ |
Mode Selection
Every video generation accepts a mode parameter:
| Mode | Credits (5s) | Credits (10s) | Use Case |
|---|---|---|---|
standard | 10 | 20 | Drafts, previews, iteration |
professional | 35 | 70 | Final 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)
| Ratio | Use Case |
|---|---|
16:9 | Landscape, YouTube, presentations |
9:16 | Vertical, TikTok, Reels, Stories |
1:1 | Square, Instagram, thumbnails |
4:3 | Classic TV, presentations |
3:4 | Portrait photos |
3:2 | Standard photography |
2:3 | Tall portrait |
21:9 | Ultra-wide, cinematic |
Resources
More by jeremylongshore
View all skills by jeremylongshore →You might also like
flutter-development
aj-geddes
Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.
drawio-diagrams-enhanced
jgtolentino
Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.
ui-ux-pro-max
nextlevelbuilder
"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."
godot
bfollington
This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.
nano-banana-pro
garg-aayush
Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.
pdf-to-markdown
aliceisjustplaying
Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions "load the whole PDF", "bring the PDF into context", "read the entire PDF", or when partial extraction/grepping would miss important context. This is the preferred method for PDF text extraction over page-by-page or grep approaches.
Related MCP Servers
Browse all serversAccess Smithsonian Open Access API to explore 3+ million objects from museums like the Smithsonian Design Museum and NMN
AI Meta MCP Server — AI tool builder for autonomous AI tools and AI function platform: create JS, Python & Shell tools w
Find official MCP servers for Google Maps. Explore resources to build, integrate, and extend apps with Google directions
Explore official Google BigQuery MCP servers. Find resources and examples to build context-aware apps in Google's ecosys
Explore MCP servers for Google Compute Engine. Integrate model context protocol solutions to streamline GCE app developm
Explore Google Kubernetes Engine (GKE) MCP servers. Access resources and examples for context-aware app development in G
Stay ahead of the MCP ecosystem
Get weekly updates on new skills and servers.