> Discover all available pages from the documentation index: https://mastra.ai/llms.txt

# ![Azure logo](https://models.dev/logos/azure.svg)Azure

Azure is available through the AI SDK. Install the provider package to use their models with Mastra.

For detailed provider-specific documentation, see the [AI SDK Azure provider docs](https://ai-sdk.dev/providers/ai-sdk-providers/azure).

To use this provider with Mastra agents, see the [Agent Overview documentation](https://mastra.ai/docs/agents/overview).

## Installation

**npm**:

```bash
npm install @ai-sdk/azure
```

**pnpm**:

```bash
pnpm add @ai-sdk/azure
```

**Yarn**:

```bash
yarn add @ai-sdk/azure
```

**Bun**:

```bash
bun add @ai-sdk/azure
```