> Discover all available pages from the documentation index: https://mastra.zisheng.pro/zh-TW/llms.txt # ![Azure 標誌](https://models.dev/logos/azure.svg)Azure Azure 可透過 AI SDK 使用。安裝對應的 Provider 套件後,即可在 Mastra 中使用其模型。 如需此 Provider 的詳細說明,請參閱 [AI SDK Azure Provider 文件](https://ai-sdk.dev/providers/ai-sdk-providers/azure)。 如需在 Mastra Agent 中使用此 Provider,請參閱 [Agent 概覽文件](https://mastra.zisheng.pro/zh-TW/docs/agents/overview)。 ## 安裝 **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 ```