Skip to main content

Try Topaz Image Upscaler in the Workbench

Run this model interactively, tune parameters, and compare outputs.
Model ID: topazlabs-image-upscale Professional-grade image upscaling powered by AI, from Topaz Labs. Standard V2 (general purpose) Low Resolution V2 (for low-res images) CGI (for digital art) High Fidelity V2 (preserves details) Text Refine (optimized for text)

Example request

Use the Workbench as a request builder: configure parameters for this model in the UI, then open the API tab to copy the exact cURL or Python call.
See the image editing reference for more details.
curl -X POST https://hub.oxen.ai/api/ai/images/edit \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $OXEN_API_KEY" \
  -d '{
  "model": "topazlabs-image-upscale",
  "input_image": "https://hub.oxen.ai/api/repos/ox/Oxen-Character-Simple-Vector-Graphic/file/main/images/reference/bloxy_white_bg.png"
}'

Fetch model details

The models endpoint returns the full model object, including its json_request_schema.
curl -H "Authorization: Bearer $OXEN_API_KEY" https://hub.oxen.ai/api/ai/models/topazlabs-image-upscale

Request parameters

Required parameters

FieldTypeDefaultDescription
input_imagestring"https://hub.oxen.ai/api/repos/ox/Oxen-Character-Simple-Vector-Graphic/file/main/images/reference/bloxy_white_bg.png"Image to use as reference. Must be jpeg, png, gif, or webp. Format: uri.

Optional parameters

FieldTypeDefaultDescription
enhance_modelstring"High Fidelity V2"Models to Use: Standard V2 (general purpose), Low Resolution V2 (for low-res images), CGI (for digital art), High Fidelity V2 (preserves details), Text Refine (optimized for text) One of: Standard V2, Low Resolution V2, CGI, High Fidelity V2, Text Refine.
upscale_factorstring"2x"How much to upscale the image One of: 4x, 2x.
output_formatstring"png"Format of the output images One of: jpg, png.