# VercelAIProviderConfig

**Kind:** Interface

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

Vercel AI SDK provider configuration.
Uses the `ai` package to call any supported LLM provider.

## Properties

| Property | Type |
|---|---|
| `provider` | `string` |
| `model` | `string` |
| `apiKey` | `string` |
| `baseUrl` | `string` |
