Skip to main content
Kling 2.1 Master Image-to-Video is an image-to-video model in Kuaishou’s Kling series, available through the Starrise AI API. Transform static images into dynamic videos with custom camera control, motion brush, and multi-shot scenes.

Key Capabilities

  • Image-to-video — Generate video from first-frame and/or last-frame reference images
  • Camera control — Preset and custom camera movements (pan, tilt, zoom, roll)
  • Motion brush — Static and dynamic brush masks for precise motion control
  • Multi-shot scenes — Create up to 6 shots with custom prompts and durations
  • Standard & Pro modes — Choose standard mode or high-quality pro mode

Quick Example

curl https://ai.alad.com/kling/v1/videos/image2video \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model_name": "kling-v2-1-master",
    "image": "https://example.com/photo.jpg",
    "prompt": "The person smiles and waves at the camera",
    "duration": "5",
    "mode": "std"
  }'

Parameters

ParameterTypeRequiredDescription
model_namestringNoMust be kling-v2-1-master
imagestringConditionally yesFirst-frame reference image (Base64 or URL)
image_tailstringConditionally yesLast-frame reference image (Base64 or URL)
promptstringConditionally yesText prompt (up to 2500 characters)
negative_promptstringNoNegative prompt (up to 2500 characters)
modestringNostd or pro, default std
durationstringNo315 seconds, default 5
cfg_scalefloatNoPrompt adherence 01, default 0.5
camera_controlobjectNoCamera movement control
soundstringNoon or off, default off (V2.6+ only)
callback_urlstringNoTask status callback URL

API Reference

View the interactive API Playground for Kling 2.1 Master Image-to-Video.