> Discover all available pages from the documentation index: https://mastra.zisheng.pro/ja/llms.txt # ![Cohere ロゴ](https://models.dev/logos/cohere.svg)Cohere Cohere は AI SDK を通じて利用できます。Mastra でこの Provider のモデルを使用するには、Provider package をインストールしてください。 Provider 固有の詳細については、[AI SDK Cohere Provider のドキュメント](https://ai-sdk.dev/providers/ai-sdk-providers/cohere)を参照してください。 この Provider を Mastra Agent で使用する方法については、[Agent の概要](https://mastra.zisheng.pro/ja/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 ```