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

Relight Creative 1

Intelligent exposure correction

Model Overview

Adjust Lighting 2 is a second-generation lighting correction model that automatically improves exposure, contrast, and tonal balance while preserving natural image appearance.

Key Capabilities

  • Automatically adjusts exposure and contrast for balanced results

  • Improves highlight and shadow detail without harsh transitions

  • Second-generation model with improved consistency and tonal handling

Model Pricing

Output MP

1
4
8
16
24
32
40
50
64
100

Credits

1
1
2
4
6
8
10
13
16
25

Endpoint

Parameters

inputHeight

Input image height in pixels.


inputWidth

Input image width in pixels.


outputHeight

Output image height in pixels.


outputWidth

Output image width in pixels.


grain

Whether to add grain to the output.


grainDensity

Intensity of the grain effect.

Range: to


grainModel

Grain model.

Possible values: , ,


grainSize

Size of the grain particles.

Range: to


grainStrength

Strength of the grain effect.

Range: to


dehaze

Whether to watermark the output


gain

Whether to watermark the output


seed

Whether to watermark the output


style

Whether to watermark the output


watermark

Whether to watermark the output.

Endpoint

Model-Specific Parameters

  • inputWidth — integer (optional), default null

    • Width of the source image in pixels.

  • inputHeight — integer (optional), default null

    • Height of the source image in pixels.

  • outputWidth — integer (optional), default null

    • Width of the rendered output in pixels.

  • outputHeight — integer (optional), default null

    • Height of the rendered output in pixels.

  • style"none", "hdr", "cinematic", "clarity", or "vibrant" (optional), default "none"

    • Sets the creative relighting style. Use "none" for default behavior, the least creative option.

  • gain — decimal between -1 and 1 (optional), default 0.0

    • Controls brightness. Lower is less bright, higher is brighter; 0.0 is balanced.

  • dehaze — boolean (optional), default false

    • Whether to apply dehazing to the output.

  • seed — integer (optional), default 0

    • Seed to control consistency between runs.

  • grain — boolean (optional), default false

    • Whether to add grain to the output.

  • grainModel"silver", "gaussian", or "grey" (optional), default "silver"

    • Selects the grain model used to generate the effect.

  • grainStrength — decimal between 0 and 1 (optional), default 0.5

    • Strength of the grain effect.

  • grainDensity — decimal between 0 and 1 (optional), default 0.5

    • Intensity of the grain effect.

  • grainSize — decimal between 1 and 5 (optional), default 1.0

    • Size of the grain particles.

  • watermark — boolean (optional), default false

    • Whether to watermark the output.

Examples

Last updated