Skip to content

创建视频

POST
/v1/video/create
  • 创建 Veo 视频生成任务(统一标准格式)
  • 支持文生视频;可选 images 垫图/首尾帧(依模型而定)

Authorizations

bearer
Type
HTTP (bearer)

Request Body

application/json
object

模型名称。veo2/veo3/veo3.1 系列支持 fast、pro、frames、components 等变体;
带 frames 的模型支持首尾帧;components 支持最多 3 张参考图作为画面元素。

Valid values"veo2""veo2-fast""veo2-fast-frames""veo2-fast-components""veo2-pro""veo2-pro-components""veo3""veo3-fast""veo3-fast-frames""veo3-frames""veo3-pro""veo3-pro-frames""veo3.1""veo3.1-fast""veo3.1-pro""veo3.1-4k""veo3.1-pro-4k"

提示词

veo 仅支持英文提示词;开启后可将中文自动译为英文

是否超分

图片 URL 数组。veo2-fast-frames 最多 2 张(首尾帧);
veo3-pro-frames 最多 1 张首帧;veo2-fast-components 最多 3 张(画面元素)。

仅 veo3 系列支持,如 16:9 或 9:16

Responses

成功

application/json
object

Playground

Authorization
Body

Samples