{
"id": "<string>",
"task_id": "<string>",
"object": "video",
"model": "<string>",
"status": "queued",
"progress": 123,
"created_at": 123
}Submit an asynchronous Ali wan2.7-i2v generation task.
This capability uses the top-level media array to represent the upstream input.media protocol.
Implemented official media.type values are first_frame, last_frame, driving_audio, and first_clip.
Supported media combinations in the current project implementation:
first_framefirst_frame + driving_audiofirst_frame + last_framefirst_frame + last_frame + driving_audiofirst_clipfirst_clip + last_frameprompt is optional for this capability. size supports only 720P and 1080P. seconds supports integer strings from 2 to 15. Official fields negative_prompt, prompt_extend, watermark, and seed are also supported.
{
"id": "<string>",
"task_id": "<string>",
"object": "video",
"model": "<string>",
"status": "queued",
"progress": 123,
"created_at": 123
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Ali wan2.7-i2v model.
wan2.7-i2v Latest multimodal input style for wan2.7-i2v. Use this field for official upstream combinations such as first frame + driving audio or first clip continuation.
Show child attributes
Optional text prompt. When omitted, generation relies entirely on the provided media inputs.
Optional negative prompt describing content that should not appear in the output video.
Whether to enable prompt rewriting. The default value is true.
Whether to add a watermark. The default value is false.
Random seed. If omitted, the system generates one automatically.
0 <= x <= 2147483647Video duration in string form. Supported values are integer strings from 2 to 15.
Output resolution tier for the current project implementation.
720P, 1080P Submission successful. Returns the unified OpenAI-style video task object.
Public task ID.
Public task ID alias.
"video"
Model name.
Unified video task status.
queued, in_progress, completed, failed, unknown Task progress percentage.
Unix timestamp in seconds.