> ## Documentation Index
> Fetch the complete documentation index at: https://docs.shaktistudio.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Image Generation Models

The Flux playground is focused on image generation and customization. You can:

* **Create Images from Text**: Generate images based on text descriptions or prompts.
* **Set Generation Parameters**: Configure steps, image size, seed, and other parameters to refine the image generation process.
* **Review and Download Results**: View the generated images, assess their quality, and export them as needed.

<img src="https://mintcdn.com/simplismart-2/M-JhZ2nDy3THo2rP/images/Screenshot2025-08-18at3.43.38PM.png?fit=max&auto=format&n=M-JhZ2nDy3THo2rP&q=85&s=5e8d88ac037a578a9b6c5bce7185dd59" alt="Screenshot 2025-08-18 at 3.43.38 PM.png" width="2554" height="1402" data-path="images/Screenshot2025-08-18at3.43.38PM.png" />

## Settings Explained

**prompt**: The text description guiding the image generation, crucial for defining the desired outcome.

**height & width**: Dimensions of the generated image, available in various aspect ratios:

<div align="center">
  | **Image Dimensions** | **Aspect Ratio** | **Resolution** |
  | :------------------: | :--------------: | :------------: |
  |        Square        |        1:1       |    1024x1024   |
  |       Portrait       |        2:3       |    768x1152    |
  |       Landscape      |        4:3       |    1152x768    |
  |      Widescreen      |       16:9       |    1024x576    |
  |  Vertical Widescreen |       9:16       |    576x1024    |
  |       Cinematic      |        2:1       |    1024x512    |
  |  Vertical Cinematic  |        1:2       |    1024x512    |
  |       Portrait       |        4:5       |    816x1024    |
</div>

**seed**: Initial input for the random generator, ensuring reproducibility of generated images.

**num\_inference\_steps**: Number of iterations the model performs during generation; more steps improve quality at the cost of processing time. (recommended: 28)

**num\_images\_per\_prompt**: Number of images to be generated for a single prompt.

**guidance\_scale**: Controls how closely the model follows the input prompt. Higher values increase adherence to the prompt while lower values allow more creative freedom. (recommended: 3)

***

<Note>
  Access the Flux model API documentation [**here**](/api-reference/inference/flux-dev) for endpoints, parameters, and code examples.
</Note>
