{
"model": "GV-3.1-fast-7200p",
"seconds": "8",
"prompt": "女孩抱着小狗跳舞",
"images": [
"https://ark-project.tos-cn-beijing.volces.com/doc_image/seepro_first_frame.jpeg",
"https://ark-project.tos-cn-beijing.volces.com/doc_image/seelite_ref_2.png"
],
"metadata": {
"aspect_ratio": "16:9",
"negative_prompt": "低清晰度,模糊,抖动,水印,字幕,畸形手指",
"enhance_prompt": "Enabled",
"input_region": "Mainland",
"output_config": {
"AudioGeneration": "Enabled",
"PersonGeneration": "AllowAdult",
"InputComplianceCheck": "Disabled",
"OutputComplianceCheck": "Disabled",
}
}
}curl --location --request POST 'https://omnirouters.com/v1/video/generations' \
--header 'Authorization: Bearer sk-xxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "GV-3.1-fast-7200p",
"seconds": "8",
"prompt": "女孩抱着小狗跳舞",
"images": [
"https://ark-project.tos-cn-beijing.volces.com/doc_image/seepro_first_frame.jpeg",
"https://ark-project.tos-cn-beijing.volces.com/doc_image/seelite_ref_2.png"
],
"metadata": {
"aspect_ratio": "16:9",
"negative_prompt": "低清晰度,模糊,抖动,水印,字幕,畸形手指",
"enhance_prompt": "Enabled",
"input_region": "Mainland",
"output_config": {
"AudioGeneration": "Enabled",
"PersonGeneration": "AllowAdult",
"InputComplianceCheck": "Disabled",
"OutputComplianceCheck": "Disabled",
}
}
}'{}