Droid
Meet droid — the power of Factory in your terminal.
Official site: docs.factory.ai/cli
1.1 Usage
Method 1: Settings JSON (Recommended)
Droid supports BYOK and custom model configuration through Factory settings.
- Open
droid. - Enter
/settings. - Edit the settings file at:
- macOS / Linux:
~/.factory/settings.json - Windows:
%USERPROFILE%\.factory\settings.json
- macOS / Linux:
- Add a custom model entry with:
model:minimax/minimax-m2.5baseUrl:https://api.hpc-ai.com/inference/v1apiKey:${HPC_AI_API_KEY}or your real key valueprovider:generic-chat-completion-api
- Save and restart Droid if needed.
Method 2: UI Configuration
- Open
/settingsinside Droid. - Choose
custom-modelor a custom model entry. - Fill in the provider details in the UI.
- Confirm the endpoint is treated as an OpenAI-compatible chat completion service.