klingai-upgrade-migration

Featured

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'.

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Kling AI Upgrade & Migration ## Overview Guide for migrating between Kling AI model versions. Covers breaking changes, parameter differences, feature availability, and parallel testing strategies. ## Version History | Version | Release | Key Changes | |---------|---------|-------------| | v1.0 | 2024-06 | Initial T2V + I2V | | v1.5 | 2024-09 | 1080p, motion brush, I2V-only model | | v1.6 | 2024-11 | Lip sync, camera paths, effects API | | v2.0 | 2025-03 | Quality leap, `kling-v2-master` | | v2.1 | 2025-06 | Optimized I2V, `kling-v2-1-master` for T2V | | v2.5 Turbo | 2025-09 | 40% faster, best speed/quality ratio | | v2.6 | 2025-12 | Native audio, 30-48 FPS, highest quality | ## Migration: v1.x to v2.x ```python # v1.x request body = { "model_name": "kling-v1-6", "prompt": "A sunset over mountains", "duration": "5", "mode": "standard", } # v2.x -- only model_name changes body["model_name"] = "kling-v2-master" ``` **Breaking changes:** - `kling-v2-1` is I2V-only (no text-to-video support) - Camera control intensities produce different results at same values - Generation times differ (v2.x generally slower, higher quality) ## Migration: v2.x to v2.6 with Audio ```python body["model_name"] = "kling-v2-6" body["motion_has_audio"] = True # NEW: synchronized audio # Cost impact: audio multiplies credits 5x # 5s standard: 10 -> 50 credits ``` ## Feature Availability Matrix | Feature | v1.0 | v1.5 | v1.6 | v2.0 | v2.1 | v2.5T | v2.6 | |---------|------|...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

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'.

2,266 Updated today
jeremylongshore
AI & Automation Featured

klaviyo-upgrade-migration

Upgrade Klaviyo SDK versions and migrate between API revisions. Use when upgrading the klaviyo-api package, migrating from v1/v2 legacy APIs to the current REST API, or handling breaking changes between revisions. Trigger with phrases like "upgrade klaviyo", "klaviyo migration", "klaviyo breaking changes", "update klaviyo SDK", "klaviyo API revision".

2,266 Updated today
jeremylongshore
AI & Automation Featured

clade-upgrade-migration

Upgrade Anthropic SDK versions and migrate between Claude model generations. Use when working with upgrade-migration patterns. Trigger with "upgrade anthropic sdk", "migrate claude model", "anthropic breaking changes", "new claude model".

2,266 Updated today
jeremylongshore
AI & Automation Featured

cohere-upgrade-migration

Migrate from Cohere API v1 to v2 and upgrade SDK versions. Use when upgrading cohere-ai SDK, migrating from CohereClient to CohereClientV2, or handling breaking changes between API versions. Trigger with phrases like "upgrade cohere", "cohere migration", "cohere v1 to v2", "update cohere SDK", "cohere breaking changes".

2,266 Updated today
jeremylongshore
AI & Automation Featured

attio-upgrade-migration

Migrate between Attio API versions, handle breaking changes in the v1-to-v2 transition, and plan for future deprecations. Trigger: "upgrade attio", "attio migration", "attio v1 to v2", "attio breaking changes", "attio API version", "attio deprecation".

2,266 Updated today
jeremylongshore