SilkDock
APIVideo Generation

Gen-4 Turbo

Configurable fields and supported values for gen4_turbo.

Model ID

gen4_turbo

Capabilities

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

Configurable fields

FieldRequiredNotes
modelYesMust be gen4_turbo.
promptYesVideo description or transformation instruction.
secondsNoMust use the supported range or fixed values above.
input_referenceYesSingle reference image URL; this model only supports image-to-video.
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.

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

Example

{
  "model": "gen4_turbo",
  "prompt": "A cinematic tracking shot through a coastal city",
  "input_reference": "https://example.com/first-frame.png",
  "seconds": 5,
  "extra_body": {
    "resolution": "720p",
    "aspect_ratio": "16:9"
  }
}

Last updated on

On this page