Tools
Upscale tool
Aumente a resolução de imagens e vídeos com vários modelos especializados (Topaz, Recraft).
Category: Upscale · upscale
How to use & limits
- Upscale router: pick the mode (Image or Video) and the engine (Topaz or Recraft), then call the concrete slug.
- model:"upscale" is NOT called directly — it just routes to the specialized model.
- Image + Topaz → topaz-image-upscale; Image + Recraft → recraft-crisp-upscale; Video + Topaz → topaz-video-upscale.
- No prompt: the upscale models only increase the resolution of the input media.
How to choose
This slug isn't a single endpoint — pick a mode and engine and call the matching concrete slug in POST /generations.
| Mode | Engine | Slug (endpoint) |
|---|---|---|
| Image | Topaz | topaz-image-upscale |
| Image | Recraft | recraft-crisp-upscale |
| Video | Topaz | topaz-video-upscale |