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

# Image Generation

> Create stunning images from text descriptions using AI

export const PRICING_URL = "https://cattus.ai/";

export const APP_URL = "https://platform.cattus.ai/";

## Overview

Cattus includes powerful image generation capabilities that let you create visual content directly from text descriptions. Simply describe what you want to see, and AI models will generate images based on your prompts.

<Card title="Start Creating Images" icon="palette" href={APP_URL} horizontal>
  Try image generation now. Create stunning visuals from text in seconds.
</Card>

## How it works

<video autoPlay muted loop playsInline className="w-full aspect-video rounded-xl" src="https://mintcdn.com/cattus/1xkWawoNcmzzqUu3/videos/image-gen.mp4?fit=max&auto=format&n=1xkWawoNcmzzqUu3&q=85&s=fc1ea72b3f87175c9652a7e51bad7946" alt="Generating AI images from text descriptions" data-path="videos/image-gen.mp4" />

<Steps>
  <Step title="Access Image Generation">
    Look for the image generation option in your chat interface.
  </Step>

  <Step title="Write Your Prompt">
    Describe the image you want to create in detail. Be specific about subjects, style, colors, composition, and mood.
  </Step>

  <Step title="Generate">
    Submit your prompt and wait for the AI to generate your image. This typically takes a few seconds.
  </Step>

  <Step title="Refine">
    If needed, adjust your prompt and regenerate to get closer to your desired result.
  </Step>
</Steps>

### Writing Effective Prompts

A well-crafted prompt typically includes:

1. **Subject**: What is the main focus of the image?
2. **Style**: What artistic style or aesthetic do you want?
3. **Details**: Specific elements, colors, lighting, or composition
4. **Quality Modifiers**: Terms like "high quality", "detailed", "professional"

### Example Prompts

<CodeGroup>
  ```text Basic theme={null}
  A red sports car on a coastal highway at sunset
  ```

  ```text Detailed theme={null}
  A sleek red sports car driving along a winding coastal highway during golden hour, dramatic cliffs on one side and ocean waves on the other, cinematic lighting, high detail, professional photography
  ```

  ```text Artistic theme={null}
  A whimsical illustration of a cat astronaut floating in space, surrounded by colorful nebulas and stars, digital art style, vibrant colors, playful and dreamy atmosphere
  ```

  ```text Professional theme={null}
  Professional product photo of a modern wireless headphone on a minimalist white surface, studio lighting, clean background, commercial photography, high resolution
  ```
</CodeGroup>

### Image Customization

Depending on the image generation provider, you may be able to specify:

* **Size**: Different aspect ratios and dimensions
* **Style**: Artistic style, photography type, or rendering method
* **Quality**: Resolution and detail level
* **Variations**: Number of images to generate

## Supported Providers

Cattus supports multiple providers for image generation:

<CardGroup cols={2}>
  <Card title="GPT Image" icon="paintbrush">
    High-quality images with excellent understanding of complex prompts and artistic styles.
  </Card>

  <Card title="Nano Banana 2" icon="paintbrush">
    High-quality image generation powered by Google.
  </Card>
</CardGroup>

## Use Cases

<AccordionGroup>
  <Accordion title="Marketing & Social Media" icon="bullhorn">
    Create eye-catching visuals for social media posts, blog headers, advertisements, and marketing materials.
  </Accordion>

  <Accordion title="Concept Art & Design" icon="palette">
    Generate concept art, mood boards, and visual inspiration for creative projects.
  </Accordion>

  <Accordion title="Product Visualization" icon="cube">
    Visualize product ideas, packaging concepts, or design variations before creating physical prototypes.
  </Accordion>

  <Accordion title="Educational Content" icon="book">
    Create illustrations and diagrams to enhance educational materials and presentations.
  </Accordion>

  <Accordion title="Personal Projects" icon="heart">
    Generate custom artwork, gifts, profile pictures, or decorative images for personal use.
  </Accordion>
</AccordionGroup>

## Best Practices

<CardGroup cols={2}>
  <Card title="Be Specific" icon="crosshairs">
    More detailed prompts generally produce better results. Include colors, lighting, mood, and style.
  </Card>

  <Card title="Iterate" icon="rotate">
    Start with a basic prompt and refine it based on the results. Small adjustments can make big differences.
  </Card>

  <Card title="Reference Styles" icon="palette">
    Mention specific art styles, photography types, or famous artists to guide the aesthetic.
  </Card>

  <Card title="Use Quality Terms" icon="star">
    Include terms like "high quality", "detailed", "professional" to improve output quality.
  </Card>
</CardGroup>

## Start Creating Today

<CardGroup cols={1}>
  <Card title="Generate Your First Image" icon="sparkles" href={APP_URL}>
    Launch Cattus and start creating AI-generated images right away.
  </Card>
</CardGroup>
