klingai-model-catalog
Explore Kling AI models, versions, and capabilities for video and image generation. Use when selecting models or comparing features. Trigger with phrases like 'kling ai models', 'klingai capabilities', 'kling video models', 'klingai features'.
Best use case
klingai-model-catalog is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Explore Kling AI models, versions, and capabilities for video and image generation. Use when selecting models or comparing features. Trigger with phrases like 'kling ai models', 'klingai capabilities', 'kling video models', 'klingai features'.
Teams using klingai-model-catalog should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/klingai-model-catalog/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How klingai-model-catalog Compares
| Feature / Agent | klingai-model-catalog | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Explore Kling AI models, versions, and capabilities for video and image generation. Use when selecting models or comparing features. Trigger with phrases like 'kling ai models', 'klingai capabilities', 'kling video models', 'klingai features'.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
Best AI Skills for Claude
Explore the best AI skills for Claude and Claude Code across coding, research, workflow automation, documentation, and agent operations.
ChatGPT vs Claude for Agent Skills
Compare ChatGPT and Claude for AI agent skills across coding, writing, research, and reusable workflow execution.
SKILL.md Source
# 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: true` for 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
```python
# 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
- [Model Documentation](https://app.klingai.com/global/dev/document-api/apiReference/model/skillsMap)
- [Video Duration Reference](https://app.klingai.com/global/dev/document-api/apiReference/model/videoDuration)
- [Pricing](https://app.klingai.com/global/dev/document-api/productBilling/prePaidResourcePackage)Related Skills
openrouter-model-routing
Implement intelligent model routing to optimize cost, quality, and latency on OpenRouter. Use when building multi-model systems or optimizing spend across task types. Triggers: 'openrouter routing', 'model routing', 'route to model', 'model selection openrouter'.
openrouter-model-catalog
Query, filter, and select from OpenRouter's 400+ model catalog. Use when choosing models, comparing pricing, or checking capabilities. Triggers: 'openrouter models', 'list models', 'model catalog', 'compare models', 'available models'.
openrouter-model-availability
Monitor OpenRouter model availability and implement health checks. Use when building systems that depend on specific models being online. Triggers: 'openrouter model status', 'is model available', 'openrouter health check', 'model availability'.
klingai-webhook-config
Configure webhook callbacks for Kling AI task completion. Use when building event-driven pipelines or replacing polling. Trigger with phrases like 'klingai webhook', 'kling ai callback', 'klingai notifications', 'video completion webhook'.
klingai-video-extension
Extend video duration using Kling AI continuation. Use when creating longer videos from shorter clips or building sequences. Trigger with phrases like 'klingai extend video', 'kling ai video continuation', 'klingai longer video', 'extend klingai clip'.
klingai-usage-analytics
Build usage analytics and reporting for Kling AI video generation. Use when tracking patterns, analyzing costs, or building dashboards. Trigger with phrases like 'klingai analytics', 'kling ai usage report', 'klingai metrics', 'video generation stats'.
klingai-upgrade-migration
Migrate between Kling AI model versions safely. Use when upgrading from v1.x to v2.x or adopting new features. Trigger with phrases like 'klingai upgrade', 'kling ai migrate', 'klingai version update', 'upgrade kling model'.
klingai-text-to-video
Generate videos from text prompts with Kling AI. Use when creating videos from descriptions, learning prompt techniques, or building T2V pipelines. Trigger with phrases like 'kling ai text to video', 'klingai prompt', 'generate video from text', 'text2video kling'.
klingai-team-setup
Configure Kling AI for teams with per-project API keys, usage quotas, and role-based access. Trigger with phrases like 'klingai team', 'kling ai organization', 'klingai multi-user', 'shared klingai access'.
klingai-style-transfer
Apply artistic styles and visual effects to Kling AI video generation. Use when creating stylized content or using effects API. Trigger with phrases like 'klingai style', 'kling ai effects', 'klingai artistic video', 'stylize klingai video'.
klingai-storage-integration
Download and store Kling AI generated videos in cloud storage (S3, GCS, Azure). Use when persisting videos or building CDN pipelines. Trigger with phrases like 'klingai storage', 'save klingai video', 'kling ai s3 upload', 'klingai cloud storage'.
klingai-sdk-patterns
Production SDK patterns for Kling AI: client wrapper, retry logic, async polling, and error handling. Use when building robust integrations. Trigger with phrases like 'klingai sdk', 'kling ai client', 'klingai patterns', 'kling ai wrapper'.