# ![Cohere logo](https://models.dev/logos/cohere.svg)Cohere Cohere 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 Cohere provider docs](https://ai-sdk.dev/providers/ai-sdk-providers/cohere). To use this provider with Mastra agents, see the [Agent Overview documentation](https://mastra.ai/docs/agents/overview/llms.txt). ## Installation ```bash npm install @ai-sdk/cohere ``` ```bash pnpm add @ai-sdk/cohere ``` ```bash yarn add @ai-sdk/cohere ``` ```bash bun add @ai-sdk/cohere ```