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

# Flux

> The Flux connector enables the creation of AI-generated images based on text descriptions. With this connector, you can create high-quality, customized images for various use cases.

## Options

<ParamField body="address" type="string" required>
  The address (URL) of the Flux server.
</ParamField>

## Arguments

<ParamField body="prompt" type="string" required>
  The prompt for the LLM to populate the argument for image generation.

  Example:

  ```
  The prompt for image generation
  ```
</ParamField>

<ParamField body="size" type="string" required>
  The image size. Must be one of the following values:

  * 512x512 (default)
  * 896x512 (wide)
  * 512x896 (tall)

  Example:

  ```
  Use 512x512 as default, 896x512 for wide images, 512x896 for tall images
  ```
</ParamField>
