From 1c6a0c863eae364f4ea157d72dde9c3c47dcee88 Mon Sep 17 00:00:00 2001 From: Anil Matcha Date: Sun, 12 Apr 2026 00:01:04 +0530 Subject: [PATCH] Add Kling 2.6 and 3.0 Motion Control models --- packages/studio/src/models.js | 30 ++++++++++++++++++++++++++++++ src/lib/models.js | 30 ++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) diff --git a/packages/studio/src/models.js b/packages/studio/src/models.js index a7fb52d..0a9a010 100644 --- a/packages/studio/src/models.js +++ b/packages/studio/src/models.js @@ -8077,6 +8077,36 @@ export const v2vModels = [ "videoField": "video_url", "hasPrompt": false, "description": "Remove watermarks, logos, captions, and unwanted text from videos." + }, + { + "id": "kling-v2.6-std-motion-control", + "name": "Kling 2.6 Std Motion Control", + "endpoint": "kling-v2.6-std-motion-control", + "family": "kling", + "videoField": "video_url", + "imageField": "image_url", + "hasPrompt": true, + "description": "Kling v2.6 Pro Motion Control allows precise control over camera movement, subject motion, and scene dynamics during video generation." + }, + { + "id": "kling-v3.0-std-motion-control", + "name": "Kling 3.0 Std Motion Control", + "endpoint": "kling-v3.0-std-motion-control", + "family": "kling", + "videoField": "video_url", + "imageField": "image_url", + "hasPrompt": true, + "description": "Kling V3.0 Standard Motion Control allows for precise control over the camera and subject movement in generated videos." + }, + { + "id": "kling-v3.0-pro-motion-control", + "name": "Kling 3.0 Pro Motion Control", + "endpoint": "kling-v3.0-pro-motion-control", + "family": "kling", + "videoField": "video_url", + "imageField": "image_url", + "hasPrompt": true, + "description": "Kling V3.0 Pro Motion Control provides the highest level of detail and control for video generation." } ]; diff --git a/src/lib/models.js b/src/lib/models.js index a7fb52d..0a9a010 100644 --- a/src/lib/models.js +++ b/src/lib/models.js @@ -8077,6 +8077,36 @@ export const v2vModels = [ "videoField": "video_url", "hasPrompt": false, "description": "Remove watermarks, logos, captions, and unwanted text from videos." + }, + { + "id": "kling-v2.6-std-motion-control", + "name": "Kling 2.6 Std Motion Control", + "endpoint": "kling-v2.6-std-motion-control", + "family": "kling", + "videoField": "video_url", + "imageField": "image_url", + "hasPrompt": true, + "description": "Kling v2.6 Pro Motion Control allows precise control over camera movement, subject motion, and scene dynamics during video generation." + }, + { + "id": "kling-v3.0-std-motion-control", + "name": "Kling 3.0 Std Motion Control", + "endpoint": "kling-v3.0-std-motion-control", + "family": "kling", + "videoField": "video_url", + "imageField": "image_url", + "hasPrompt": true, + "description": "Kling V3.0 Standard Motion Control allows for precise control over the camera and subject movement in generated videos." + }, + { + "id": "kling-v3.0-pro-motion-control", + "name": "Kling 3.0 Pro Motion Control", + "endpoint": "kling-v3.0-pro-motion-control", + "family": "kling", + "videoField": "video_url", + "imageField": "image_url", + "hasPrompt": true, + "description": "Kling V3.0 Pro Motion Control provides the highest level of detail and control for video generation." } ];