Skip to main content

Droid

Meet droid — the power of Factory in your terminal. Official site: docs.factory.ai/cli

1.1 Usage

Droid supports BYOK and custom model configuration through Factory settings.

  1. Open droid.
  2. Enter /settings.
  3. Edit the settings file at:
    • macOS / Linux: ~/.factory/settings.json
    • Windows: %USERPROFILE%\.factory\settings.json
  4. Add a custom model entry with:
    • model: minimax/minimax-m2.5
    • baseUrl: https://api.hpc-ai.com/inference/v1
    • apiKey: ${HPC_AI_API_KEY} or your real key value
    • provider: generic-chat-completion-api
  5. Save and restart Droid if needed.

Method 2: UI Configuration

  1. Open /settings inside Droid.
  2. Choose custom-model or a custom model entry.
  3. Fill in the provider details in the UI.
  4. Confirm the endpoint is treated as an OpenAI-compatible chat completion service.

1.2 References