Skip to main content
POST
Wan - 2.2 A14B Turbo
Transform an input image into a dynamic video using the Wan 2.2 A14B Image to Video Turbo model.

Create a Video Generation Task

Authentication

All API requests require a Bearer Token.

Parameters

Top-Level Parameters

string
required
Must be wan/2-2-a14b-image-to-video-turbo.

input Parameters

object
required
The input object contains the parameters used to generate the video.
string
required
Use prompt to describe the video you want to generate.Maximum length: 5000 characters.
string
required
The image_url must contain the URL of an uploaded image. The value must be an uploaded file URL, not the file content itself.Note: If the input image does not match the selected aspect ratio, it is resized and center-cropped.Supported image types:
  • image/jpeg
  • image/png
  • image/webp
Maximum file size: 10 MB
string
default:"720p"
Specify the resolution of the output video.Supported output resolutions:
  • 480p
  • 720p
Default: 720p
boolean
default:"false"
Expands the prompt with additional details while maintaining its original meaning.Default: false
number
default:"0"
Random seed for reproducible generation.Seed Range : 0 to 2147483647
Step : 1
Default: 0
string
default:"none"
Acceleration level to use. The more acceleration, the faster the generation, but with lower quality.
The recommended value is none.
Supported values:
  • none
  • regular
Default: none

Request

Request Body

The request body must be JSON and requires the model field.

Response

Successful Response

A successful request returns a task ID that can be used to query the task status.
number
Response status code.
string
Response message. Contains the error description when the request fails.Example: success
object
required
The task data object containing task id.
string
required
The unique identifier for this task.Example: task_123456

Query Task Status

After submitting a task, use the unified query endpoint to check the task progress and retrieve the generated results.

Get Task Details

Check task status, monitor generation progress, and retrieve results.

Error Response

Response Codes