Other Integrations
kineticRouter is compatible with OpenAI and Anthropic protocols, with a Grok / xAI protocol entry point. Below are configuration guides for some common tools.
General Configuration Principles
Regardless of the tool, configuration follows these principles:
| Tool’s Protocol | Base URL | API Key Header |
|---|---|---|
| OpenAI Compatible | https://api.kineticrouter.com/v1 | Authorization: Bearer sk-xxx |
| Anthropic Native | https://api.kineticrouter.com/anthropic | x-api-key: sk-xxx |
Continue (VS Code / JetBrains)
Continue is an open-source AI coding assistant supporting VS Code and JetBrains IDEs.
The Anthropic-native route is planned and its configuration is shown only as a reference. This example is intentionally not copyable in its current display state.
Aider
Aider is a command-line AI pair programming tool.
export OPENAI_API_KEY=<your KINETICROUTER_API_KEY>
export OPENAI_API_BASE=https://api.kineticrouter.com/v1aider --model openai/gpt-4oBoltAI (macOS)
BoltAI is a native macOS AI assistant app.
- Open BoltAI → Preferences → Providers
- Add Custom OpenAI
- Enter Base URL:
https://api.kineticrouter.com/v1 - Enter your API Key
TypingMind
TypingMind is an AI chat interface tool.
- Go to Settings → Custom Endpoint
- API Endpoint:
https://api.kineticrouter.com/v1 - API Key: Your kineticRouter API Key
ChatBox
ChatBox is a cross-platform AI desktop client.
- Open ChatBox → Settings → AI Provider
- Select OpenAI API Compatible
- API Domain:
https://api.kineticrouter.com - API Key: Your kineticRouter API Key
Custom Integration
For other tools not listed here, the general steps are:
- Find the tool’s API configuration settings
- Set the API Base URL to
https://api.kineticrouter.com/v1 - Set the API Key to your kineticRouter Key
- Use the
provider/model-nameformat for model names
For current integration guidance, review the documentation home