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

# Image Agent • AI Agent SDK

> ImageAgent - A specialized agent class for generating images using AI models.

# image\_agent

<Badge color="blue">AI Agent</Badge>

ImageAgent - A specialized agent class for generating images using AI models.
This class extends the base Agent class to provide specific functionality for image generation,
including support for different image models, sizes, and quality settings.

## Import

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
from praisonaiagents.agent import image_agent
```

## Classes

<CardGroup cols={2}>
  <Card title="ImageGenerationConfig" icon="brackets-curly" href="../classes/ImageGenerationConfig">
    Configuration for image generation settings.
  </Card>

  <Card title="ImageAgent" icon="brackets-curly" href="../classes/ImageAgent">
    A specialized agent for generating images using AI models.
  </Card>
</CardGroup>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Agents Concept" icon="robot" href="/docs/concepts/agents" />

  <Card title="Single Agent Guide" icon="book-open" href="/docs/guides/single-agent" />

  <Card title="Multi-Agent Guide" icon="users" href="/docs/guides/multi-agent" />

  <Card title="Agent Configuration" icon="gear" href="/docs/configuration/agent-config" />

  <Card title="Auto Agents" icon="wand-magic-sparkles" href="/docs/features/autoagents" />
</CardGroup>
