Skip to main content
Core.Today
|
KuaishouMediumUltra

Kling 2.5 Turbo Pro

Cinematic-grade video generation with enhanced motion and scene coherence. Top-tier Kling model for professional output.

810 credits
per video
Cinematic-grade output quality
Enhanced motion coherence
Superior scene consistency
Medium generation speed
Image-to-video support

Run it right now

Test this model instantly in the Console Playground โ€” no code required

Sign in to try

Use with AI Assistant

Copy usage instructions for Claude, ChatGPT, or other AI

Quick Start

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "kwaivgi/kling-v2.5-turbo-pro",
  "input": {
    "prompt": "A samurai drawing a katana in slow motion, cherry blossoms falling, dramatic side lighting, cinematic depth of field, film grain",
    "duration": "5",
    "aspect_ratio": "16:9",
    "cfg_scale": "0.6"
  }
}'

Parameters

ParameterTypeRequiredDefaultDescription
promptstringYes-Text description of the video to generate
negative_promptstringNo-Things you do not want to see in the video
start_imagestringNo-First frame of the video
end_imagestringNo-Last frame of the video
aspect_ratiostringNo16:9Output aspect ratio
16:99:161:1
durationintegerNo5Video duration in seconds (5 or 10)
510
imagestringNo-Deprecated: Use start_image instead.
guidance_scalenumberNo-Kept for backwards compatibility. This parameter is not used.

How to Provide File Input

There are 3 ways to provide files for the start_imageend_imageimage parameters:

Recommended

Direct Upload (Multipart)

Attach files directly to POST /v1/predictions/upload. No separate upload step needed.

curl -X POST "https://api.core.today/v1/predictions/upload" \
  -H "X-API-Key: cdt_your_api_key" \
  -F "model=kwaivgi/kling-v2.5-turbo-pro" \
  -F 'input={"prompt":"your prompt here"}' \
  -F "file:start_image=@your_file.png"

Image URL

Pass a publicly accessible URL directly. You can also use file_url from the Storage API.

{
  "model": "kwaivgi/kling-v2.5-turbo-pro",
  "input": {
    "prompt": "your prompt here",
    "start_image": "https://example.com/image.jpg"
  }
}
See the File Upload docs for more upload methods including Presigned URLs.

Common Parameters

Common parameters used when calling POST /v1/predictions.

ParameterTypeRequiredDefaultDescription
modelstringYes-Model identifier
inputobjectYes-Object containing the model-specific parameters from the table above
output_folderstringNo-Folder path for output files (max 256 chars, '..' not allowed)
webhook_urlstringNo-Webhook URL to call on completion
is_publicbooleanNofalseIf true, output files are also available via permanent public URLs

Examples

Cinematic Action

Dynamic cinematic action sequence

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "kwaivgi/kling-v2.5-turbo-pro",
  "input": {
    "prompt": "A samurai drawing a katana in slow motion, cherry blossoms falling, dramatic side lighting, cinematic depth of field, film grain",
    "duration": "5",
    "aspect_ratio": "16:9",
    "cfg_scale": "0.6"
  }
}'

Luxury Brand Ad

Premium brand advertisement video

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "kwaivgi/kling-v2.5-turbo-pro",
  "input": {
    "prompt": "Close-up of a luxury watch with water droplets on its surface, dramatic macro lens, smooth rotating camera, premium commercial feel",
    "duration": "10",
    "aspect_ratio": "16:9",
    "cfg_scale": "0.5"
  }
}'

Tips & Best Practices

1Best Kling model for cinematic and professional-grade content
2Use with image_url for maximum control over the visual style
3Excels at scenes with complex motion and character movement
4Pair with lower cfg_scale for more dynamic, creative results

Use Cases

Professional video production
Film and TV pre-visualization
High-end advertising content
Music video concepts
Premium social media content