# AnthropicModelProviderConfig

**Kind:** Interface

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

## Properties

| Property | Type |
|---|---|
| `apiKey` | `string` |
| `defaultModel` | `string` |
| `baseUrl` | `string` |
| `timeout` | `number` |
| `maxTokens` | `number` |
| `modelProfile` | `ModelCapabilityProfile` |
| `azureHosted` | `boolean` |
| `azureApiVersion` | `string` |
