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.
- Choose a Custom or OpenAI-compatible model provider.
- Enter the HiModels endpoint, API Key, and model ID shown below.
- Test the connection, save it, and set it as the default model.
| Field | Value |
|---|---|
| Provider Name | HiModels |
| API Base URL | https://api.himodels.ai/v1 |
| API Key | A key created on HiModels API Keys |
| Model | gpt-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.