Try Topaz Video Upscaler in the Workbench
Run this model interactively, tune parameters, and compare outputs.
topazlabs-video-upscale
Professional-grade video upscaling powered by AI, from Topaz Labs.
This upscaler supports 720p, 1080p, and 4k resolution upscaling and fps up to 60.
Example request
- Sync
- Async
- Async with SSE
This blocks until the video is ready (typically 5-15 minutes). Prefer Async or Async with SSE for anything beyond quick experimentation.See the video generation reference for more details.
- Minimal
- All parameters
Fetch model details
The models endpoint returns the full model object, including itsjson_request_schema.
Request parameters
Required parameters
| Field | Type | Default | Description |
|---|---|---|---|
input_video | string | "" | Video file to upscale (URL or file path). Format: uri. |
Optional parameters
| Field | Type | Default | Description |
|---|---|---|---|
target_resolution | string | "1080p" | Target resolution to upscale to. One of: 720p, 1080p, 4k. |
target_fps | integer | 30 | Target frame rate (fps), between 15 and 120. Range: 15 – 60. |