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

# OpenJourney

> The OpenJourney connector enables the creation of AI-generated images using the OpenJourney model. With this connector, you can create artistic and creative images based on text descriptions.

## Options

<ParamField body="baseUri" type="string" required>
  The base URL of the OpenJourney API endpoint.
</ParamField>

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