Veo 3.1 API aspect ratio parameter

Hey everyone, noticing a couple of problems with Veo 3.1’s API. It can’t seem to create 9:16 videos. It forces a 16:9 output every single time. Although on the Veo Studio, it’s able to create vertical videos. Is there a fix for this for the API or do we just have to twiddle our thumbs and wait for devs to fix this?

{
“instances”: [
{
“prompt”: “”,
“parameters”: {
“aspectRatio”: “9:16”,
“durationSeconds”: 4,
“enhancePrompt”: true,
“generateAudio”: false,
“resolution”: “720p”,
“sampleCount”: 1
}
}
]
}

1 Like