OpenCode is an open-source AI coding agent that runs in your terminal. Connect it to GMI Cloud and any model in the GMI catalog becomes available for reading files, reasoning about code, and making edits, directly from the TUI.Documentation Index
Fetch the complete documentation index at: https://docs.gmicloud.ai/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- A Mac, Linux, or Windows machine with a terminal
- A GMI Cloud account at console.gmicloud.ai
- About 5 minutes
Step 1. Install OpenCode
Run this command in your terminal:1.15.11.
Step 2. Open OpenCode in your project
Navigate to any code project and launch OpenCode:
Step 3. Connect GMI Cloud
Inside OpenCode, type:

- Go to console.gmicloud.ai.
- Open API Keys and copy your key.
- Paste it into OpenCode and press Enter to confirm.

Step 4. Pick a model
Inside OpenCode, type:| Model | Best for |
|---|---|
| Qwen3-Coder-480B | Best coding quality |
| DeepSeek V4 Pro | Complex reasoning & hard problems |
| Claude Sonnet 4.6 | Balanced quality + speed |
| Claude Opus 4.7 Fast | Fast, high-quality responses |
| DeepSeek V4 Flash | Lightweight, quick tasks |
Step 5. Start coding
You’re all set. Type any task in the prompt and hit Enter:Useful commands
| Command | What it does |
|---|---|
/connect | Add or switch AI provider |
/models | Switch the active model |
Ctrl + P | Open command palette |
Ctrl + C | Cancel current response |
Esc | Close any menu |
Next steps
- Try Claude Code, Codex, or Cursor with the same GMI account.
- Browse models in the Text catalog.
- OpenCode docs: opencode.ai/docs