> For the complete documentation index, see [llms.txt](https://docs.flora.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flora.ai/models/image-models/flux-dev-by-black-forest-labs.md).

# Flux Dev (by Black Forest Labs)

### **Overview**

Highly customizable text→image model for broad creative use in FLORA.

***

### **Quick facts**

* **Modes:** Text → Image
* **Default output / size:** Square (1:1) 1024×1024
* **Aspect ratios:** Landscape (16:9), Landscape (4:3), Square (1:1), Portrait (3:4), Portrait (9:16)

***

### **What it’s great for**

* Versatile creative generation across styles.
* Iterative design and concept exploration.
* Fine-grained parameter control in the editor.
* Default model for all our presets/ LoRA (styles)

***

### **Example outputs**

{% hint style="info" %}
POV scene — 35mm shallow depth of field
{% endhint %}

<figure><img src="/files/pu0LH3foQc1USZyw9fhH" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Stylized illustration render
{% endhint %}

<figure><img src="/files/t3jptETlSxEmSZe95Zlg" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Photographic study — editorial portrait
{% endhint %}

<figure><img src="/files/Za8eHjIaN7f8VtoghHI7" alt=""><figcaption></figcaption></figure>

#### **Copy-and-paste prompts**

```
POV wide-angle shot of a cute lamb on a red-and-white rope lead, nose-to-camera in sharp focus with creamy bokeh, standing in a golden field at sunset with a few sheep softly blurred in the background and streaked clouds overhead, soft warm light, shallow depth of field, 35mm look, high detail.
```

```
A temple inside a retro-futurist lab with CRT stacks, scanline bloom, vaporwave gradient sky, palm shadows, chrome piping, lens dirt, nostalgic yet high fidelity.
```

```
Editorial fashion portrait, high contrast, film grain,
```

***

### **Parameters**

| Name    | Type   | Default      | Notes                                                                            |
| ------- | ------ | ------------ | -------------------------------------------------------------------------------- |
| Prompt  | Text   | —            | Required description of the scene                                                |
| Quality | Select | 100          | Controls render quality (fine-tunes detail)                                      |
| Size    | Select | Square (1:1) | Landscape (16:9), Landscape (4:3), Square (1:1), Portrait (3:4), Portrait (9:16) |
| Seed    | Seed   | Random       | Optional for repeatable runs                                                     |

***

### **Modes**

| Mode         | Estimated time | Required inputs | Typical use              |
| ------------ | -------------- | --------------- | ------------------------ |
| Text → Image | 4s             | Prompt          | General image generation |

***

### **Output options**

| Option       | Values / notes            |
| ------------ | ------------------------- |
| Aspect ratio | 16:9, 4:3, 1:1, 3:4, 9:16 |
| Quality      | Range is 0-100            |

***

### **Prompt tips**

* Use camera / lens tokens for photographic realism.
* Increase quality for more refined detail.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.flora.ai/models/image-models/flux-dev-by-black-forest-labs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
