📢【模型预告】MiniMax H3 多模态视频模型即将上线 API 调用!上线后可前往 模型广场 查看调用,敬请期待!
{
"instances": [
{
"prompt": "A beautiful sunset over the ocean with waves crashing on the shore"
}
],
"parameters": {
"compressionQuality": "optimized",
"durationSeconds": 6,
"storageUri": "gs://video-bucket/output/",
"sampleCount": 2,
"aspectRatio": "16:9",
"negativePrompt": "darkness, rain",
"personGeneration": "allow_adult",
"resolution": "1080p",
"generateAudio": true,
"seed": 123456
}
}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": "A beautiful sunset over the ocean with waves crashing on the shore"
}
],
"parameters": {
"compressionQuality": "optimized",
"durationSeconds": 6,
"storageUri": "gs://video-bucket/output/",
"sampleCount": 2,
"aspectRatio": "16:9",
"negativePrompt": "darkness, rain",
"personGeneration": "allow_adult",
"resolution": "1080p",
"generateAudio": true,
"seed": 123456
}
}'{
"name": "001b0da9-00fd-4d9b-85c3-34cf5d2054d8"
}