Skip to main content

Roo Code

Roo Code is your AI software engineering team, interactive in the IDE and autonomous in the cloud. Official site: docs.roocode.com

1.1 Usage

VS Code Settings Panel

Roo Code officially supports an OpenAI Compatible provider. This is the cleanest way to connect HPC-AI.

  1. Open the Roo Code settings panel in VS Code.

  2. Set API Provider to OpenAI Compatible.

  3. Fill in:

    • Base URL: https://api.hpc-ai.com/inference/v1
    • API Key: your-hpc-ai-api-key
    • Model: minimax/minimax-m2.5
  4. Adjust the model configuration if needed:

    • Max Output Tokens
    • Context Window
    • Image Support
    • Computer Use
    • Input Price
    • Output Price
  5. Save and run a test task.

1.2 References