# Image Generation

### Parameters

* [<mark style="color:purple;">Prompt</mark>](#prompt)
* [<mark style="color:purple;">Model</mark>](/image-generation.md#model)
* [<mark style="color:purple;">Canvas</mark>](/image-generation.md#canvas)
* [<mark style="color:purple;">Negative Prompt</mark>](#negative-prompt)
* [<mark style="color:purple;">Seed</mark>](#seed)

#### Prompt

> Add your prompt to generate art whatever you desire to generate. Output quality completely depends on your creativity on your prompt. Here is a free prompt website to get you started.
>
> * [www.prompthero.com](https://prompthero.com/)

#### Model

> Choose your desired model to generate art in different forms. Each model represent individual art style. So try them all.

#### Canvas

> Choose your canvas type to get your generation. We have provided 3 canvas sizes for you.&#x20;
>
> * Square ( 512x512 )
> * Portrait ( 512x768 )
> * Landscape ( 768x512 )

#### Negative Prompt

> Add anything that you don't want on your generate. This will eliminates unnecessary stuff being generate on your art.

#### Seed

> Openjourney uses a seed number to create a field of visual noise, like television static, as a starting point to generate the initial image grids. Seed numbers are generated randomly for each image but can be specified with this option. ( This must be a number )
>
> > <mark style="color:green;">**Default:**</mark> <mark style="color:green;">`-1`</mark>

<figure><img src="/files/J8hBiS9AUgGNNSrQFeCn" alt=""><figcaption><p>Complete Command</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.openjourneybot.com/image-generation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
