Kling 3.0 Turbo

Kling 3.0 Turbo is a video generation model from kling available through the Givon AI API. Use the published schema to prepare inputs and request token quotes before generation.

Cost

from 6 tokens/s

VideoProvider: Kling
Run generation
IDEMPOTENCY_KEY="${IDEMPOTENCY_KEY:-$(uuidgen)}"
curl -X POST https://api.givon.ai/api/v1/generations \
  -H "Authorization: Bearer $GIVON_API_KEY" \
  -H "Idempotency-Key: $IDEMPOTENCY_KEY" \
  -H "Content-Type: application/json" \
  -d '{"type":"video","model":"kling-3.0-turbo","input":{"prompt":"cinematic drone shot over a city at night","aspectRatio":"9:16","resolution":"720p","duration":4}}'

Input fields

* required
prompt*prompt

Generation prompt describing the scene, action and direction.

Type
string
Default
Allowed
up to 2500 chars
aspectRatioaspectRatio
Type
string
Default
9:16
Allowed
16:9, 1:1, 9:16
resolutionresolution
Type
string
Default
720p
Allowed
720p, 1080p
durationduration
Type
number
Default
4
Allowed
3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
Start imagestartImage

Asset input for the startImage slot.

Type
string
Default
Allowed
image · asset, https, data

Cost

from 6 tokens/s
720pdefault6 tokens/s
1080p7.5 tokens/s

The variant is selected automatically from request fields, so you do not need to send it.

Capabilities

Modesimage_to_videotext_to_video
Asset slotsstartImage:image

Run Kling 3.0 Turbo

Get an API key and the same request shape will work across every model in the catalog.

Where to use this model

Kling 3.0 Turbo API - video generation · Givon AI