
lucataco / veo-3-fast-vertical
Veo-3-fast wrapper to generate vertical shorts
- Public
- 12 runs
Run lucataco/veo-3-fast-vertical with an API
Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.
Input schema
The fields you can use to run this model with an API. If you don't give a value for a field its default value will be used.
Field | Type | Default value | Description |
---|
{
"type": "object",
"title": "Input",
"required": [
"prompt"
],
"properties": {
"seed": {
"type": "integer",
"title": "Seed",
"default": 0,
"x-order": 2,
"description": "Random seed. Set to 0 for random generations"
},
"prompt": {
"type": "string",
"title": "Prompt",
"x-order": 0,
"description": "Text prompt for video generation"
},
"aspect_ratio": {
"enum": [
"9:16",
"3:4"
],
"type": "string",
"title": "aspect_ratio",
"description": "Aspect ratio of the output",
"default": "3:4",
"x-order": 1
}
}
}
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{
"type": "string",
"title": "Output",
"format": "uri"
}
Example API response
View prediction
'https://replicate.delivery/xezq/Kcrfskp8cZTkYCgGCX86BXeoPrz6f9anzqE2iHIny3cA8GEqA/tmpirs3ccdb.mp4'