Context
500
Input
text, image
Output
video
Tool calling
Not listed
About this model
Kling v3.0 4K is Kuaishou's premium image-to-video model, generating up to 15 seconds of native 4K video (30fps) from images. It supports optional synchronized audio, multi-prompt scene composition for complex narratives, and flexible aspect ratios (16:9, 9:16, 1:1).
Input modalities
text
Accepted as model input
image
Accepted as model input
Providers
Available routing options for this model through OneInfer.
Available
Video generation
$0.4200 / second
Video generation
$0.6300 / second
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Video generation4K · No audio · Fixed camera · default | $0.4200 / second |
| Video generation4K · With audio · Fixed camera · default | $0.6300 / second |
Performance
Published evaluation results associated with this model.
No benchmark data is listed for this model.
API example
curl -X POST https://api.oneinfer.ai/v1/ula/generate-video \
-H "Authorization: Bearer YOUR_JWT_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"provider": "novita",
"model": "Kling/kling-v3.0-4k-i2v",
"prompt": "A red fox running through a snowy forest",
"resolution": "4K",
"aspect_ratio": "16:9",
"duration": 5,
"generate_audio": false,
"camera_fixed": true,
"service_tier": "default"
}'