Skip to main content
KuaishouSlowUltra

Kling 1.6 Pro

State-of-the-art video generation with exceptional motion quality and scene understanding. Supports both text-to-video and image-to-video generation.

100 credits
per 5-second video
High-quality motion synthesis
5-10 second video generation
Image-to-video capability
Excellent scene consistency
Multiple aspect ratios

Quick Start

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY" \
  -d '{
  "model": "kling-1.6-pro",
  "input": {
    "prompt": "Sleek smartphone rotating slowly on a reflective surface, studio lighting, product commercial style, smooth camera movement",
    "duration": "5",
    "aspect_ratio": "16:9"
  }
}'

Parameters

ParameterTypeRequiredDefaultDescription
promptstringYes-Text description of the video to generate
image_urlstringNo-Starting image URL for image-to-video
durationstringNo5Video duration in seconds (5 or 10)
510
aspect_ratiostringNo16:9Output aspect ratio
16:99:161:1
cfg_scalefloatNo0.5Prompt adherence (0.0-1.0)

Examples

Product Showcase

Animated product demonstration

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY" \
  -d '{
  "model": "kling-1.6-pro",
  "input": {
    "prompt": "Sleek smartphone rotating slowly on a reflective surface, studio lighting, product commercial style, smooth camera movement",
    "duration": "5",
    "aspect_ratio": "16:9"
  }
}'

Nature Scene

Dynamic nature video

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY" \
  -d '{
  "model": "kling-1.6-pro",
  "input": {
    "prompt": "Aerial drone shot flying over misty mountain peaks at sunrise, cinematic, smooth motion, National Geographic style",
    "duration": "10",
    "aspect_ratio": "16:9"
  }
}'

Tips & Best Practices

1Describe camera movements for better results
2Use image-to-video for more control over starting frame
3Keep prompts focused on a single scene/action
410-second videos cost 2x more credits

Use Cases

Marketing video content
Social media clips
Product animations
Creative storytelling
Prototype visualizations

Model Info

ProviderKuaishou
Version1.6
CategoryVideo Generation
Price100 credits

API Endpoint

POST /v1/predictions
Try in PlaygroundBack to Docs