Skip to main content
OpenClaude is an open-source terminal chat client. You can connect it to Routeway by adding a custom provider through the built-in /providers command.
Requires a valid Routeway API key. Get yours from the dashboard.

Setup

1

Install OpenClaude

Follow the installation instructions at github.com/Gitlawb/openclaude.
2

Launch OpenClaude

openclaude
3

Open the providers menu

Type /providers and press Enter.
4

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.
5

Configure the provider

Fill in the prompts as follows:
PromptValue
Provider nameAny label, e.g. Routeway
Base URLhttps://api.routeway.ai/v1
Default modelA model ID from routeway.ai/models, e.g. gpt-4.1
API modeChat Completions
Auth headerSkip (press Enter)
Auth header valueSkip (press Enter)
API keyYour Routeway API key
Custom headersSkip (press Enter)
6

Start chatting

Select your new Routeway provider and begin your conversation.

Reference

SettingValue
Base URLhttps://api.routeway.ai/v1
API modeChat Completions
AuthAPI 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.”