📢【模型预告】MiniMax H3 多模态视频模型即将上线 API 调用!上线后可前往 模型广场 查看调用,敬请期待!
curl --location --request POST 'https://vg-api.aig-ai.com/v1/query/veo-3.1-generate-001/001b0da9-00fd-4d9b-85c3-34cf5d2054s8' \
--header 'Authorization: Bearer sk-abcdefghijklmnopqrstuvwxyz1234567890'{
"done": true,
"response": {
"@type": "type.googleapis.com/cloud.ai.large_models.vision.GenerateVideoResponse",
"videos": [
{
"mimeType": "video/mp4",
"gcsUri": "https://download-vod.aig-ai.com/621703578152/4349827489725993843/sample_0.mp4"
},
{
"mimeType": "video/mp4",
"gcsUri": "https://download-vod.aig-ai.com/621703578152/4349827489725993843/sample_1.mp4"
}
],
"raiMediaFilteredCount": 0
},
"name": "001b0da9-00fd-4d9b-85c3-34cf5d2054d8"
}