
The Flux image models, represent a powerful suite of image generation and manipulation models. These models are designed to handle various image creation tasks with exceptional quality and control, offering enterprise-grade reliability through APIpie's routing system.
Flux Series:
| Model Name | Provider | Type | Description | Best For |
|---|---|---|---|---|
| FLUX.1-redux | Together | Image | Optimized general-purpose model | Balanced use |
| FLUX.1-dev | Together | Image | Development and testing variant | Testing |
| FLUX.1-depth | Together | Image | Depth-aware image generation | 3D-aware images |
| FLUX.1-pro | Together | Image | Professional quality generation | High quality |
| FLUX.1-schnell | Together | Image | Fast generation model | Quick results |
| FLUX.1-schnell-Free | Together | Image | Free tier fast generation | Testing |
| FLUX.1-canny | Together | Image | Edge-guided image generation | Control |
| FLUX.1.1-pro | Together | Image | Latest professional variant | Best quality |
| FLUX-pro | DeepInfra | Image | Flagship model based on Flux latent rectified flow transformers | Professional use |
| FLUX-1.1-pro | DeepInfra | Image | Latest state-of-the-art proprietary model | Highest quality |
| FLUX-1-dev | DeepInfra | Image | 12B parameter model for text-to-image | Anatomical accuracy |
| FLUX-1-schnell | DeepInfra | Image | Fast generation in 1-4 steps | Rapid generation |
| FLUX-1-Redux-dev | DeepInfra | Image | Image variation and refinement | Image editing |
| Juggernaut-Flux | DeepInfra | Image | Enhanced Flux with sharper details | Detail-rich images |
| Juggernaut-Lightning-Flux | DeepInfra | Image | 5x faster high-quality generation | Rapid ideation |
Below is an example of how to use the Image Generation API with a Flux model:
curl -L -X POST 'https://apipie.ai/v1/images/generations' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <YOUR_API_KEY>' \
--data-raw '{
"provider": "together",
"model": "FLUX.1-pro",
"prompt": "A serene landscape with mountains reflected in a calm lake at sunset",
"n": 1,
"size": "1024x1024"
}'
The expected response structure for a Flux image model:
{
"created": 1729535643,
"data": [
{
"url": "https://example.com/generated-image.png",
"b64_json": null
}
],
"usage": {
"prompt_tokens": 15,
"total_tokens": 15,
"cost": 0.008,
"latency_ms": 5200
}
}
Flux models should be used responsibly with appropriate content filtering and bias consideration.
Flux models are available through license available to view on github.
Explore Mistral Models & APIs with APIpie Overview
Discover Mistral's AI models, including Mixtral and Mistral variants. Compare features, capabilities, and learn about integration options today!
Leonardo AI Image Models Guide
Discover Leonardo AI's powerful suite of image generation models. From photorealistic to artistic styles, find the perfect model for your creative needs.