Kling 2.6 Motion
Affordable motion-control: transfers movement from a video reference to your character. Use it for simpler motion when 3.0-tier precision is not required.
Cost
8 tokens/s
VideoProvider: Kling
Run generation
IDEMPOTENCY_KEY="${IDEMPOTENCY_KEY:-$(uuidgen)}"
curl -X POST https://api.givon.ai/api/v1/generations \
-H "Authorization: Bearer $GIVON_API_KEY" \
-H "Idempotency-Key: $IDEMPOTENCY_KEY" \
-H "Content-Type: application/json" \
-d '{"type":"video","model":"kling-2.6-motion","input":{"prompt":"cinematic drone shot over a city at night","aspectRatio":"9:16","audioEnabled":true,"referencePhoto":"asset://asset_...","motionVideo":"asset://asset_..."}}'Input fields
* required| Field | Type | Default | Allowed |
|---|---|---|---|
prompt promptGeneration prompt describing the scene, action and direction. | string | — | up to 2500 chars |
aspectRatio aspectRatio | string | 9:16 | 16:9, 1:1, 3:4, 4:3, 9:16 |
audioEnabled* audioEnabledThe model does not create new audio, but it can preserve sound from the motion video. | boolean | true | boolean |
Reference photo* referencePhotoAsset input for the referencePhoto slot. | string | — | image · asset, https, data |
Motion video* motionVideoAsset input for the motionVideo slot. | string | — | video · asset, https, data |
prompt
promptGeneration prompt describing the scene, action and direction.
- Type
- string
- Default
- —
- Allowed
- up to 2500 chars
aspectRatio
aspectRatio- Type
- string
- Default
- 9:16
- Allowed
- 16:9, 1:1, 3:4, 4:3, 9:16
audioEnabled*
audioEnabledThe model does not create new audio, but it can preserve sound from the motion video.
- Type
- boolean
- Default
- true
- Allowed
- boolean
Reference photo*
referencePhotoAsset input for the referencePhoto slot.
- Type
- string
- Default
- —
- Allowed
- image · asset, https, data
Motion video*
motionVideoAsset input for the motionVideo slot.
- Type
- string
- Default
- —
- Allowed
- video · asset, https, data
Cost
8 tokens/sCapabilities
Modes
video_editAsset slots
referencePhoto:image*motionVideo:video*Run Kling 2.6 Motion
Get an API key and the same request shape will work across every model in the catalog.