Kling 3.0 Omni
Multi-scene video with native audio: transfers a character's appearance and voice from a video sample into new scenes, though audio must be disabled when that video sample is used. Use it for coherent narratives with one hero.
Cost
from 6.4 tokens/s
curl -X POST https://api.givon.ai/api/v1/generations \
-H "Authorization: Bearer $GIVON_API_KEY" \
-H "Content-Type: application/json" \
-d '{"type":"video","model":"kling-3.0-omni","input":{"prompt":"cinematic drone shot over a city at night","aspectRatio":"9:16","resolution":"720p","duration":3,"audioEnabled":true,"referenceAssetUris":["asset://asset_..."]}}'Input fields
* required| Field | Type | Default | Allowed |
|---|---|---|---|
prompt* promptScene / motion description. | string | — | up to 2500 chars |
aspectRatio aspectRatio | string | 9:16 | 9:16, 16:9, 1:1 |
resolution resolution | string | 720p | 720p, 1080p |
duration duration | number | 3 | from 3 · up to 15 · step 1 seconds |
audioEnabled audioEnabledOmni can generate native audio without a video reference; turn audio off when using a video reference. | boolean | true | boolean |
Reference video referenceVideoAsset input for the referenceVideo slot. | string | — | video · asset, https, data |
Reference images referenceAssetUrisOptional reference assets as asset:// URIs, HTTPS URLs, or data URIs. | array | — | image · up to 7 · asset, https, data |
promptScene / motion description.
- Type
- string
- Default
- —
- Allowed
- up to 2500 chars
aspectRatio- Type
- string
- Default
- 9:16
- Allowed
- 9:16, 16:9, 1:1
resolution- Type
- string
- Default
- 720p
- Allowed
- 720p, 1080p
duration- Type
- number
- Default
- 3
- Allowed
- from 3 · up to 15 · step 1 seconds
audioEnabledOmni can generate native audio without a video reference; turn audio off when using a video reference.
- Type
- boolean
- Default
- true
- Allowed
- boolean
referenceVideoAsset input for the referenceVideo slot.
- Type
- string
- Default
- —
- Allowed
- video · asset, https, data
referenceAssetUrisOptional reference assets as asset:// URIs, HTTPS URLs, or data URIs.
- Type
- array
- Default
- —
- Allowed
- image · up to 7 · asset, https, data
Cost
from 6.4 tokens/sThe variant is selected automatically from request fields, so you do not need to send it.
Capabilities
text_to_videoimage_to_videovideo_to_videoreference_to_videoreferenceVideo:videoreferenceAssetUris:image[]<=7Run Kling 3.0 Omni
Get an API key and the same request shape will work across every model in the catalog.