inference.veo.txt2vid.v1
Schema
{ "type": "object", "required": [ "type", "config" ], "properties": { "type": { "type": "string", "enum": [ "inference.veo.txt2vid.v1", "inference.veo.fast.txt2vid.v1" ] }, "config": { "type": "object", "additionalProperties": false, "required": [ "prompt" ], "properties": { "prompt": { "type": "string", "minLength": 0, "maxLength": 2500, "examples": [ "puppies in a cloud, 4k" ] }, "generate_audio": { "type": "boolean", "default": false }, "seed": { "type": "integer", "examples": [ 42, 531286735183442 ] } } } }}