FLUX API

FLUX image generation, via API.

Generate photorealistic images with FLUX.1 from Black Forest Labs. Dev mode for maximum quality at 12B parameters, Schnell mode for 4-step generation when speed matters. Standard OpenAI-compatible images endpoint, no diffusers setup required.

12B
Parameters
4
Schnell steps
Up to 1024x1024
Resolution

QUICK START

Integrate in minutes.

from openai import OpenAI

client = OpenAI(
    base_url="https://api.runcrate.ai/v1",
    api_key="rc_live_YOUR_API_KEY",
)

response = client.images.generate(
    model="black-forest-labs/FLUX.1-dev",
    prompt="A cat astronaut floating in space, photorealistic",
    size="1024x1024",
)
print(response.data[0].url)

AVAILABLE MODELS

Models you can use today.

black-forest-labs/FLUX.1-dev
Black Forest LabsPer-image
12B, maximum quality, 50 steps
black-forest-labs/FLUX.1-schnell
Black Forest LabsPer-image
12B, 4-step fast generation

WHY RUNCRATE

Built for production.

Photorealistic Output

FLUX.1 produces some of the most photorealistic AI-generated images available. Handles human faces, hands, and text rendering better than previous architectures.

Schnell Mode

Need speed over polish? FLUX.1 Schnell generates images in just 4 denoising steps, producing quality results in under a second.

12B Parameters

FLUX.1 is a 12-billion parameter rectified flow transformer. More parameters means better prompt adherence and finer detail than smaller models.

No GPU Required

FLUX.1 needs 24GB+ VRAM to run locally. Skip the hardware and use the API. Scale from one image to thousands without infrastructure changes.

FAQ

Common questions.

Start generating with FLUX.