Kwaivgi Kling Video O3 Pro Text To Video
Playground
Try it on WavespeedAI!Kling Omni Video O3 is Kuaishou’s advanced unified multi-modal video model with MVL (Multi-modal Visual Language) technology. Text-to-Video mode generates cinematic videos from text prompts with subject consistency, natural physics simulation, and precise semantic understanding. Supports audio generation. Ready-to-use REST API, best performance, no coldstarts, affordable pricing.
Features
Kling Video O3 Pro Text-to-Video
Kling Video O3 Pro is Kuaishou’s most powerful text-to-video model, delivering top-tier visual quality and cinematic motion from text prompts alone. Describe any scene — the model generates premium video with flexible aspect ratios, adjustable duration from 3 to 15 seconds, and optional synchronized sound generation.
Why Choose This?
-
O3 Pro quality The highest visual fidelity and motion realism in the Kling family.
-
Flexible duration Generate videos from 3 to 15 seconds — any length you need.
-
Aspect ratio control Multiple aspect ratio options including 16:9, 9:16, 1:1, and more to fit any platform.
-
Sound generation Optional synchronized sound effects generated alongside the video.
-
Prompt Enhancer Built-in tool to automatically improve your motion descriptions for better results.
Parameters
| Parameter | Required | Description |
|---|---|---|
| prompt | Yes | Text description of the desired scene, motion, and action |
| aspect_ratio | No | Video aspect ratio (default: 16:9) |
| duration | No | Video length: 3–15 seconds (default: 5) |
| sound | No | Generate synchronized audio (default: disabled) |
How to Use
- Write your prompt — describe the scene, motion, camera movement, and mood in detail.
- Choose aspect ratio — select the format that fits your platform (16:9 for landscape, 9:16 for vertical, etc.).
- Set duration — choose any length from 3 to 15 seconds.
- Enable sound (optional) — generate synchronized audio with the video.
- Run — submit and download your video.
Pricing
| Duration | Sound Off | Sound On |
|---|---|---|
| 3 s | $0.72 | $0.90 |
| 5 s | $1.20 | $1.50 |
| 10 s | $2.40 | $3.00 |
| 15 s | $3.60 | $4.50 |
Billing Rules
- Base rate: $1.20 per 5 seconds
- Sound multiplier: disabled = 1×, enabled = 1.25×
Best Use Cases
- Cinematic Content — Create film-quality scenes with detailed motion and lighting from text alone.
- Social Media & Shorts — Produce vertical or landscape videos for any platform instantly.
- Marketing & Ads — Generate polished promotional clips with synchronized sound effects.
- Concept Visualization — Bring creative ideas to life before committing to production.
- Storytelling — Build narrative sequences with precise scene and mood control.
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.
- Enable sound for environmental audio like rain, city ambience, crowds, or music scenes.
- Use shorter durations (3–5 s) for testing, longer (10–15 s) for final production.
- 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 supports any value from 3 to 15 seconds.
- Sound generation increases cost by 1.25×.
Related Models
- Kling Video O3 Pro Image-to-Video — Animate still images into premium video with O3 Pro quality.
- Kling Video O3 Pro Video Edit — Edit existing videos with natural-language instructions.
- Kling Video O3 Pro Reference-to-Video — Create videos guided by reference images for consistent character and style control.
- Kling Video O3 Std Text-to-Video — Standard tier text-to-video at budget-friendly pricing.
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-video-o3-pro/text-to-video" \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}" \
--data-raw '{
"aspect_ratio": "16:9",
"duration": 5,
"sound": false
}'
# 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
| Parameter | Type | Required | Default | Range | Description |
|---|---|---|---|---|---|
| prompt | string | Yes | - | The positive prompt for the generation. | |
| aspect_ratio | string | No | 16:9 | 16:9, 9:16, 1:1 | The aspect ratio of the generated video. |
| duration | integer | No | 5 | 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 | The duration of the generated media in seconds (3-15). |
| sound | boolean | No | false | - | Whether to generate audio for the video. |
Response Parameters
| Parameter | Type | Description |
|---|---|---|
| code | integer | HTTP status code (e.g., 200 for success) |
| message | string | Status message (e.g., “success”) |
| data.id | string | Unique identifier for the prediction, Task Id |
| data.model | string | Model ID used for the prediction |
| data.outputs | array | Array of URLs to the generated content (empty when status is not completed) |
| data.urls | object | Object containing related API endpoints |
| data.urls.get | string | URL to retrieve the prediction result |
| data.has_nsfw_contents | array | Array of boolean values indicating NSFW detection for each output |
| data.status | string | Status of the task: created, processing, completed, or failed |
| data.created_at | string | ISO timestamp of when the request was created (e.g., “2023-04-01T12:34:56.789Z”) |
| data.error | string | Error message (empty if no error occurred) |
| data.timings | object | Object containing timing details |
| data.timings.inference | integer | Inference time in milliseconds |
Result Request Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| id | string | Yes | - | Task ID |
Result Response Parameters
| Parameter | Type | Description |
|---|---|---|
| code | integer | HTTP status code (e.g., 200 for success) |
| message | string | Status message (e.g., “success”) |
| data | object | The prediction data object containing all details |
| data.id | string | Unique identifier for the prediction, the ID of the prediction to get |
| data.model | string | Model ID used for the prediction |
| data.outputs | string | Array of URLs to the generated content (empty when status is not completed). |
| data.urls | object | Object containing related API endpoints |
| data.urls.get | string | URL to retrieve the prediction result |
| data.status | string | Status of the task: created, processing, completed, or failed |
| data.created_at | string | ISO timestamp of when the request was created (e.g., “2023-04-01T12:34:56.789Z”) |
| data.error | string | Error message (empty if no error occurred) |
| data.timings | object | Object containing timing details |
| data.timings.inference | integer | Inference time in milliseconds |