Black Forest Labs' aesthetically-tuned 12-billion parameter flow transformer optimized for high-quality images with incredible aesthetics, suitable for personal and commercial use
Details
flux.1-krea-dev
Providers & Pricing (2)
FLUX.1 Krea [dev] is available from 2 providers, with per-image pricing starting at $0.025 through Replicate.
replicate/flux.1-krea-dev
fal/flux.1-krea-dev
FLUX.1 Krea [dev] API OpenAI-compatible
Access FLUX.1 Krea [dev] through Lumenfall’s OpenAI-compatible API to generate high-resolution professional images and aesthetically-optimized visual content using Black Forest Labs' advanced model architecture.
https://api.lumenfall.ai/openai/v1
flux.1-krea-dev
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-krea-dev",
"prompt": "A serene mountain landscape at sunset",
"size": "1024x1024"
}'
# Response:
# { "created": 1234567890, "data": [{ "url": "https://...", "revised_prompt": "..." }] }
import OpenAI from 'openai';
const client = new OpenAI({
apiKey: 'YOUR_API_KEY',
baseURL: 'https://api.lumenfall.ai/openai/v1'
});
const response = await client.images.generate({
model: 'flux.1-krea-dev',
prompt: 'A serene mountain landscape at sunset',
size: '1024x1024'
});
// { created: 1234567890, data: [{ url: "https://...", revised_prompt: "..." }] }
console.log(response.data[0].url);
from openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://api.lumenfall.ai/openai/v1"
)
response = client.images.generate(
model="flux.1-krea-dev",
prompt="A serene mountain landscape at sunset",
size="1024x1024"
)
# { created: 1234567890, data: [{ url: "https://...", revised_prompt: "..." }] }
print(response.data[0].url)
Gallery
View all 2 imagesFLUX.1 Krea [dev] FAQ
How much does FLUX.1 Krea [dev] cost?
FLUX.1 Krea [dev] starts at $0.025 per image through Lumenfall. Pricing varies by provider. Lumenfall does not add any markup to provider pricing.
How do I use FLUX.1 Krea [dev] via API?
You can use FLUX.1 Krea [dev] through Lumenfall's OpenAI-compatible API. Send requests to the unified endpoint with model ID "flux.1-krea-dev". Code examples are available in Python, JavaScript, and cURL.
Which providers offer FLUX.1 Krea [dev]?
FLUX.1 Krea [dev] is available through Replicate and fal.ai on Lumenfall. Lumenfall automatically routes requests to the best available provider.
What is the maximum resolution for FLUX.1 Krea [dev]?
FLUX.1 Krea [dev] supports images up to 2048x2048 resolution.
Overview
FLUX.1 Krea [dev] is a 12-billion parameter text-to-image model developed by Black Forest Labs, specifically fine-tuned for enhanced visual appeal and artistic composition. As a specialized variant of the FLUX.1 [dev] model, it utilizes a flow transformer architecture to generate high-fidelity images that prioritize stylized, “pro-photographic” aesthetics. It balances technical precision with a tuned aesthetic bias, making it suitable for high-end creative projects and commercial prototyping.
Strengths
- High Aesthetic Quality: The model is specifically tuned to produce images with superior lighting, composition, and color grading compared to the base FLUX.1 [dev] model.
- Complex Prompt Adherence: Inherit to the FLUX.1 architecture, this model excels at following multifaceted instructions, including spatial relationships and specific stylistic modifiers.
- Text Rendering Accuracy: It maintains the family’s ability to render legible, accurate typography and intricate details within the image canvas.
- Artistic Versatility: While it excels at realism, it also demonstrates a heightened capacity for stylized outputs, such as digital art and cinematic concept work.
Limitations
- Resource Intensive: At 12 billion parameters, it requires significant computational power for inference, resulting in higher latency compared to “schnell” or smaller distilled models.
- Aesthetic Bias: The fine-tuning that gives the model its artistic edge may sometimes result in a “processed” or overly stylized look, which might not be ideal for users seeking raw, unedited documentary-style photography.
- Not a Foundation Model: Because it is a derivative of the [dev] model, it may carry similar license restrictions regarding massive-scale commercial redistribution compared to the “pro” versions.
Technical Background
FLUX.1 Krea [dev] is based on a flow-based transformer architecture, a design choice that improves upon traditional diffusion methods by directly modeling the probability flow. This approach allows for more efficient sampling and better handling of high-resolution details. The “Krea” variant involves a post-training fine-tuning phase focused on a curated dataset of high-aesthetic images, refining the model’s weights to favor visually pleasing compositions without sacrificing the base model’s structural intelligence.
Best For
This model thrives in professional creative workflows where visual “pop” is as important as prompt accuracy, such as creating social media assets, marketing collateral, and high-fidelity concept art. It is particularly effective for users who want “production-ready” images that require minimal post-processing or color grading.
FLUX.1 Krea [dev] is available through Lumenfall’s unified API and playground, allowing developers to integrate these high-aesthetic capabilities into their applications with zero infrastructure overhead.
Try FLUX.1 Krea [dev] in Playground
Generate images with custom prompts — no API key needed.