FLUX.1 Krea [dev]

AI Image Generation Model

$$ · 2.5¢

Black Forest Labs' aesthetically-tuned 12-billion parameter flow transformer optimized for high-quality images with incredible aesthetics, suitable for personal and commercial use

FLUX.1 Krea [dev] API OpenAI-compatible

Access FLUX.1 Krea [dev] through Lumenfall’s OpenAI-compatible API to generate high-resolution professional images and aesthetically-optimized visual content using Black Forest Labs' advanced model architecture.

Base URL
https://api.lumenfall.ai/openai/v1
Model
flux.1-krea-dev
curl -X POST \
  https://api.lumenfall.ai/openai/v1/images/generations \
  -H "Authorization: Bearer $LUMENFALL_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "flux.1-krea-dev",
    "prompt": "A serene mountain landscape at sunset",
    "size": "1024x1024"
  }'
# Response:
# { "created": 1234567890, "data": [{ "url": "https://...", "revised_prompt": "..." }] }