> Discover all available pages from the documentation index: https://mastra.zisheng.pro/ko/llms.txt # ![Cohere logo](https://models.dev/logos/cohere.svg)코히어 Cohere는 AI SDK를 통해 제공됩니다. Mastra에서 해당 Model을 사용하려면 공급자 패키지를 설치하십시오. 자세한 공급자별 설명서는 다음을 참조하세요.[AI SDK Cohere provider docs](https://ai-sdk.dev/providers/ai-sdk-providers/cohere). Mastra Agent와 함께 이 공급자를 사용하려면 다음을 참조하세요.[Agent Overview documentation](https://mastra.zisheng.pro/ko/docs/agents/overview). ## 설치 **npm**: ```bash npm install @ai-sdk/cohere ``` **pnpm**: ```bash pnpm add @ai-sdk/cohere ``` **Yarn**: ```bash yarn add @ai-sdk/cohere ``` **Bun**: ```bash bun add @ai-sdk/cohere ```