Integrate OpenClaw

OpenClaw is an extensible personal AI assistant that can connect to chat channels and add capabilities through Skills. Add HiModels as an OpenAI-compatible provider to use it.

Switch an Existing Installation to HiModels

If OpenClaw is already installed, reopen onboarding and add the HiModels provider with the values below:

openclaw onboard --install-daemon

1. Install OpenClaw

macOS / Linux:

curl -fsSL https://openclaw.ai/install.sh | bash

Windows PowerShell:

iwr -useb https://openclaw.ai/install.ps1 | iex

2. Configure the Default Model

New installations enter setup automatically. Existing installations can rerun onboarding. Create a key from HiModels API Keys.

  1. Choose a Custom or OpenAI-compatible model provider.
  2. Enter the HiModels endpoint, API Key, and model ID shown below.
  3. Test the connection, save it, and set it as the default model.
FieldValue
Provider NameHiModels
API Base URLhttps://api.himodels.ai/v1
API KeyA key created on HiModels API Keys
Modelgpt-5.5

3. Start Using OpenClaw

Launch the Web UI, terminal UI, or terminal chat as needed:

openclaw dashboard
openclaw tui
openclaw terminal

If the connection test fails, check the API Key, model ID, and Base URL first. Model IDs are listed on HiModels Explore.