SilkDock
APIVideo Generation

Wan 2.6

Configurable fields and supported values for wan-2.6.

Model ID

wan-2.6

Capabilities

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

Configurable fields

FieldRequiredNotes
modelYesMust be wan-2.6.
promptYesVideo description or transformation instruction.
secondsNoMust use the supported range or fixed values above.
input_referenceConditionalSingle reference image URL; provide for image-to-video and omit for text-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.
extra_body.audio_urlNoInput audio URL. This does not enable generated output audio.
extra_body.prompt_extendNoPrompt enhancement switch. Boolean; defaults to true.

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

Example

{
  "model": "wan-2.6",
  "prompt": "A cinematic tracking shot through a coastal city",
  "seconds": 5,
  "extra_body": {
    "resolution": "1080p",
    "aspect_ratio": "16:9"
  }
}

Last updated on

On this page