← ClaudeAtlas

kling-videolisted

Generate AI videos with Kuaishou Kling via AceDataCloud API. Use when creating videos from text or images, extending existing videos, or applying motion control. Supports text-to-video, image-to-video, extend, and motion generation with multiple models and quality modes.
AceDataCloud/Skills · ★ 8 · AI & Automation · score 71
Install: claude install-skill AceDataCloud/Skills
# Kling Video Generation Generate AI videos through AceDataCloud's Kuaishou Kling API. > **Setup:** See [authentication](../_shared/authentication.md) for token setup. ## Quick Start ```bash curl -X POST https://api.acedata.cloud/kling/videos \ -H "Authorization: Bearer $ACEDATACLOUD_API_TOKEN" \ -H "Content-Type: application/json" \ -d '{"action": "text2video", "prompt": "a cat playing piano on a rooftop at sunset", "model": "kling-v3", "mode": "std", "duration": 5}' ``` > **Async:** See [async task polling](../_shared/async-tasks.md). Poll via `POST /kling/tasks` with `{"id": "..."}`. ## Models | Model | Quality | Best For | |-------|---------|----------| | `kling-v3` | Latest | Best quality, flexible 3–15s duration, optional audio generation | | `kling-v3-omni` | Latest | Omni model with audio support, flexible 3–15s duration | | `kling-v2-6` | High | High-quality output with optional audio (pro mode) | | `kling-v2-5-turbo` | High + Fast | Best speed/quality trade-off | | `kling-v2-master` | High | High-quality output | | `kling-v2-1-master` | High | Improved v2 | | `kling-v1-6` | Improved | Better quality than v1 | | `kling-v1` | Standard | Basic generation, lowest cost | | `kling-video-o1` | Premium | Highest quality (thinking model) | ## Quality Modes | Mode | Speed | Cost | Use For | |------|-------|------|---------| | `std` (Standard) | Slower | Lower | Draft/preview | | `pro` (Professional) | Faster | Higher | Final output | | `4k` (Native 4K) | — | Pre