# AIProviderType

**Kind:** Type

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

AI Provider type selection

## Definition

```ts
'claude' | 'openai' | 'azure-responses'
```
