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

# ImageAspectRatio

> Aspect ratio of the generated image.

## Members

<ResponseField name={"Landscape16x9"} type={"1"} required>
  `16:9` widescreen landscape.
</ResponseField>

<ResponseField name={"Landscape3x2"} type={"5"} required>
  `3:2` landscape.
</ResponseField>

<ResponseField name={"Landscape4x3"} type={"3"} required>
  `4:3` landscape.
</ResponseField>

<ResponseField name={"Portrait2x3"} type={"6"} required>
  `2:3` portrait.
</ResponseField>

<ResponseField name={"Portrait3x4"} type={"4"} required>
  `3:4` portrait.
</ResponseField>

<ResponseField name={"Portrait9x16"} type={"2"} required>
  `9:16` tall portrait.
</ResponseField>

<ResponseField name={"Square"} type={"0"} required>
  `1:1` square. Default.
</ResponseField>
