Skip to main content

Flowise

1.1 API Configuration

Method 1: GUI Configuration

  1. Open Flowise (default http://localhost:3000)

  2. Create a new Chatflow

  3. Drag ChatOpenAI node onto the canvas

  4. Configure the node:

    • API Key: sk-your-hpc-ai-api-key

    • Base Path: https://api.hpc-ai.com/inference/v1

    • Model Name: minimax/minimax-m2.5

  5. Connect other nodes and save

Method 2: Environment Variables

# Configure in .env
OPENAI_API_KEY=sk-your-hpc-ai-api-key
OPENAI_API_BASE=https://api.hpc-ai.com/inference/v1

1.2 References