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

# Image Generation

> Create AI-generated images from text prompts using 10+ models in ZeroTwo's dedicated image workspace.

ZeroTwo's image Studio is a dedicated workspace for generating images with AI. Access 10+ image generation models, control style and composition settings, and browse your generation history — all in one focused page.

## Accessing image generation

Navigate to `/studio/images` from the **topbar** at the top of the ZeroTwo app. Click **Images** in the topbar to go directly to the image workspace.

## How it works

<Steps>
  <Step title="Write your prompt">
    Describe the image you want to create. The more specific you are — subject, style, lighting, composition — the better your results.
  </Step>

  <Step title="Choose your model and settings">
    Select an image model from the model dropdown. Optionally choose a style preset, aspect ratio, and number of images (1–4).
  </Step>

  <Step title="Click Generate">
    ZeroTwo sends your prompt to the selected model. Generation typically takes a few seconds to about 30 seconds depending on the model and settings.
  </Step>

  <Step title="Review in the gallery">
    Generated images appear in the gallery below the controls. Hover over any image to download, copy, or share it.
  </Step>
</Steps>

## Available models

ZeroTwo offers 10+ AI image generation models across multiple providers:

* **OpenAI**: GPT-Image-1, GPT-Image-1.5, GPT-Image-1-mini
* **xAI**: Grok Imagine Image, Grok Imagine Image Pro
* **Black Forest Labs**: Flux Pro v1.1, Flux 2
* **Google**: Imagen 4.0
* **Alibaba**: Qwen Image, Qwen Image Edit
* **Additional**: LustIFY SDXL, Klingai models, Creatify models, FAL-based models

Each model has distinct strengths — some excel at photorealism, others at artistic styles or instruction-following. See the [image models guide](/studio/images/image-models) for a full comparison.

## Controls at a glance

| Control          | Options                                                                 |
| ---------------- | ----------------------------------------------------------------------- |
| Prompt           | Free-text description of the image                                      |
| Model            | Select from 10+ available image models                                  |
| Style preset     | Photorealistic, Illustration, Anime, Oil Painting, Watercolor, and more |
| Aspect ratio     | Square (1:1), Landscape (16:9), Portrait (9:16), and others             |
| Number of images | 1–4 per generation (model-dependent)                                    |
| Quality          | Standard or HD (where available)                                        |

## Plan limits

| Plan       | Image generations          |
| ---------- | -------------------------- |
| Free       | 1 per day                  |
| Pro        | More generations per month |
| Pro 2x     | More generations per month |
| Plus Ultra | Unlimited                  |

<Info>
  Free plan users get 1 image generation per day. The limit resets at midnight UTC. Upgrade in **Settings → Account** for more.
</Info>

## Quick tips for better images

* **Be specific**: "a golden retriever puppy in a field of sunflowers, soft afternoon light" beats "a dog outside"
* **Name the style**: "photorealistic photograph", "watercolor illustration", "Studio Ghibli anime" — explicit style language produces more consistent results
* **Generate 4 at once**: even the same prompt produces meaningfully different variations — generating multiples helps you find the best result quickly
* **Match aspect ratio to use case**: Square (1:1) for Instagram, Landscape (16:9) for headers, Portrait (9:16) for Stories

## Frequently asked questions

<AccordionGroup>
  <Accordion title="How many images can I generate per day on Free?">
    Free plan users get 1 image generation per day. The limit resets at midnight UTC. Generating 4 images at once counts as 4 generations. Upgrade to Pro+ for more monthly generations.
  </Accordion>

  <Accordion title="Can I generate images in chat instead of Studio?">
    Yes — you can generate images directly in chat for quick, informal use. Studio is the better choice when you want full settings control (model, style, aspect ratio, number of images), a persistent gallery, and a focused creative workspace.
  </Accordion>

  <Accordion title="What image formats are available for download?">
    Generated images are available as PNG. Click the download icon on any image in the gallery to save it.
  </Accordion>

  <Accordion title="Are generated images saved permanently?">
    Generated images are stored in the Studio gallery and persist across sessions. You can return to download or share them later.
  </Accordion>

  <Accordion title="Can I edit a generated image?">
    Yes, if you use the **Qwen Image Edit** model — it accepts an existing image as input and modifies it based on your text description. Other models are text-to-image only. See [image models](/studio/images/image-models) for details.
  </Accordion>
</AccordionGroup>

## Explore further

<CardGroup cols={2}>
  <Card title="Creating images" icon="wand2" href="/studio/images/create-images">
    Step-by-step guide with prompt tips and gallery actions.
  </Card>

  <Card title="Styles and settings" icon="palette" href="/studio/images/image-styles-and-settings">
    Style presets, aspect ratios, and quality options explained.
  </Card>

  <Card title="Image models" icon="cpu" href="/studio/images/image-models">
    Compare all available image generation models and their strengths.
  </Card>

  <Card title="Safety and policy" icon="shield" href="/studio/images/safety-and-policy">
    Content policy, what's allowed, and how enforcement works.
  </Card>

  <Card title="Troubleshooting" icon="alert-triangle" href="/studio/images/troubleshooting">
    Fix common issues with image generation.
  </Card>
</CardGroup>
