> Discover all available pages from the documentation index: https://mastra.zisheng.pro/ko/llms.txt # ![Azure logo](https://models.dev/logos/azure.svg)하늘빛 Azure는 AI SDK를 통해 사용할 수 있습니다. Mastra에서 해당 Model을 사용하려면 공급자 패키지를 설치하십시오. 자세한 공급자별 설명서는 다음을 참조하세요.[AI SDK Azure provider docs](https://ai-sdk.dev/providers/ai-sdk-providers/azure). Mastra Agent와 함께 이 공급자를 사용하려면 다음을 참조하세요.[Agent Overview documentation](https://mastra.zisheng.pro/ko/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 ```