# SearchModelDeployment

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/agent-core/src/tools/web-search.tool.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/agent-core/src/tools/web-search.tool.ts#L28)

Azure OpenAI model deployment for web search grounding.
Each deployment has its own rate limit bucket.

## Properties

| Property | Type |
|---|---|
| `endpoint` | `string` |
| `apiKey` | `string` |
| `model` | `string` |
| `apiVersion` | `string` |
| `useV1Endpoint` | `boolean` |
