← All models
Upscale your videos using FlashVSR with the fastest speeds!
Details
- Accepts
- video
Pricing
- Price
- 0.063 cr / megapixel
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | The random seed used for the generation process. |
| quality | integer | Quality level for tile blending (0-100). Controls overlap between tiles to prevent grid artifacts. Higher values provide better quality with more overlap. Recommended: 70-85 for high-res videos, 50-70 for faster processing. |
| color_fix | boolean | Color correction enabled. |
| sync_mode | boolean | If `True`, the media will be returned inline and not stored in history. |
| video_urlrequired | string | The input video to be upscaled |
| acceleration | stringenum: regular, high, full | Acceleration mode for VAE decoding. Options: regular (best quality), high (balanced), full (fastest). More accerleation means longer duration videos can be processed too. |
| output_format | stringenum: X264 (.mp4), VP9 (.webm), PRORES4444 (.mov), GIF (.gif) | The format of the output video. |
| output_quality | stringenum: low, medium, high, maximum | The quality of the output video. |
| preserve_audio | boolean | Copy the original audio tracks into the upscaled video using FFmpeg when possible. |
| upscale_factor | number | Upscaling factor to be used. |
| output_write_mode | stringenum: fast, balanced, small | The write mode of the output video. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | The random seed used for the generation process. |
| video | — | Upscaled video file after processing |