Image Upscaler

WaveSpeed AI image upscaling to 2K, 4K, or 8K with JPEG, PNG, and WebP output.

All models
Result

Configure parameters and click Run to test the API.

Code Example
curl -X POST https://aivideoapi.ai/v1/images/generations \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "image-upscaler",
  "input": {
    "target_resolution": "4k",
    "output_format": "jpeg"
  }
}'