📢【模型预告】MiniMax H3 多模态视频模型即将上线 API 调用!上线后可前往 模型广场 查看调用,敬请期待!
{
"instances": [
{
"prompt": "The woman walks slowly on the lawn, the breeze blows her clothes, soft natural light, natural environmental sound",
"referenceImages": [
{
"image": {
"bytesBase64Encoded": "第一张主体图base64编码字符串",
"mimeType": "image/jpeg"
},
"referenceType": "asset"
},
{
"image": {
"bytesBase64Encoded": "第二张主体图base64编码字符串",
"mimeType": "image/jpeg"
},
"referenceType": "asset"
},
{
"image": {
"bytesBase64Encoded": "第三张主体图base64编码字符串",
"mimeType": "image/jpeg"
},
"referenceType": "asset"
}
]
}
],
"parameters": {
"durationSeconds": 8,
"storageUri": "gs://my-video-bucket/output/",
"sampleCount": 1,
"aspectRatio": "9:16",
"negativePrompt": "blurry, low quality, face distortion, object deformation",
"personGeneration": "allow_all",
"resolution": "720p",
"generateAudio": false,
"resizeMode": "crop",
"seed": 789012
}
}curl --location 'https://vg-api.aig-ai.com/v1/veo-3.1-generate-001' \
--header 'Authorization: Bearer sk-abcdefghijklmnopqrstuvwxyz1234567890' \
--header 'Content-Type: application/json' \
--data '{
"instances": [
{
"prompt": "The woman walks slowly on the lawn, the breeze blows her clothes, soft natural light, natural environmental sound",
"referenceImages": [
{
"image": {
"bytesBase64Encoded": "第一张主体图base64编码字符串",
"mimeType": "image/jpeg"
},
"referenceType": "asset"
},
{
"image": {
"bytesBase64Encoded": "第二张主体图base64编码字符串",
"mimeType": "image/jpeg"
},
"referenceType": "asset"
},
{
"image": {
"bytesBase64Encoded": "第三张主体图base64编码字符串",
"mimeType": "image/jpeg"
},
"referenceType": "asset"
}
]
}
],
"parameters": {
"durationSeconds": 8,
"storageUri": "gs://my-video-bucket/output/",
"sampleCount": 1,
"aspectRatio": "9:16",
"negativePrompt": "blurry, low quality, face distortion, object deformation",
"personGeneration": "allow_all",
"resolution": "720p",
"generateAudio": false,
"resizeMode": "crop",
"seed": 789012
}
}'{
"name": "001b0da9-00fd-4d9b-85c3-34cf5d2054d8"
}