Skip to main content

OpenClaw

OpenClaw is a highly regarded open-source, autonomous AI virtual assistant platform. It is widely nicknamed "Crawfish" by the tech community because its default application icon is a red crayfish.

Prerequisites

  • You have activated a TCB environment and obtained the environment ID cloudBaseEnvID.
  • Enable the required model in the AI console.
  • Obtain the Base URL and API Key in the AI console.

Configuration Steps

We use OpenClaw-2026.6.5 (5181e4f) as an example.

  1. Open the DashBoard panel. If your OpenClaw is running on your local computer, you can directly run the following shortcut command in the terminal. The system will automatically copy the link and attempt to open it in your browser.
openclaw dashboard
  1. Click Settings - AI & Agents - Models - Model Providers.
  2. Expand the Model Provides panel and click Add Entry.

openclaw2.png

  1. In Custom entries, enter the following information:

This example is populated with the minimum required information. You can customize the fields according to your needs. The meanings of the fields to be filled in are as follows:

Field to EnterExplanation
Provider NameThe vendor name, which can be any value. In the screenshot example, cloudbase is entered.
Model Provider API KeyThe API Key for calling the large model, which is obtained in the AI console.
Model Provider Base URLThe Base URL for the large model, which is obtained in the AI console.

openclaw3.png

  1. Expand the Model Provider Model List sub-panel under Custom entries, and click Add to add a model.

Enter the meaning of each field as follows (other fields do not need to be filled in, as they are based on the information configured in Custom entries).

Field to EnterExplanation
IdThe large model ID. Copy the identifier of an enabled large model from the model list in the AI console and enter it here.
NameThe name of the large model, which can be filled in arbitrarily. In the example, the large model Id and the large model name are kept consistent to avoid confusion.

openclaw4.png

  1. Click Save to return to the chat and start testing.

Common Error Troubleshooting

Error MessageSolution
All models are temporarily rate-limited. Please try again in a few minutes.The Base URL is incorrect. Go to the AI console to copy the correct Base URL. An incorrect large model ID is configured, and the large model is not enabled in the AI console.
401 gent failed before reply: 401 status codeThe API Key is entered incorrectly or may have been deleted.