Stability AI
Stability AIMaker of Stable Diffusion, with open models and a developer platform
by Black Forest Labs
Image model family from Black Forest Labs, used mainly through an API
FLUX is a family of image generation and editing models from Black Forest Labs, a company founded by researchers who previously worked on Stable Diffusion. It is less a consumer app than an engine: developers call it through an API or a hosting partner, and many third-party image tools run FLUX underneath. Variants differ in speed, licence and quality, with some weights published openly for local use and the strongest versions available commercially. The models are known for photorealistic texture, faithful prompt following and editing modes that change part of an image while leaving the rest intact. It suits developers building image features into products, studios running their own pipelines, and anyone who wants open weights they can fine-tune. The limitation is packaging: there is no full consumer workspace with asset management and collaboration, so most people meet FLUX indirectly through another product rather than using it on its own.
Start at bfl.ai, where the playground lets you try the current models before writing any code. For production work you create an account, generate an API key, and call the endpoint with a prompt, a size and a seed; generation is asynchronous, so you poll for a result URL rather than receiving the image in the response. Budget for that polling step in your integration, because it is the most common source of confusion. If you would rather not build anything, the models are also available inside third-party interfaces and on the major model-hosting platforms, and the open-weight variants can be run locally on a suitable GPU through the usual diffusion tooling. Pay attention to which variant you are using: licences differ between the open, development and professional versions, and only some permit commercial output without a separate agreement. Image URLs returned by the API expire, so download and store results as part of your pipeline.
Maker of Stable Diffusion, with open models and a developer platform
Text-to-image generator known for stylised, art-directed output
Real-time image and video generation with live canvas control
Community hub for open image models, LoRAs and shared prompts