Skip to main content
OpenClaw is an open-source personal AI assistant that runs locally on your machine and connects to messaging platforms like WhatsApp, Telegram, Discord, and more. It supports any OpenAI-compatible provider, including Inception.

Setup Instructions

  1. Set your Inception API key as an environment variable:
Add this line to your ~/.zshrc or ~/.bash_profile so it persists across terminal sessions.
  1. Open your OpenClaw config file at ~/.openclaw/openclaw.json and add Inception as a custom provider:
Setting mode: "merge" ensures all built-in providers (Anthropic, OpenAI, Gemini, etc.) remain available alongside Inception. Without it, custom providers replace the entire built-in catalog.
  1. Set Mercury as your primary model:
  1. Restart the gateway to pick up the new provider:
OpenClaw’s gateway hot-reloads most config changes automatically, but restarting ensures new provider definitions are fully loaded.
  1. Verify everything is working:
You should see inception/mercury-2 listed as your primary model with valid auth.

Switching Models

You can switch to Mercury mid-session from any connected chat (Telegram, Discord, WhatsApp, etc.):
Or use Mercury as a fallback instead of the primary model:

Troubleshooting

If something isn’t working, run the built-in diagnostics:
Documentation