~/.factory/config.json that points to Routeway’s OpenAI-compatible API.
Requires a valid Routeway API key. Get yours from the dashboard.
Setup
1
Install Droid CLI
2
Configure Routeway as a custom model
Add (or merge) the following block into Replace the
~/.factory/config.json:If you already have other
custom_models, just append this object to the existing array. You can add multiple Routeway models with different IDs.model value with any model from routeway.ai/models.3
Start Droid
Open a new terminal and run:When prompted for a model, pick the display name you configured (e.g. GPT 4.1 (Routeway)) to route requests through Routeway.
Reference
Example Prompts
- “Summarize this project and list the key entry points.”
- “Find where feature X is implemented and explain the flow.”
- “Run tests and fix the first failure.”