FLUX.1 [schnell] FP8

AI Image Generation Model

Free

FP8 quantized variant of Black Forest Labs' FLUX.1 [schnell] model, offering ~2x faster inference with reduced precision while maintaining high-quality image generation in 4 steps

FLUX.1 [schnell] FP8 API OpenAI-compatible

Integrate FLUX.1 [schnell] FP8 via the Lumenfall OpenAI-compatible API to generate high-resolution images with 2x faster inference speeds using specialized latent flow matching.

Base URL
https://api.lumenfall.ai/openai/v1
Model
flux.1-schnell-fp8
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-schnell-fp8",
    "prompt": "A serene mountain landscape at sunset",
    "size": "1024x1024"
  }'
# Response:
# { "created": 1234567890, "data": [{ "url": "https://...", "revised_prompt": "..." }] }