Motion ControlTencent
Kling 2.6 Motion Control
kwaivgi/kling-v2.6/motion-control
Kling 2.6 Motion Control turns reference motion clips (dance, action, gesture) into smooth, realistic animations. Upload a character image (or source video) and a motion video; the model transfers the movement while preserving identity and temporal consistency.
Examples
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| image *Character Image | image_upload | — | Upload a character image. Supported formats: .jpg/.jpeg/.png. Max file size: 10MB. Min dimensions: 300x300px. Aspect ratio: 1:2.5 to 2.5:1. |
| video *Motion Reference Video | video_upload | — | Upload a motion reference video (dance, action, gesture). Supported formats: .mp4/.mov. Max file size: 10MB. Min dimensions: 300x300px. Aspect ratio: 1:2.5 to 2.5:1. |
| character_orientationCharacter Orientation | select | image | Choose whether to use an image or video as the character source. |
| promptPrompt | text | — | Optional positive prompt for the generation. |
| negative_promptNegative Prompt | text | — | Optional negative prompt for the generation. |
| resolutionGeneration Mode | select | 1080P | |
| keep_original_soundKeep Original Sound | boolean | true | Whether to retain the original video sound in the output. |
API
Call this model through one unified REST API. Get a key on the API Keys page.
curl -X POST https://www.namifusion.com/api/v1/marketplace/run/kwaivgi/kling-v2.6/motion-control \
-H "Authorization: Bearer sk-YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "input": { "image": ..., "video": ..., "character_orientation": ... } }'