泛娱乐内容生成
动漫短剧制作
广告电商营销
curl --location --request POST 'https://open.bigmodel.cn/api/paas/v4/videos/generations' \ --header 'Authorization:Bearer {you apikey}' \ --header 'Content-Type: application/json' \ --data-raw '{ "model":"vidu2-image", "image_url":"https://example.com/path/to/your/image.jpg", "prompt":"比得兔开小汽车,游走在马路上,脸上的表情充满开心喜悦。", "duration":4, "size":"1280x720", "movement_amplitude":"auto", "with_audio":true }'
curl --location --request POST 'https://open.bigmodel.cn/api/paas/v4/videos/generations' \ --header 'Authorization: {you apikey}' \ --header 'Content-Type: application/json' \ --data-raw '{ "model":"vidu2-start-end", "image_url":["https://example.com/path/to/your/image1.jpg","https://example.com/path/to/your/image2.jpg"], "prompt":"比得兔开小汽车,游走在马路上,脸上的表情充满开心喜悦。", "duration":4, "size":"720x480", "movement_amplitude":"auto" }'
curl --location --request POST 'https://open.bigmodel.cn/api/paas/v4/videos/generations' \ --header 'Authorization: {you apikey}' \ --header 'Content-Type: application/json' \ --data-raw '{ "model":"vidu2-reference", "image_url":["https://example.com/path/to/your/image1.jpg","https://example.com/path/to/your/image2.jpg","https://example.com/path/to/your/image3.jpg"], "prompt":"比得兔开小汽车,游走在马路上,脸上的表情充满开心喜悦。", "duration":4, "aspect_ratio":"16:9", "size":"720x480", "movement_amplitude":"auto", "with_audio":true }'
Was this page helpful?