Retrieve the API key, base URL, and model name from ChatECNU before connecting OpenClaw.
This series documents the full process of connecting OpenClaw to the ECNU AI platform. The first post focuses on the three parameters required by every later step: the API Key, the Base URL, and the model name. Once these are recorded correctly, both the local installation and the Feishu integration become much smoother.
On ChatECNU, the required information is mainly split across two sections: My Token and Open Platform. This post follows the actual order of the setup process.
chat.ecnu.edu.cn in a browserAfter signing in to chat.ecnu.edu.cn, click the avatar in the lower-left corner and locate My Token in the profile menu.
On the token page, click + Add new Key to generate a new API key.
As soon as the key is generated, copy it and store it in a safe place. This is the value you will later paste into OpenClaw, usually beginning with sk-.
Return to the main interface and open Open Platform from the left-side menu.
On the Open Platform page, copy the Base URL and note the model name you plan to use. In the screenshot, example models include ecnu-reasoner and ecnu-max; when you configure OpenClaw later, use whichever model names are currently shown in your own account.
These are the three values worth recording first:
| Parameter | Purpose | Example |
|---|---|---|
API Key | Authentication credential | sk-... |
Base URL | Endpoint used by OpenClaw | https://chat.ecnu.edu.cn/open/api/v1 |
Model Name | Model identifier passed to the API | ecnu-reasoner, ecnu-max, etc. |
By the end of this post, you should have prepared the core values required for the OpenClaw setup:
API KeyBase URLThis step does not involve local installation yet, but it determines whether the later configuration can go through cleanly.
The next post moves on to the actual installation: setting up OpenClaw locally and filling in the parameters collected here during initialization.
Here are some more articles you might like to read next: