Try Topaz Starlight Precise 2.5 in the Workbench
Run this model interactively, tune parameters, and compare outputs.
topazlabs-upscale-starlight-2-5-video
Topaz Starlight Precise 2.5 is a video restoration and upscaling model focused on preserving fine detail and temporal consistency while improving clarity.
Use this model to upscale input video to 1080p or 4k and control output frame rate.
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 |
|---|---|---|---|
resolution | string | "4k" | Target output resolution. One of: 1080p, 2k, 4k. |
creativity | string | — | Controls enhancement intensity. One of: low, middle, high. |
enable_clc | boolean | true | Enables content-aware processing. |
is_optimized_mode | boolean | true | Enables optimization mode for faster processing. |
target_fps | integer | 24 | Target frame rate (fps), up to 60. Range: 1 – 60. |