/providers command.
Requires a valid Routeway API key. Get yours from the dashboard.
Setup
Install OpenClaude
Follow the installation instructions at github.com/Gitlawb/openclaude.
Add a custom provider
From the list, select Add provider. Then scroll through the provider list using arrow keys until you see Custom and press Enter.
Configure the provider
Fill in the prompts as follows:
| Prompt | Value |
|---|---|
| Provider name | Any label, e.g. Routeway |
| Base URL | https://api.routeway.ai/v1 |
| Default model | A model ID from routeway.ai/models, e.g. gpt-4.1 |
| API mode | Chat Completions |
| Auth header | Skip (press Enter) |
| Auth header value | Skip (press Enter) |
| API key | Your Routeway API key |
| Custom headers | Skip (press Enter) |
Reference
| Setting | Value |
|---|---|
| Base URL | https://api.routeway.ai/v1 |
| API mode | Chat Completions |
| Auth | API key field only (skip header fields) |
Example Prompts
- “Explain this code snippet and suggest improvements.”
- “Write a Python function that does X.”
- “Summarize the key differences between A and B.”