Skip to main content

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.

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

  1. Open Cline.
  2. Go to Settings -> API.
  3. Choose OpenAI Compatible.
  4. Set the Base URL to https://api.hpc-ai.com/inference/v1.
  5. Set the API key to your-hpc-ai-api-key.
  6. Set the model ID to minimax/minimax-m2.5.
  7. Save the configuration.

1.2 Notes

If the UI changes, the CLI command remains the clearest documented setup path.

1.3 References