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`.
Authentication
AuthorizationBearer
Send your API key as Authorization: Bearer <BEATAPI_API_KEY>.
Headers
Idempotency-Key
Request
This endpoint expects an object.
model
Must be wan-3.0-prime.
prompt
Video generation instructions.
images
Public HTTPS images. One starts an image-to-video render; more are used as visual references.
reference_videos
Public HTTPS video references. A request that carries one is billed at 1.5x.
reference_audios
Public HTTPS audio references.
duration
Requested output duration in seconds. Any whole number in range; there is no long-clip surcharge.
aspect_ratio
Output video aspect ratio.
resolution
Output resolution tier. Price scales with it.
Response
Video generation task accepted
Errors
400
Bad Request Error
401
Unauthorized Error
402
Payment Required Error
409
Conflict Error
429
Too Many Requests Error

