# FLUX.1 Krea [dev] > Black Forest Labs' aesthetically-tuned 12-billion parameter flow transformer optimized for high-quality images with incredible aesthetics, suitable for personal and commercial use ## Quick Reference - Model ID: flux.1-krea-dev - Creator: Black Forest Labs - Status: active - Family: flux.1 - Base URL: https://api.lumenfall.ai/openai/v1 ## Specifications - Max Resolution: 2048x2048 - Input Modalities: text - Output Modalities: image ## Model Identifiers - Primary Slug: flux.1-krea-dev ## Dates ## Tags image-generation, text-to-image, aesthetic, stylized ## Available Providers ### Replicate - Config Key: replicate/flux.1-krea-dev - Provider Model ID: black-forest-labs/flux-krea-dev - Pricing: - source: official - currency: USD - components: [{"type" => "output", "metric" => "image", "unit_price" => 0.025}] - source_url: https://replicate.com/black-forest-labs/flux-krea-dev - effective_at: 2026-01-02 ### fal.ai - Config Key: fal/flux.1-krea-dev - Provider Model ID: fal-ai/flux/krea - Pricing: - source: official - currency: USD - components: [{"type" => "output", "metric" => "image", "unit_price" => 0.025}] - source_url: https://fal.ai/models/fal-ai/flux/krea - effective_at: 2025-12-28 ## Image Gallery 2 images available for this model. - Curated examples: 2 - "A wide cinematic shot of a high-end, contemporary boutique storefront at golden hour. The storefront features a minim..." - "A sun-drenched minimalist storefront with a large glass window displaying the hand-lettered gold leaf text "BELLE ÉPO..." ## Example Prompt The following prompt was used to generate an example image in our playground: A sun-drenched minimalist storefront with a large glass window displaying the hand-lettered gold leaf text "BELLE ÉPOQUE" in elegant serif typography. In the background shadows inside the shop, a capybara relaxes on a velvet rug. ## Code Examples ### Text to Image (Generation) #### cURL 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": "..." }] } #### JavaScript 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); #### Python 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) ## About ## 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. ## Frequently Asked Questions ### 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. ## Links - Model Page: https://lumenfall.ai/models/black-forest-labs/flux.1-krea-dev - About: https://lumenfall.ai/models/black-forest-labs/flux.1-krea-dev/about - Providers, Pricing & Performance: https://lumenfall.ai/models/black-forest-labs/flux.1-krea-dev/providers - API Reference: https://lumenfall.ai/models/black-forest-labs/flux.1-krea-dev/api - Benchmarks: https://lumenfall.ai/models/black-forest-labs/flux.1-krea-dev/benchmarks - Use Cases: https://lumenfall.ai/models/black-forest-labs/flux.1-krea-dev/use-cases - Gallery: https://lumenfall.ai/models/black-forest-labs/flux.1-krea-dev/gallery - Playground: https://lumenfall.ai/playground?model=flux.1-krea-dev - API Documentation: https://docs.lumenfall.ai