Wan 3.0 Prime

The priority render tier of Wan 3.0 — the same 2–30 second output at the same price, served from the faster queue. ### Supported modes | Mode | Required input | Rules | | --- | --- | --- | | Text to video | `model`, `prompt` | Omit `images`. | | Image to video | `model`, `prompt`, `images` | One image starts the render from that frame. | | With references | `model`, `prompt`, `reference_videos` or `reference_audios` | A reference video bills the request at 1.5x. | **Async flow:** Create the task, save `data.id`, then [poll the Task](/quick-guide#get-task-status) with `GET /v1/tasks/{task_id}`. On `succeeded`, read `data.output.media`. On `failed`, read `data.error_code` and `data.error_message`, then follow the [error and retry policy](/quick-guide#errors-and-retry-policy). **Using a local file?** [upload a local input](/quick-guide#upload-an-input-file) first and pass the returned `data.url`.

身份验证

AuthorizationBearer

Send your API key as Authorization: Bearer <BEATAPI_API_KEY>.

请求头

Idempotency-Keystring可选<=255 characters

请求

This endpoint expects an object.
model"wan-3.0-prime"必需

Must be wan-3.0-prime.

promptstring必需1-5000 characters
Video generation instructions.
imageslist of strings可选

Public HTTPS images. One starts an image-to-video render; more are used as visual references.

reference_videoslist of strings可选
Public HTTPS video references. A request that carries one is billed at 1.5x.
reference_audioslist of strings可选
Public HTTPS audio references.
durationinteger可选2-30默认为 5

Requested output duration in seconds. Any whole number in range; there is no long-clip surcharge.

aspect_ratioenum可选默认为 16:9
Output video aspect ratio.
resolutionenum可选默认为 720p
Output resolution tier. Price scales with it.

响应

Video generation task accepted

错误

400
Bad Request Error
401
Unauthorized Error
402
Payment Required Error
409
Conflict Error
429
Too Many Requests Error