# ImageGenerationRequest

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/pme-core/src/types/index.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/pme-core/src/types/index.ts#L189)

Image generation request.

## Properties

| Property | Type |
|---|---|
| `prompt` | `string` |
| `width` | `number` |
| `height` | `number` |
| `background` | `'transparent' | 'opaque' | 'auto'` |
| `quality` | `'low' | 'medium' | 'high'` |
