Skip to main content
← Wan 3.0 Prime Endpoint: POST https://api.higgsfield.ai/alibaba/wan-3.0-prime/reference-to-video Endpoint ID: alibaba/wan-3.0-prime/reference-to-video ▶Open API PlaygroundWan 3.0 Prime · Reference to video↗

Usage notes

  • Reference media are optional in the stored schema: only prompt is required. The example includes an image to demonstrate reference mode.
  • Send either file_url or link_url. A document or web-page reference automatically enables thinking; when both are sent, file_url takes precedence.
  • Reference video clips must be 1–30 seconds each and total at most 30 seconds. Reference audio must be WAV or MP3 and total at most 30 seconds, as specified in the production schema.
  • The schema accepts seed=0, but the current implementation only forwards a nonzero seed.

Quick start

Replace the example media URLs with publicly accessible URLs for your own files before submitting.

Input schema

integer
Seed used to control generation randomness. Minimum: 0. Maximum: 2147483647.
string
required
Write your prompt here
integer
default:"5"
2-30 seconds. Minimum: 2. Maximum: 30.
string
One document (docx/xlsx/pptx/pdf/md). Forces deep thinking. Format: uri.
One public page. Forces deep thinking. Not combinable with file_url. Format: uri.
array
Up to 5 files, 30s total. WAV or MP3. Maximum items: 5. Each item: string. Format: uri.
array
Ordered public image reference URLs. Maximum items: 10. Each item: string. Format: uri.
string
default:"1080p"
Output resolution tier. Allowed values: "480p", "720p", "1080p".
array
Up to 5 clips, 30s total, each 1-30s. Maximum items: 5. Each item: string. Format: uri.
string
default:"adaptive"
Output width-to-height ratio. Allowed values: "16:9", "4:3", "1:1", "3:4", "9:16", "adaptive".
boolean
default:"true"
Generate audio with the video.
boolean
default:"false"
Enable model reasoning.

Response

Submission returns a request handle. Poll status_url until status is completed, or use webhooks.
Accepted
A completed response includes the following output fields:
See polling, request errors and authentication for shared request handling.