> Discover all available pages from the documentation index: https://mastra.zisheng.pro/en/llms.txt # ![AIHubMix logo](https://models.dev/logos/aihubmix.svg)AIHubMix AIHubMix 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 AIHubMix provider docs](https://ai-sdk.dev/providers/community-providers/aihubmix). To use this provider with Mastra agents, see the [Agent Overview documentation](https://mastra.zisheng.pro/en/docs/agents/overview). ## Installation **npm**: ```bash npm install @aihubmix/ai-sdk-provider ``` **pnpm**: ```bash pnpm add @aihubmix/ai-sdk-provider ``` **Yarn**: ```bash yarn add @aihubmix/ai-sdk-provider ``` **Bun**: ```bash bun add @aihubmix/ai-sdk-provider ```