# AzureImageProviderConfig

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/pme-core/src/providers/azure-image.provider.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/pme-core/src/providers/azure-image.provider.ts#L8)

Azure Image Provider

Thin client for GPT-image-1.5 via Azure OpenAI.
Different API shape from text models — uses the images/generations endpoint.

## Properties

| Property | Type |
|---|---|
| `endpoint` | `string` |
| `apiKey` | `string` |
| `apiVersion` | `string` |
| `deploymentName` | `string` |
| `timeout` | `number` |
