SilkDock
APIVideo Generation

Kling 2.5 Turbo

Configurable fields and supported values for kling-2.5-turbo.

Model ID

kling-2.5-turbo

Capabilities

CapabilitySupported value
Text-to-videoYes
Image-to-videoYes
Multi-image / reference videoNo
Start/end framesNo
Motion transferNo
Audio inputNo
Generated audioNo
Resolution720p, 1080p
Aspect ratio1:1, 16:9, 9:16
Duration (seconds)Any integer from 4 to 10

Configurable fields

FieldRequiredNotes
modelYesMust be kling-2.5-turbo.
promptYesVideo description or transformation instruction.
secondsNoMust use the supported range or fixed values above.
input_referenceConditionalSingle reference image URL or file; provide for image-to-video and omit for text-to-video. Arrays are not supported by this model.
sizeNoLegacy pixel dimensions. Prefer extra_body.resolution and extra_body.aspect_ratio.
extra_body.resolutionNoSelect one supported resolution above.
extra_body.aspect_ratioNoSelect one supported ratio above; omit when the ratio follows the reference image.
extra_body.negative_promptNoContent or visual traits to avoid.
extra_body.seedNoInteger random seed.

Do not send unsupported audio, frame, reference, or private provider fields. Account availability is determined by the model list API.

Example

{
  "model": "kling-2.5-turbo",
  "prompt": "A cinematic tracking shot through a coastal city",
  "seconds": 4,
  "extra_body": {
    "resolution": "1080p",
    "aspect_ratio": "16:9"
  }
}

Last updated on

On this page