~/.factory/config.json that points to Routeway’s OpenAI-compatible API.
Requires a valid Routeway API key. Get yours from the dashboard.
Setup
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.Reference
| Setting | Value |
|---|---|
| Config file | ~/.factory/config.json |
| Base URL | https://api.routeway.ai/v1/ (trailing slash required) |
| Provider | generic-chat-completion-api |
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.”