Skip to content

Commit 142c5c1

Browse files
docs: add GMI Cloud provider entry to providers directory (#32914)
1 parent 4b83f5d commit 142c5c1

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

packages/web/src/content/docs/providers.mdx

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,6 +1070,35 @@ subscription](https://github.com/features/copilot/plans) to use.
10701070

10711071
---
10721072

1073+
### GMI Cloud
1074+
1075+
To use GMI Cloud with OpenCode:
1076+
1077+
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.
1078+
1079+
2. Run the `/connect` command and search for **GMI Cloud**.
1080+
1081+
```txt
1082+
/connect
1083+
```
1084+
1085+
3. Enter your GMI Cloud API key.
1086+
1087+
```txt
1088+
┌ API key
1089+
1090+
1091+
└ enter
1092+
```
1093+
1094+
4. Run the `/models` command to select the model you want.
1095+
1096+
```txt
1097+
/models
1098+
```
1099+
1100+
---
1101+
10731102
### Google Vertex AI
10741103

10751104
To use Google Vertex AI with OpenCode:

0 commit comments

Comments
 (0)