# AzureModelProviderConfig

**Kind:** Interface

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

Model provider configuration for Azure OpenAI.

## Properties

| Property | Type |
|---|---|
| `modelProfile` | `import('./model-profiles').ModelCapabilityProfile` |
| `endpoint` | `string` |
| `apiKey` | `string` |
| `apiVersion` | `string` |
| `useV1Endpoint` | `boolean` |
| `defaultModel` | `string` |
| `timeout` | `number` |
| `fallbackModel` | `string` |
| `store` | `boolean` |
| `truncation` | `'auto' | 'disabled'` |
| `deferredToolNames` | `Set<string>` |
