Cline
Cline is the open coding agent. Official site: cline.bot
1.1 Usage
Cline supports OpenAI-compatible providers and can connect directly to HPC-AI.
Method 1: CLI Setup (Recommended)
cline auth -p openai -k your-hpc-ai-api-key -b https://api.hpc-ai.com/inference/v1 -m minimax/minimax-m2.5
Method 2: Settings UI
- Open Cline.
- Go to
Settings->API. - Choose
OpenAI Compatible. - Set the Base URL to
https://api.hpc-ai.com/inference/v1. - Set the API key to
your-hpc-ai-api-key. - Set the model ID to
minimax/minimax-m2.5. - Save the configuration.
1.2 Notes
If the UI changes, the CLI command remains the clearest documented setup path.