diff options
| author | Frank <[email protected]> | 2025-12-29 07:45:28 -0500 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-12-29 07:45:54 -0500 |
| commit | 94e851c2a2c38b1bde8fb30fd3f18acc5426c43b (patch) | |
| tree | 14f38ee4af4e35701755f0b93779db1bd4edae0d | |
| parent | 1658a3ff59b9ebacb95221fab69b4d3cecca08fd (diff) | |
| download | opencode-94e851c2a2c38b1bde8fb30fd3f18acc5426c43b.tar.gz opencode-94e851c2a2c38b1bde8fb30fd3f18acc5426c43b.zip | |
docs: add MiniMax integration instructions to providers documentation
| -rw-r--r-- | packages/web/src/content/docs/providers.mdx | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/providers.mdx b/packages/web/src/content/docs/providers.mdx index e38c0dff1..d1a6bb499 100644 --- a/packages/web/src/content/docs/providers.mdx +++ b/packages/web/src/content/docs/providers.mdx @@ -869,6 +869,33 @@ To use Kimi K2 from Moonshot AI: --- +### MiniMax + +1. Head over to the [MiniMax console](https://www.minimax.io/), create an account, and generate an API key. + +2. Run the `/connect` command and search for **MiniMax**. + + ```txt + /connect + ``` + +3. Enter your MiniMax API key. + + ```txt + ┌ API key + │ + │ + └ enter + ``` + +4. Run the `/models` command to select a model like _M2.1_. + + ```txt + /models + ``` + +--- + ### Nebius Token Factory 1. Head over to the [Nebius Token Factory console](https://tokenfactory.nebius.com/), create an account, and click **Add Key**. @@ -1277,7 +1304,7 @@ SAP AI Core provides access to 40+ models from OpenAI, Anthropic, Google, Amazon └ enter ``` -4. Run the `/models` command to select a model like _GLM-4.5_. +4. Run the `/models` command to select a model like _GLM-4.7_. ```txt /models |
