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

Bloom 2 — New & Improved!

Higher-quality creative upscaling for GenAI images with new, reimagined details

Model Overview

Bloom 2 is a creative generative AI upscaling model designed for native GenAI images, including AI-generated artwork, illustrations, and CG renders. It enhances image quality while introducing new detail, texture, and visual elements, with the ability to subtly refine the source or substantially reimagine it.

A Creativity control from 1–10 determines how strongly Bloom 2 transforms the source, from restrained enhancement to more pronounced reinterpretation and newly generated detail. Bloom 2 also includes optional Face Recovery to improve facial and skin detail and reduce the plastic look common in AI-generated images, plus Color Preservation to maintain the source colors while new creative detail is introduced.

Key Capabilities

  • Improved creative upscaling for GenAI images with new realistic detail and texture.

  • Enhanced skin and facial detail for more natural-looking subjects.

  • Creativity control from 1–10 for subtle enhancement through bold reinterpretation.

  • Optional Face Recovery and Color Preservation for greater control over final results.

Model Pricing

Output MP

1
4
8
16
24
32
40
50
64
100

Credits

1
2
4
8
12
16
20
25
32
50

Getting Started

Endpoint

Model-Specific Parameters

  • color_preservation — boolean (optional), default true

    • Whether to enable color preservation

  • creativity — integer (optional), default 3

    • Creativity level: from 1 (low) to 9 (high)

  • grain — boolean (optional), default false

    • Whether to add grain to the output

  • grain_density — number (optional), default 0.5

    • Intensity of the grain effect (0.0 to 1.0)

  • grain_model — string (optional), default "silver"

    • Grain model: 'silver', 'gaussian', 'grey'

  • grain_size — number (optional), default 1.0

    • Size of the grain particles (1 to 5)

  • grain_strength — number (optional), default 0.5

    • Strength of the grain effect (0.0 to 1.0)

  • input_height — integer (optional), default null

    • Input image height in pixels

  • input_width — integer (optional), default null

    • Input image width in pixels

  • output_height — integer (optional), default null

    • Output image height in pixels

  • output_width — integer (optional), default null

    • Output image width in pixels

  • prompt — string (optional), default ""

    • Text prompt for generation

  • seed — integer (optional), default 2

    • Random seed for generation

Examples

Last updated