| 字段 | 类型 | 必填 | 说明 |
|---|---|---|---|
model | string | 是 | 固定传 grok-imagine-1.0-video |
prompt | string | 是 | 视频生成提示词 |
reference_images | string[] | 否 | 图生视频参考图 URL。当前推荐传 1 张图 |
video_config.video_length | number/string | 否 | 视频时长,支持 6、10 |
video_config.aspect_ratio | string | 否 | 画幅比例,支持 16:9、9:16、1:1、2:3、3:2 |
video_config.resolution | string | 否 | 可传 HD 或 SD,作为兼容字段 |
| aspect_ratio | 实际 size |
|---|---|
16:9 | 1280x720 |
9:16 | 720x1280 |
1:1 | 1024x1024 |
2:3 | 720x1280 |
3:2 | 1280x720 |
Authorization: Bearer ********************{
"model": "grok-imagine-video-1.5-preview",
"prompt": "make the cat move, gentle motion",
"image_url": "https://gips0.baidu.com/it/u=1690853528,2506870245&fm=3028&app=3028&f=JPEG&fmt=auto?w=1024&h=1024",
"seconds": "4",
"size": "720x1280"
}curl --location '/v1/videos' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "grok-imagine-video-1.5-preview",
"prompt": "make the cat move, gentle motion",
"image_url": "https://gips0.baidu.com/it/u=1690853528,2506870245&fm=3028&app=3028&f=JPEG&fmt=auto?w=1024&h=1024",
"seconds": "4",
"size": "720x1280"
}'{
"id": "video_55cb73b3-60af-40c8-95fd-eae8fd758ade",
"object": "video",
"model": "veo_3_1",
"status": "queued",
"progress": 0,
"created_at": 1762336916,
"seconds": "8",
"size": "16x9"
}