Browse ModelsKwaivgiKwaivgi Kling V2.6 Std Image To Video

Kwaivgi Kling V2.6 Std Image To Video

Kwaivgi Kling V2.6 Std Image To Video

Playground

Try it on WavespeedAI!

Kling 2.6 Standard offers cost-effective image-to-video generation with smooth motion, cinematic visuals, and accurate prompt adherence. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.

Features

Kling V2.6 Standard Image-to-Video

Kling V2.6 Standard Image-to-Video is Kuaishou’s image-to-video generation model that brings static images to life. Upload a reference image and describe the motion — the model generates smooth, natural video with detailed animation and cinematic quality.


Why Choose This?

  • Image-driven generation Transform any image into dynamic video with natural motion.

  • Negative prompt support Exclude unwanted elements for more precise control over the output.

  • Flexible duration Generate 5-second or 10-second videos.

  • Detail preservation Maintains fine details from the source image during animation.

  • Prompt Enhancer Built-in tool to automatically improve your motion descriptions.


Parameters

ParameterRequiredDescription
promptNoText description of the desired motion and action
negative_promptNoElements to exclude from generation
imageYesReference image to animate (URL or upload)
durationNoVideo length: 5 or 10 seconds (default: 5)

How to Use

  1. Upload your image — provide the reference image to animate.
  2. Write your prompt (optional) — describe the motion, camera movement, and action.
  3. Add negative prompt (optional) — specify what you want to avoid.
  4. Set duration — 5 seconds or 10 seconds.
  5. Run — submit and download your video.

Pricing

DurationCost
5s$0.21
10s$0.42

Best Use Cases

  • Photo Animation — Bring portraits, landscapes, and product images to life.
  • Social Media Content — Create engaging video from static images.
  • Marketing & Ads — Generate dynamic promotional videos from product photos.
  • Storytelling — Animate illustrations and artwork for narratives.
  • Creative Projects — Explore motion concepts from reference images.

Pro Tips

  • Use the Prompt Enhancer to refine your motion descriptions.
  • Be specific about movement direction, speed, and camera angles in the prompt.
  • Use negative prompts to avoid common artifacts (e.g., “blurry, distorted, low quality”).
  • Use high-quality source images for better video results.
  • 5s videos are more cost-effective for testing; use 10s for final production.

Notes

  • Image is the only required field; prompt is optional but recommended.
  • Duration options are 5 or 10 seconds only.
  • Ensure uploaded image URLs are publicly accessible.

Authentication

For authentication details, please refer to the Authentication Guide.

API Endpoints

Submit Task & Query Result


# Submit the task
curl --location --request POST "https://api.wavespeed.ai/api/v3/kwaivgi/kling-v2.6-std/image-to-video" \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}" \
--data-raw '{
    "duration": 5
}'

# Get the result
curl --location --request GET "https://api.wavespeed.ai/api/v3/predictions/${requestId}/result" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}"

Parameters

Task Submission Parameters

Request Parameters

ParameterTypeRequiredDefaultRangeDescription
promptstringNo-The positive prompt for the generation.
negative_promptstringNo-The negative prompt for the generation.
imagestringYes-Supported image formats: .jpg/.jpeg/.png. The size should not exceed 10MB, width and height should be no less than 300px.
durationintegerNo55, 10The duration of the generated media in seconds.

Response Parameters

ParameterTypeDescription
codeintegerHTTP status code (e.g., 200 for success)
messagestringStatus message (e.g., “success”)
data.idstringUnique identifier for the prediction, Task Id
data.modelstringModel ID used for the prediction
data.outputsarrayArray of URLs to the generated content (empty when status is not completed)
data.urlsobjectObject containing related API endpoints
data.urls.getstringURL to retrieve the prediction result
data.has_nsfw_contentsarrayArray of boolean values indicating NSFW detection for each output
data.statusstringStatus of the task: created, processing, completed, or failed
data.created_atstringISO timestamp of when the request was created (e.g., “2023-04-01T12:34:56.789Z”)
data.errorstringError message (empty if no error occurred)
data.timingsobjectObject containing timing details
data.timings.inferenceintegerInference time in milliseconds

Result Request Parameters

ParameterTypeRequiredDefaultDescription
idstringYes-Task ID

Result Response Parameters

ParameterTypeDescription
codeintegerHTTP status code (e.g., 200 for success)
messagestringStatus message (e.g., “success”)
dataobjectThe prediction data object containing all details
data.idstringUnique identifier for the prediction, the ID of the prediction to get
data.modelstringModel ID used for the prediction
data.outputsstringArray of URLs to the generated content (empty when status is not completed).
data.urlsobjectObject containing related API endpoints
data.urls.getstringURL to retrieve the prediction result
data.statusstringStatus of the task: created, processing, completed, or failed
data.created_atstringISO timestamp of when the request was created (e.g., “2023-04-01T12:34:56.789Z”)
data.errorstringError message (empty if no error occurred)
data.timingsobjectObject containing timing details
data.timings.inferenceintegerInference time in milliseconds
© 2025 WaveSpeedAI. All rights reserved.