影视生成
动漫制作
短剧生产
广告营销
文旅宣传
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": "viduq1-text", "style": "anime", "prompt": "比得兔开小汽车,游走在马路上,脸上的表情充满开心喜悦。", "duration": 5, "aspect_ratio": "16:9", "size": "1920x1080", "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":"viduq1-image", "image_url":"https://example.com/path/to/your/image.jpg", "prompt":"比得兔开小汽车,游走在马路上,脸上的表情充满开心喜悦。", "duration":5, "size":"1920x1080", "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":"viduq1-start-end", "image_url":["https://example.com/path/to/your/image.jpg","https://example.com/path/to/your/image1.jpg"], "prompt":"比得兔开小汽车,游走在马路上,脸上的表情充满开心喜悦。", "duration":5, "size":"1920x1080", "movement_amplitude":"auto" }'
Was this page helpful?