Documentation Index
Fetch the complete documentation index at: https://docs.agipower.ai/llms.txt
Use this file to discover all available pages before exploring further.
Guide to Using OpenCode with AGIPower
OpenCode is a terminal-first AI coding agent. Through its integration with AGIPower, you gain access to more powerful models to boost development efficiency.Install OpenCode
OpenCode offers multiple installation methods. Choose the one that best fits your system environment:Quick Install
npm/pnpm/yarn
macOS & Linux
Windows
Arch Linux
Configure OpenCode
Sign in and configure AGIPower
After installation, you need to configure OpenCode to use the AGIPower API.Step 1: Launch OpenCode and sign in
On first use, OpenCode will prompt you to sign in and configure:
</div>
Step 2: Enter your AGIPower API Key
After selecting AGIPower, you will be prompted to enter your API Key. Please enter your AGIPower API Key (formatsk-xxx):
<div style=“text-align: center;”>
</div>
Step 3: Choose a model
Once configured, use the/models command to view and select available models:
</div>
Supported Models
AGIPower provides a wide range of models for OpenCode. Below is the current list of supported models (continuously updated):The table below lists recommended models that have been verified to work with OpenCode. If you need other models, please contact us via the methods at the bottom of the page. We will provide native support as soon as possible.
| No. | Model Name | Model Slug |
|---|---|---|
| 1 | Ling-1T | inclusionai/ling-1t |
| 2 | Ring-1T | inclusionai/ring-1t |
| 3 | Claude Haiku 4.5 | anthropic/claude-haiku-4.5 |
| 4 | Claude Opus 4.1 | anthropic/claude-opus-4.1 |
| 5 | Claude Sonnet 4.5 | anthropic/claude-sonnet-4.5 |
| 6 | DeepSeek-V3.2-Exp (Non-thinking Mode) | deepseek/deepseek-chat |
| 7 | Gemini 2.5 Pro | google/gemini-2.5-pro |
| 8 | KAT-Coder-Pro-V1 | kat-ai/kat-coder-pro-v1 |
| 9 | Kimi K2 0905 | moonshotai/kimi-k2-0905 |
| 10 | GPT-5 Codex | openai/gpt-5-codex |
| 11 | GPT-5 | openai/gpt-5 |
| 12 | Qwen3 Coder Plus | qwen/qwen3-coder-plus |
| 13 | Grok 4 Fast Non Reasoning | x-ai/grok-4-fast-non-reasoning |
| 14 | Grok 4 Fast | x-ai/grok-4-fast |
| 15 | Grok 4 | x-ai/grok-4 |
| 16 | Grok Code Fast 1 | x-ai/grok-code-fast-1 |
| 17 | GLM 4.5 Air | z-ai/glm-4.5-air |
| 18 | GLM 4.6 | z-ai/glm-4.6 |
Usage Experience
Once configured, OpenCode delivers powerful AI-assisted coding capabilities: <div style=“text-align: center;”>
</div>
Troubleshooting
Common Issues
API Key Error
Issue: API Key reported as invalid or unauthorized Solution:- Verify that the AGIPower API Key you entered is correct
- Confirm the API Key is active and has sufficient balance
- Check that the API Key format starts with
sk- - Re-run the
opencodecommand and reconfigure