We use essential cookies to make our site work. With your consent, we may also use non-essential cookies to improve user experience and analyze website traffic…

black-forest-labs/

FLUX-1-Redux-dev

FLUX.1 Redux [dev] is an image variation generation adapter for all FLUX.1 base models. It enables users to refine images with slight variations and supports text-based restyling via API. Integrated with FLUX1.1 [pro] Ultra, it allows for high-quality 4-megapixel outputs. The model can be used with Diffusers in Python for efficient image generation. While powerful, it has ethical and factual limitations and is governed by a non-commercial license.

Public
$0.012 x (width / 1024) x (height / 1024) x (iters / 25)
ProjectLicense
black-forest-labs/FLUX-1-Redux-dev cover image

OpenAI Images Variations HTTP API

This document provides an overview of the DeepInfra-compatible OpenAI image variations API. It allows users to generate AI-created images based on text prompts using DeepInfra models.

Image Generation

curl -X POST \
  -H "Authorization: Bearer $DEEPINFRA_TOKEN" \
  -F image=@image.png \
  -F n=1 \
  -F size=1024x1024 \
  -F model=black-forest-labs/FLUX-1-Redux-dev \
  https://api.deepinfra.com/v1/openai/images/variations 
copy

The API returns a JSON object containing the generated image(s).

Example Response

{
  "created": 1740418043,
  "data": [
    {
      "revised_prompt": null,
      "b64_json": "/9j/4AAQS..."
    }
  ]
}
copy

Input fields

Input Schema

Output Schema

Unlock the most affordable AI hosting

Run models at scale with our fully managed GPU infrastructure, delivering enterprise-grade uptime at the industry's best rates.