Kling 3.0 API — Cinematic Video Generation
Kuaishou's flagship video model via REST API. Free credits.
Kling 3.0 — three variants, one API surface
Kling 3.0
Kuaishou's flagship video model
Kling 3.0 is Kuaishou's newest video generation model — the reference for cinematic motion realism, physics accuracy, and prompt adherence across long clips.
Text-to-Video
Generate from text prompts
Use kling-v3-t2v to create short clips from text. Strong camera work, subject consistency, and natural motion at 720p-1080p.
Image-to-Video
Animate a still image
kling-v3-i2v turns a single image into a short clip with optional motion prompt. Perfect for product reveals, character animation, and social content.
Motion Control
Camera path control
kling-v3-motion-control adds precise camera path directives (pan, zoom, dolly, orbit) on top of the base model — for storyboard-driven video workflows.
One REST API
No Kuaishou account
Call Kling 3.0 via the ModelsLab REST API. One key, one bill — no Kuaishou signup, no regional restrictions.
Pricing
Transparent per-clip rates
Kling 3.0 on ModelsLab is priced around $0.35-$0.50 per 5-second 720p clip. Free credits on every new account.
Webhooks
Async callbacks
Pass a webhook URL and ModelsLab POSTs the MP4 to your endpoint when generation completes. Essential for long-running video jobs.
SDKs
Python & JavaScript
Official SDKs wrap every Kling endpoint. REST + OpenAPI spec for autogenerated clients.
Examples
See what Kling 3.0 can generate
Copy any prompt below and try it yourself in the playground.
Cinematic motion
“a slow-motion shot of a dancer leaping through a sunlit studio, cinematic lighting, shallow depth of field”
Product reveal
“a luxury watch rotating on a black marble pedestal, studio light, reflections on the metal”
Camera pan
“slow camera pan over a neon-lit Tokyo street at night, rain puddles, shop signs”
Character animation
“a samurai walking through a bamboo forest, wind moving the leaves, cinematic”
For Developers
A few lines of code.
Reference-quality cinematic video. Same API.
ModelsLab handles the infrastructure: fast inference, auto-scaling, and a developer-friendly API. No GPU management needed.
- Serverless: scales to zero, scales to millions
- Pay per clip, no minimums
- Python and JavaScript SDKs, plus REST API
import requestsresponse = requests.post("https://modelslab.com/api/v7/video-fusion/image-to-video",json={"key": "YOUR_API_KEY","prompt": "slow camera zoom out, cinematic motion, subtle wind","model_id": "kling-v3-i2v","init_image": "https://example.com/source.jpg","num_frames": 120,"output_type": "mp4"})print(response.json())
Ready to create?
Start generating with Kling 3.0 API — Cinematic Video Generation on ModelsLab.