Model Details
Kling 2.5 Turbo Pro animates a still image into a short, cinematic clip with fluid, natural motion guided by a text prompt. Provide a starting image and describe the motion you want — the model brings the subject and scene to life while keeping the framing of your input. Choose a 5-second or 10-second clip, and optionally supply an end-frame image to steer how the shot resolves. The output video keeps the frame size of your input image, so there is no separate aspect-ratio control.
## Best for - Animating a product shot, portrait, or illustration into a short hero clip - Adding believable camera and subject motion to a single still you already have - Turning a key still and an end-frame into a controlled, directed transition - Quick social-ready motion (vertical, square, or landscape — inherited from your image) without re-rendering the scene
## Choose another model when - You have no starting image and want to generate motion from a prompt alone — use a text-to-video model - You need a single still image rather than motion — use a text-to-image model - You need clips longer than 10 seconds or frame-by-frame timeline control — use a dedicated long-form video tool
## Tips - Describe the motion, not just the scene: concrete verbs ("slowly pushes in", "hair drifts in the breeze") translate into on-screen movement - Use a clean, well-lit, high-resolution `image_url`; the output adopts its dimensions and framing - Supply `tail_image_url` to direct how the clip ends — useful for a deliberate start-to-finish transition - Use `negative_prompt` to suppress recurring artifacts such as blur, warping, or low-quality texture - Raise `cfg_scale` toward 1 for tighter prompt adherence, lower it toward 0 for looser, more creative motion (default 0.5 is a balanced starting point)
To run via the ModelRunner JavaScript client: ```js import { modelrunner } from "@modelrunner/client";
const result = await modelrunner.subscribe("kuaishou/kling-video/v2.5-turbo/image-to-video", { input: { prompt: "The cat sits still as a gentle breeze ruffles its fur", image_url: "https://media.modelrunner.ai/example-cat.jpg", duration: "5", }, }); ```




