Skip to main content

Flux.1 Dev

Approved Data Classifications

Description

Flux.1 Dev is Black Forest Labs' open-weight image generation model for non-commercial use. It was released on August 1, 2024 and is distilled from Flux.1 Pro.

Capabilities

ModelRelease DateInputOutputContext LengthCost (per image)
flux.1-devAug 1 2024TextImagen/a$0.0125/image
info
  • estimated image size is 1024 x 1024
  • All prices listed are based on 1 image

Availability

Cloud Provider

Usage

curl -X POST https://api.ai.it.ufl.edu/v1/images/generations \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <API_TOKEN>" \
-d '{
"model": "flux.1-dev",
"prompt": "An Alligator walking around the University of Florida saying hi to students.",
"n": 1,
"size": "1024x1024",
"quality": "standard",
"response_format": "b64_json"
}'

References

  1. Black Forest Labs
    https://bfl.ai/
  2. LLM Stats
    https://llm-stats.com
  3. Artificial Analysis
    https://artificialanalysis.ai
  4. Huggingface
    https://huggingface.co/