For the complete documentation index, see llms.txt. This page is also available as Markdown.

Refocus

Micro-detail enhancement

Model Overview

Sharpen Refocus enhances micro-detail and fine structure in slightly defocused images, emphasizing texture and small features rather than global sharpness.

Key Capabilities

  • Brings out fine lines and subtle texture

  • Designed for lightly defocused images

  • Adds clarity without aggressive edge enhancement

Model Pricing

Output MP

1
4
8
16
24
32
40
50
64
100

Credits

1
1
1
1
1
2
2
3
3
5

Getting Started

Endpoint

Endpoint-Specific Parameters
  • denoiseStrength — decimal between 0 and 1, default 0.5

    • Removes noise from the image.

  • faceEnhancement — boolean

    • Leverages our face recovery model to enhance faces.

  • faceEnhancementStrength — decimal between 0 and 1

    • Sets the strength of the face recovery.

  • faceEnhancementCreativity — decimal between 0 and 1

    • Choose realistic or creative face recovery.

  • subjectDetection"All", "Foreground", or "Background"

    • Choose where enhancements are applied.

These parameters should be appended as key-value fields in the form-data request bodies (i.e. alongside the model, outputHeight, and faceEnhancement etc. fields). Any parameters not explicitly provided are automatically configured by our auto-parameter model. Extra parameters provided that are not supported are ignored.

Model-Specific Parameters

  • strength — decimal between 0.01 and 1

  • minorDenoise — decimal between 0.01 and 1

Resolution Limits

  • input — 512 MP

  • output — 512 MP

Examples

Last updated