From 142c5c11d91d4cd849a6142f3da20817ed82de71 Mon Sep 17 00:00:00 2001 From: Isaac Huang Date: Wed, 24 Jun 2026 15:15:36 -0700 Subject: [PATCH] docs: add GMI Cloud provider entry to providers directory (#32914) --- packages/web/src/content/docs/providers.mdx | 29 +++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/packages/web/src/content/docs/providers.mdx b/packages/web/src/content/docs/providers.mdx index b31ebb6779..ef4d951267 100644 --- a/packages/web/src/content/docs/providers.mdx +++ b/packages/web/src/content/docs/providers.mdx @@ -1070,6 +1070,35 @@ subscription](https://github.com/features/copilot/plans) to use. --- +### GMI Cloud + +To use GMI Cloud with OpenCode: + +1. Head over to the [GMI Cloud console](https://console.gmicloud.ai/) to create an API key. You can also review the [API reference](https://docs.gmicloud.ai/inference-engine/api-reference/llm-api-reference) for the endpoint details. + +2. Run the `/connect` command and search for **GMI Cloud**. + + ```txt + /connect + ``` + +3. Enter your GMI Cloud API key. + + ```txt + ┌ API key + │ + │ + └ enter + ``` + +4. Run the `/models` command to select the model you want. + + ```txt + /models + ``` + +--- + ### Google Vertex AI To use Google Vertex AI with OpenCode: