SilkDock
APIVideo Generation

Sora 2 Pro

Configurable fields and supported values for sora-2-pro.

Model ID

sora-2-pro

Capabilities

CapabilitySupported value
Text-to-videoYes
Image-to-videoYes
Multi-image / reference videoNo
Start/end framesNo
Motion transferNo
Audio inputNo
Generated audioYes; synchronized with the video
Resolution720p, 1024p, 1080p
Aspect ratio16:9, 9:16
Duration (seconds)4, 8, 12, 16, or 20

Configurable fields

FieldRequiredNotes
modelYesMust be sora-2-pro.
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.

Generated videos can be passed to POST /v1/videos/edits. The legacy Remix endpoint is deprecated. No other model-specific creation fields are supported.

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

Example

{
  "model": "sora-2-pro",
  "prompt": "A cinematic tracking shot through a coastal city",
  "seconds": 4,
  "extra_body": {
    "resolution": "720p",
    "aspect_ratio": "16:9"
  }
}

Last updated on

On this page