Browse ModelsKwaivgiKwaivgi Kling V2.6 Std Text To Video

Kwaivgi Kling V2.6 Std Text To Video

Kwaivgi Kling V2.6 Std Text To Video

Playground

Try it on WavespeedAI!

Kling 2.6 Standard offers cost-effective text-to-video generation with smooth motion, cinematic visuals, and strong prompt adherence. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.

Features

Kling V2.6 Standard Text-to-Video

Kling V2.6 Standard is Kuaishou’s text-to-video generation model that creates high-quality videos directly from text descriptions. With support for negative prompts, multiple aspect ratios, and flexible duration, it delivers cinematic results with rich detail and natural motion.


Why Choose This?

  • Pure text-driven generation Create videos from scratch using detailed text descriptions.

  • Negative prompt support Exclude unwanted elements for more precise control over the output.

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

  • Flexible duration Generate 5-second or 10-second videos.

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


Parameters

ParameterRequiredDescription
promptYesText description of the video scene and motion
negative_promptNoElements to exclude from generation
aspect_ratioNoOutput ratio: 1:1, 9:16, 16:9 (default: 16:9)
durationNoVideo length: 5 or 10 seconds (default: 5)

How to Use

  1. Write your prompt — describe the scene, characters, motion, and style in detail.
  2. Add negative prompt (optional) — specify what you want to avoid in the output.
  3. Select aspect ratio — choose based on your target platform.
  4. Set duration — 5 seconds or 10 seconds.
  5. Run — submit and download your video.

Pricing

DurationCost
5s$0.21
10s$0.42

Best Use Cases

  • Social Media Content — Create short-form videos for TikTok, Reels, and Stories.
  • Concept Visualization — Bring creative ideas to life without filming.
  • Film Noir & Artistic Styles — Generate stylized footage with specific aesthetics.
  • Marketing Videos — Produce promotional content from text descriptions.
  • Storyboarding — Visualize narrative scenes for pre-production.

Pro Tips

  • Use the Prompt Enhancer to refine your descriptions automatically.
  • Be specific about style, lighting, atmosphere, and camera movement.
  • Use negative prompts to avoid common issues (e.g., “blurry, low quality, distorted”).
  • Match aspect ratio to your platform: 16:9 for YouTube, 9:16 for TikTok/Reels, 1:1 for Instagram.
  • 5s videos are more cost-effective for testing; use 10s for final production.

Notes

  • Only prompt is required; other parameters have defaults.
  • Duration options are 5 or 10 seconds only.
  • For best results, write detailed prompts with scene, motion, and style information.

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-v2.6-std/text-to-video" \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}" \
--data-raw '{
    "aspect_ratio": "16:9",
    "duration": 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.
aspect_ratiostringNo16:91:1, 9:16, 16:9The aspect ratio of the generated media.
durationintegerNo55, 10The duration of the generated media in seconds.

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 (empty when status is not completed).
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.