> ## 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.

# Replicate.com

> The Replicate.com 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="apiToken" type="string" required>
  The API token for Replicate.com.
</ParamField>

<ParamField body="model" type="string" required>
  The model to use, e.g. `black-forest-labs/flux-dev`.
</ParamField>

<ParamField body="guidance" type="number">
  Guidance parameter for image generation.
</ParamField>

<ParamField body="num_inference_steps" type="integer">
  Number of inference steps for image generation.
</ParamField>

<ParamField body="costs" type="number">
  The cost per image.
</ParamField>

## Arguments

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

  Example:

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

<ParamField body="aspect_ratio" type="string">
  The aspect ratio of the image.

  Example:

  ```
  The aspect ratio, e.g. 1:1 or 16:9
  ```
</ParamField>

<ParamField body="quality" type="integer">
  The quality level.

  Example:

  ```
  The quality of the image in percent. (e.g. 80 or 100)
  ```
</ParamField>

<ParamField body="megapixels" type="string">
  The desired number of megapixels.

  Example:

  ```
  The megapixels of the image. One of 1 or 0.25
  ```
</ParamField>

<ParamField body="format" type="string">
  The image format. Possible values: webp, jpg, png

  Example:

  ```
  The file format of the image. One of "jpg", "webp" or "png". Default is "webp"
  ```
</ParamField>
