
veo-3-apps/veo-3-upscaled
Veo 3 with Topaz Video Upscaling
Public
7
runs
Run veo-3-apps/veo-3-upscaled 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 |
---|---|---|---|
prompt |
string
|
Text prompt for video generation
|
|
negative_prompt |
string
|
|
Description of what to discourage in the generated video
|
target_resolution |
None
|
1080p
|
Target resolution for upscaling
|
target_fps |
integer
|
60
Min: 15 Max: 60 |
Target FPS for upscaling (15-60)
|
seed |
integer
|
42
|
Random seed for video generation
|
{
"type": "object",
"title": "Input",
"required": [
"prompt"
],
"properties": {
"seed": {
"type": "integer",
"title": "Seed",
"default": 42,
"x-order": 4,
"description": "Random seed for video generation"
},
"prompt": {
"type": "string",
"title": "Prompt",
"x-order": 0,
"description": "Text prompt for video generation"
},
"target_fps": {
"type": "integer",
"title": "Target Fps",
"default": 60,
"maximum": 60,
"minimum": 15,
"x-order": 3,
"description": "Target FPS for upscaling (15-60)"
},
"negative_prompt": {
"type": "string",
"title": "Negative Prompt",
"default": "",
"x-order": 1,
"description": "Description of what to discourage in the generated video"
},
"target_resolution": {
"enum": [
"1080p",
"4k"
],
"type": "string",
"title": "target_resolution",
"description": "Target resolution for upscaling",
"default": "1080p",
"x-order": 2
}
}
}
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/qjesswfYl2uV1kTfeVXE90sRjcAoUG6pNbE3PkJGvRtOAFMUB/tmps1tr1l19.mp4'