# OpenAIConfig

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/providers/openai.provider.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/providers/openai.provider.ts#L15)

## Properties

| Property | Type |
|---|---|
| `apiKey` | `string` |
| `baseUrl` | `string` |
| `model` | `string` |
| `maxTokens` | `number` |
| `temperature` | `number` |
| `timeout` | `number` |
| `azureEndpoint` | `string` |
| `azureApiKey` | `string` |
| `azureDeployment` | `string` |
| `azureApiVersion` | `string` |
| `retry` | `Partial<RetryConfig>` |
