IntegrationsOther clients

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 ProtocolBase URLAPI Key Header
OpenAI Compatiblehttps://api.kineticrouter.com/v1Authorization: Bearer sk-xxx
Anthropic Nativehttps://api.kineticrouter.com/anthropicx-api-key: sk-xxx

Continue (VS Code / JetBrains)

Continue  is an open-source AI coding assistant supporting VS Code and JetBrains IDEs.

~/.continue/config.json
Planned example

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.

~/.zshrc
export OPENAI_API_KEY=<your KINETICROUTER_API_KEY> export OPENAI_API_BASE=https://api.kineticrouter.com/v1
aider --model openai/gpt-4o

BoltAI (macOS)

BoltAI  is a native macOS AI assistant app.

  1. Open BoltAI → PreferencesProviders
  2. Add Custom OpenAI
  3. Enter Base URL: https://api.kineticrouter.com/v1
  4. Enter your API Key

TypingMind

TypingMind  is an AI chat interface tool.

  1. Go to SettingsCustom Endpoint
  2. API Endpoint: https://api.kineticrouter.com/v1
  3. API Key: Your kineticRouter API Key

ChatBox

ChatBox  is a cross-platform AI desktop client.

  1. Open ChatBox → SettingsAI Provider
  2. Select OpenAI API Compatible
  3. API Domain: https://api.kineticrouter.com
  4. API Key: Your kineticRouter API Key

Custom Integration

For other tools not listed here, the general steps are:

  1. Find the tool’s API configuration settings
  2. Set the API Base URL to https://api.kineticrouter.com/v1
  3. Set the API Key to your kineticRouter Key
  4. Use the provider/model-name format for model names

For current integration guidance, review the documentation home