Browse ModelsKwaivgiKwaivgi Kling V3.0 Std Text To Video

Kwaivgi Kling V3.0 Std Text To Video

Kwaivgi Kling V3.0 Std Text To Video

Playground

Try it on WavespeedAI!

Kling 3.0 Standard delivers high-quality 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 Std Text-to-Video

Kling V3.0 Standard Text-to-Video is Kuaishou’s cost-efficient text-to-video model, generating smooth, cinematic video directly from natural language prompts at accessible pricing. With flexible duration, multiple aspect ratios, optional synchronized sound, and precise prompt control, it delivers strong visual quality for a wide range of production workflows.


Why Choose This?

  • V3.0 quality at Standard pricing Strong visual quality and motion coherence at a fraction of Pro tier cost.

  • Flexible duration Generate videos from 3 to 15 seconds to match your scene needs.

  • Multiple aspect ratios Support for 16:9, 9:16, and 1:1 to fit any platform or format.

  • 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 over the output.

  • Multi-prompt and element list support Chain prompt segments for scene transitions and lock in specific visual elements for consistency.

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


Parameters

ParameterRequiredDescription
promptYesText description of the scene, motion, camera style, and atmosphere.
negative_promptNoElements to exclude from the video.
durationNoVideo length in seconds. Range: 3–15. Default: 5.
aspect_ratioNoOutput ratio: 16:9 (default), 9:16, 1:1.
cfg_scaleNoPrompt guidance strength. Default: 0.5.
soundNoGenerate synchronized sound alongside the video. Default: disabled.
shot_typeNoEditing mode: intelligent (default, auto-determines scope) or customize.
multi_promptNoAdditional prompt segments to guide scene transitions and progressions.
element_listNoList of visual elements to maintain consistency throughout the clip.

How to Use

  1. Write your prompt — describe the scene, characters, camera movement, lighting, and atmosphere. Use the Prompt Enhancer for better results.
  2. Add negative prompt (optional) — specify elements you want to exclude from the output.
  3. Set duration — choose any length from 3 to 15 seconds.
  4. Select aspect ratio — 16:9 for landscape, 9:16 for portrait/social, 1:1 for square.
  5. Adjust cfg_scale (optional) — increase for stricter prompt adherence, decrease for more creative variation.
  6. Enable sound (optional) — generate synchronized audio alongside the video.
  7. Select shot_type (optional) — use intelligent for automatic scope, or customize for manual control.
  8. Add multi-prompt segments (optional) — click Add Item to guide scene transitions.
  9. Add element list items (optional) — see Notes below for how to use elements effectively.
  10. Run — submit and download your video.

Pricing

DurationWithout SoundWith Sound
3s$0.252$0.378
5s$0.420$0.630
10s$0.840$1.260
15s$1.260$1.890

Billing Rules

  • Base rate: $0.42 per 5 seconds ($0.084 per second)
  • Sound surcharge: ×1.5 when sound is enabled
  • Duration range: 3–15 seconds

Best Use Cases

  • Social Media Content — Generate portrait or square clips for TikTok, Reels, and Shorts at scale.
  • Concept Visualization — Quickly bring creative ideas and moods to life from text descriptions.
  • Marketing & Advertising — Produce promotional video content without a film crew.
  • Prototyping — Test visual ideas and prompt variations at Standard pricing before committing to Pro.
  • Storytelling — Build narrative scenes from detailed text descriptions with consistent motion.

Pro Tips

  • The more specific your prompt, the better — include camera angle, lighting style, character behavior, and atmosphere.
  • Use negative_prompt to avoid common artifacts like blurry faces, unwanted motion, or specific visual elements.
  • Match aspect ratio to your platform: 16:9 for YouTube, 9:16 for TikTok and Reels, 1:1 for Instagram.
  • Enable sound for scenes with ambient environments, crowds, or action for a more immersive result.
  • Use shorter durations (3–5s) for rapid iteration, longer (10–15s) for final output.

Notes

  • Only prompt is a required field; all other parameters are optional.
  • Duration range: minimum 3 seconds, maximum 15 seconds.
  • Sound generation increases cost by 1.5×.
  • Using element_list: First use Kling Elements to generate your element and note its name and ID. Then simply write the element name naturally in your prompt, and enter the corresponding element ID in the element_list field. No special characters or syntax required.
  • Ensure any referenced 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-v3.0-std/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,
    "shot_type": "customize"
}'

# 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.
shot_typestringNocustomizecustomize, intelligentShot type for the generation.
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.