Skip to main content

Flux.1 Dev

Approved Data Classifications

Description

Flux.1 Dev is an open-weight, guidance-distilled AI image generation model developed by Black Forest Labs, tailored for non-commercial applications. This model is directly distilled from the more advanced Flux.1 Pro, allowing it to maintain similar quality and prompt adherence capabilities while being more efficient than standard models of comparable size. Launched to provide users with a powerful yet accessible tool for generating high-quality images from text prompts, Flux.1 Dev is designed to streamline the creative process for graphic design, content creation, and marketing applications. It excels in producing visually appealing images quickly and effectively, making it suitable for users who require reliable results without the need for extensive computational resources. With its user-friendly interface and open-source nature, Flux.1 Dev encourages innovation and collaboration within the AI community, allowing developers and artists to explore the potential of text-to-image generation in their projects.

Capabilities

ModelTraining DataInputOutputContext LengthCost (per image)
flux.1-devMay 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"
}'