Models / FLUX.1 [dev]

FLUX.1 [dev]

allais/flux-1-dev

State-of-the-art open image generation, $0.0014/step reference pricing.

image-genimagediffusion
Parameters
12B
Context window
n/a
Serverless $/1M
usage-based
Dedicated
1× H100-80G
sourced live, undercuts $5.8/hr

Use via API

curl http://localhost:3000/api/v1/chat/completions \
  -H "Authorization: Bearer $ALLAIS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "allais/flux-1-dev", "messages": [{"role": "user", "content": "Hello"}]}'