R5.152
execai R5.152
🟢 New source: zai-api — Z.ai open platform (pay-per-token)
The GLM models are now reachable through Z.ai's open platform (api.z.ai/api/paas/v4, OpenAI-compatible), separately from the GLM Coding Plan subscription — the same split we already have between kimi and kimi-api.
/connect zai-api <key> # key from https://z.ai/manage-apikey/apikey-list
/source zai-api
The model catalog is fetched live from the provider at connect time; the primary model is picked by a priority list rather than the server's ordering. Model IDs are identical to the Coding Plan ones, so the two catalogs are kept apart by provider — a request never leaves for the wrong endpoint with the wrong key.
⚠️ Terms-of-service warning on /connect zai
Z.ai's usage policy limits the GLM Coding Plan to a closed list of tools (Claude Code, Cursor, Cline, Roo Code, OpenCode, Pi, Crush, Goose and a few more), and execai is not on it. Their policy allows rate limiting, freezing an account and a ban after three violations — and the account at risk belongs to the user, not to us.
So /connect zai now says this plainly, in your interface language, and points to zai-api as the unrestricted alternative. Nothing is blocked: the choice stays yours, it is just no longer silent.
If you paste a Coding Plan key into /connect zai-api (or the other way round), the key is rejected with an explanation of which key belongs where, instead of failing mysteriously later.
Install
# Worldwide (GitHub Releases):
curl -fsSL https://raw.githubusercontent.com/execai/execai-agent/main/install.sh | bash
# Russia/CIS (Yandex mirror):
curl -fsSL https://storage.yandexcloud.net/execai-agent-prod/execai/stable/install.sh | bash