Kling O3 API
Kling O3 (V3 Omni) next-generation video model with text-to-video, image-to-video, reference-to-video, video editing, and custom element creation. Supports 3-15 second videos with per-second billing.
No sample available
Click Generate to see preview
Historique
Max 20 éléments0 en cours · 0 terminé
Billing Rules
- •Price shown is per second
- •Duration range: 3-15 seconds
- •Total = price/second × duration
Pricing
| Model | Mode | Quality | Sound | Price |
|---|---|---|---|---|
| Kling O3 Text to Video | Video Generation | 720p | Off | Popular $0.0750/ second(5.4 Credits) |
| Kling O3 Text to Video | Video Generation | 720p | On | $0.1001/ second(7.2036 Credits) |
| Kling O3 Text to Video | Video Generation | 1080p | Off | $0.1001/ second(7.2036 Credits) |
| Kling O3 Text to Video | Video Generation | 1080p | On | $0.1250/ second(9.0018 Credits) |
If it's down, we automatically use the next cheapest available—ensuring 99.9% uptime at the best possible price.
Kling O3 API for next-generation video creation
Build with the latest Kling V3 Omni model. Generate videos from text, images, or references, and edit existing footage — all through one unified API with 3-15 second output support.

What can you build with the Kling O3 API?
Text-to-video creation
Generate videos directly from text prompts with Kling O3. Describe scenes, actions, and styles in natural language and let the model produce 3-15 second clips ready for marketing, social media, or creative projects.

Image and reference-driven video
Use images or reference videos to guide generation. Kling O3 supports image-to-video and reference-to-video modes, giving teams precise control over visual style, character consistency, and scene composition.

AI-powered video editing
Edit and transform existing footage with Kling O3's video editing mode. Apply style transfers, adjust scenes, and refine content without starting from scratch — ideal for iterating on commercial content at scale.

Why teams choose Kling O3
Kling O3 brings the latest V3 Omni architecture with four specialized modes — text-to-video, image-to-video, reference-to-video, and video editing — in a single model family.
Four specialized modes
Text, image, reference, and editing modes cover the full video creation workflow.
Latest V3 Omni architecture
Built on Kling's newest generation for improved quality and consistency.
Flexible 3-15s output
Generate videos from 3 to 15 seconds with per-second billing.
How to integrate the Kling O3 API
From input to production-ready video in three steps.
Choose your mode
Select text-to-video, image-to-video, reference-to-video, or video editing based on your workflow needs.
Submit a generation task
Send your request with prompts, images, or references. Track the async task until results are ready.
Review and iterate
Download results, compare variations, and reuse the same structure for fast iteration across campaigns.
Core capabilities of the Kling O3 API
Next-generation video AI with four specialized modes
Text-to-video generation
Generate videos purely from text descriptions. Kling O3 interprets natural language prompts to produce dynamic video content without requiring any visual input.
Image-to-video transformation
Transform static images into dynamic videos. Provide reference images and let Kling O3 animate them with natural motion and scene dynamics.
Reference video guidance
Use existing videos as references to guide new generation. This mode helps maintain visual consistency and style across multiple outputs.
AI video editing
Edit and transform existing footage with AI-powered tools. Apply style changes, scene adjustments, and creative transformations without manual editing.
Per-second billing
Pay only for what you generate with per-second billing. Videos range from 3 to 15 seconds, giving teams precise cost control for every project.
V3 Omni architecture
Built on Kling's latest V3 Omni foundation, delivering improved visual quality, better motion coherence, and more accurate prompt following.
Frequently Asked Questions
Everything you need to know about the product and billing.
API Reference
Select endpoint
Authentication
All APIs require Bearer Token authentication.
Authorization:
Bearer YOUR_API_KEY/v1/videos/generationsCreate Video
Kling O3 Text to Video (kling-o3-text-to-video) generates videos from text prompts using the V3 Omni model. Supports single-shot and multi-shot modes with optional sound effects.
Asynchronous processing mode, use the returned task ID to query status.
Generated video links are valid for 24 hours, please save them promptly.
Important Notes
- Text-to-video mode: no image input required.
- Video duration: 3-15 seconds, billed per second.
- Pricing varies by quality and sound: 720p+off = 1.0x, 720p+on = 1.334x, 1080p+off = 1.334x, 1080p+on = 1.667x.
Request Parameters
modelstringRequiredDefault: kling-o3-text-to-videoVideo generation model name.
kling-o3-text-to-videopromptstringRequiredText prompt describing what kind of video to generate. When multi_shot=true and shot_type=customize, this can be empty (use multi_prompt instead).
Notes
- Max 2500 characters
A golden retriever running through a sunlit meadow, cinematic slow motion.durationintegerOptionalDefault: 5Specifies the generated video duration in seconds.
Notes
- Range: 3-15 seconds (integer)
- Base price: 5.4 credits per second
- Minimum billing: 3 seconds
5aspect_ratiostringOptionalVideo aspect ratio.
| Value | Description |
|---|---|
| 16:9 | Landscape video |
| 9:16 | Portrait video |
| 1:1 | Square video |
16:9qualitystringOptionalDefault: 720pVideo resolution quality. Affects billing multiplier.
| Value | Description |
|---|---|
| 720p | Standard 720P (1.0x base) |
| 1080p | High quality 1080P (1.334x base) |
720psoundstringOptionalDefault: offSound effect control. Affects billing multiplier.
| Value | Description |
|---|---|
| off | No sound effects (1.0x) |
| on | Generate sound effects (1.334x) |
Notes
- Combined multiplier: 720p+off=1.0x, 720p+on=1.334x, 1080p+off=1.334x, 1080p+on=1.667x
offcallback_urlstringOptionalHTTPS callback address after task completion.
Notes
- Triggered on completion, failure, or cancellation
- HTTPS only, no internal IPs
- Max length: 2048 chars
- Timeout: 10s, Max 3 retries
https://your-domain.com/webhooks/video-task-completedmodel_params.multi_shotbooleanOptionalDefault: falseEnable multi-shot mode for generating videos with multiple camera angles or scenes.
Notes
- When enabled, shot_type and multi_prompt become relevant
truemodel_params.shot_typestringOptionalShot type for multi-shot mode. Required when multi_shot is true.
| Value | Description |
|---|---|
| customize | Custom per-shot prompts and durations |
Notes
- Only effective when multi_shot=true
customizemodel_params.multi_promptarrayOptionalPer-shot prompt array. Required when multi_shot=true and shot_type=customize. Each item defines a shot segment.
Notes
- Format: [{index: number, prompt: string, duration: string}, ...]
- Max 6 shots
- Total duration of all shots should match the requested duration
- When used, top-level prompt can be empty
[{"index": 1, "prompt": "A person on a hilltop", "duration": "5"}, {"index": 2, "prompt": "Camera pulls back", "duration": "5"}]model_params.element_listarrayOptionalSubject library list for referencing pre-trained subjects in the video.
Notes
- Format: [{element_id: long}, ...]
- Max 7 subjects
- Reference subjects in prompt using <<<element_N>>> placeholder
[{"element_id": 123456}]model_params.watermark_infoobjectOptionalWatermark configuration for the generated video.
Notes
- Format: {enabled: boolean}
{"enabled": false}