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

# Image Generation

> Create stunning AI-generated images with TensorAI

## Overview

TensorAI provides powerful image generation capabilities using cutting-edge AI models. Generate high-quality images from text descriptions or transform existing images.

## Generation Modes

<CardGroup cols={2}>
  <Card title="Text to Image" icon="pen">
    Describe what you want and AI creates it from scratch.
  </Card>

  <Card title="Image to Image" icon="image">
    Upload a reference image and transform it with AI.
  </Card>
</CardGroup>

## Available Models

\| Model | Provider | Features |
\| SeeDream V4.0 | BytePlus | High-quality image generation |
\| SeeDream V4.5 | BytePlus | Professional-level image generation with enhanced quality |
\| SeeDream V5.0 Lite | BytePlus | Next-generation image generation model with superior detail |
\| Z-Image | Alibaba | High-efficiency text-to-image generation |

*Note: The actual point consumption displayed during generation shall prevail.*

## Quick Start

1. **Navigate to Image section** in the TensorAI app
2. **Choose your mode**: Text to Image or Image to Image
3. **Enter your prompt**: Describe the image you want to create
4. **Select a model**: Choose based on your quality and speed needs
5. **Click Generate**: Watch AI create your image

<Tip>
  Use detailed, descriptive prompts for better results. Include style, mood, lighting, and composition details.
</Tip>

## Best Practices

* **Be specific**: "A golden retriever playing in autumn leaves at sunset" works better than "a dog"
* **Include style**: Add artistic style like "watercolor", "photorealistic", or "anime style"
* **Specify composition**: Mention camera angle, framing, and focus

## API Integration

For programmatic access, see the [Image API documentation](/api-reference/introduction).
