Browse ModelsKwaivgiKwaivgi Kling V3.0 Pro Text To Video

Kwaivgi Kling V3.0 Pro Text To Video

Kwaivgi Kling V3.0 Pro Text To Video

Playground

Try it on WavespeedAI!

Kling 3.0 Pro delivers top-tier text-to-video generation with smooth motion, cinematic visuals, accurate prompt adherence, and native audio for ready-to-share clips. Ready-to-use REST inference API, best performance, no cold starts, affordable pricing.

Features

Kling V3.0 Pro Text-to-Video

Kling V3.0 Pro is Kuaishou’s premium text-to-video model, delivering the highest visual quality and motion realism in the V3.0 family. Describe any scene — the model generates cinematic video with superior detail, flexible duration from 3 to 15 seconds, multiple aspect ratios, and optional synchronized sound generation.


Why Choose This?

  • V3.0 Pro quality The highest visual fidelity and motion realism in the Kling V3.0 family.

  • Flexible duration Generate videos from 3 to 15 seconds — any length you need.

  • Aspect ratio control Multiple options including 16:9, 9:16, 1:1, and more to fit any platform.

  • Sound generation Optional synchronized sound effects generated alongside the video.

  • Negative prompt support Specify what you don’t want in the video for more precise control.

  • Multi-prompt support Add multiple prompts for complex scene compositions.

  • Prompt Enhancer Built-in tool to automatically improve your descriptions for better results.


Parameters

ParameterRequiredDescription
promptYesText description of the desired scene and action
negative_promptNoElements to exclude from the video
durationNoVideo length in seconds (min: 3, max: 15, default: 5)
aspect_ratioNoVideo aspect ratio (default: 16:9)
cfg_scaleNoPrompt guidance strength (default: 0.5)
soundNoGenerate synchronized audio (default: disabled)
multi_promptNoAdditional prompts for complex compositions

How to Use

  1. Write your prompt — describe the scene, motion, camera movement, and mood in detail.
  2. Add negative prompt (optional) — specify elements you want to avoid.
  3. Set duration — choose any length from 3 to 15 seconds (default: 5).
  4. Choose aspect ratio — select the format that fits your platform.
  5. Adjust cfg_scale (optional) — control how closely the output follows your prompt.
  6. Enable sound (optional) — generate synchronized audio with the video.
  7. Run — submit and download your video.

Pricing

DurationSound OffSound On
3 s$0.336$0.504
5 s$0.56$0.84
10 s$1.12$1.68
15 s$1.68$2.52

Billing Rules

  • Base rate: $0.56 per 5 seconds
  • Sound multiplier: disabled = 1×, enabled = 1.5×
  • Duration range: 3–15 seconds


Best Use Cases

  • Premium Production — Cinematic scenes requiring the highest visual quality.
  • Marketing & Ads — High-end promotional videos with professional polish.
  • Film & Storytelling — Film-quality scenes with superior motion and detail.
  • Brand Content — Premium video content for brands demanding top-tier visuals.
  • Long-Form Animation — Up to 15 seconds for extended scene development.

Pro Tips

  • Use detailed, cinematic prompts for best results — include lighting, camera angles, and motion descriptions.
  • Try the Prompt Enhancer to automatically refine your descriptions for richer output.
  • Use negative_prompt to avoid common issues like blurry faces or unwanted elements.
  • Enable sound for environmental audio like rain, city ambience, crowds, or music scenes.
  • Match aspect ratio to your target platform: 16:9 for YouTube, 9:16 for TikTok/Reels, 1:1 for feeds.

Notes

  • Prompt is the only required field.
  • Duration range: minimum 3 seconds, maximum 15 seconds.
  • Sound generation increases cost by 50%.

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-v3.0-pro/text-to-video" \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}" \
--data-raw '{
    "duration": 5,
    "aspect_ratio": "16:9",
    "cfg_scale": 0.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
promptstringYes-The positive prompt for the generation.
negative_promptstringNo-The negative prompt for the generation.
durationintegerNo53, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15The duration of the generated media in seconds.
aspect_ratiostringNo16:916:9, 9:16, 1:1The aspect ratio of the generated video.
cfg_scalenumberNo0.50.00 ~ 1.00Flexibility in video generation; The higher the value, the lower the model's degree of flexibility, and the stronger the relevance to the user's prompt.
soundbooleanNo--Whether sound is generated simultaneously when generating a video.
multi_promptarrayNo--List of multi-prompt elements for the generation.
element_listarrayNo--Element reference list.

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.
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.