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

# ![QVAC logo](https://models.dev/logos/qvac.svg)QVAC

QVAC 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 QVAC provider docs](https://ai-sdk.dev/providers/community-providers/qvac).

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

## Installation

**npm**:

```bash
npm install @qvac/ai-sdk-provider
```

**pnpm**:

```bash
pnpm add @qvac/ai-sdk-provider
```

**Yarn**:

```bash
yarn add @qvac/ai-sdk-provider
```

**Bun**:

```bash
bun add @qvac/ai-sdk-provider
```