You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/web/src/content/docs/providers.mdx
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1070,6 +1070,35 @@ subscription](https://github.com/features/copilot/plans) to use.
1070
1070
1071
1071
---
1072
1072
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.
0 commit comments