创建文生视频任务
Alibaba
Wan2.2 T2V A14B
根据文本描述生成视频。为异步任务——提交后通过 GET /v1/video/generations/{task_id} 轮询状态,直到 status 为 succeeded。
POST
创建文生视频任务
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
模型 ID
Available options:
wan2.2-t2v-a14b Example:
"wan2.2-t2v-a14b"
视频描述文字。
Example:
"一只猫在弹钢琴"
视频时长(秒),3–5。
Required range:
3 <= x <= 5Example:
5
输出视频宽度(像素)。
输出视频高度(像素)。
随机种子,用于复现结果。
透传至上游 API 的扩展参数。

