Imbutus

OpenClaw

API: Anthropic API

Open or create ~/.openclaw/openclaw.json. The config below sets Imbutus as the provider and selects the default model:

{
  "agents": {
    "defaults": {
      "model": {
        "primary": "huihui-ai/Huihui-Qwen3.5-9B-Claude-4.6-Opus-abliterated"
      }
    }
  },
  "models": {
    "providers": {
      "anthropic": {
        "baseUrl": "https://imbutus.com",
        "apiKey": "<your-api-key>"
      }
    }
  }
}

Available model IDs — replace the primary value with any of these:

huihui-ai/Huihui-Qwen3.5-9B-Claude-4.6-Opus-abliterated
huihui-ai/Huihui-Qwen3.6-35B-A3B-Claude-4.7-Opus-abliterated
huihui-ai/Huihui-Qwen3-Coder-Next-abliterated

You can find your API key on the profile page.