Environment
- CLI:
bl 1.25.0
- Bailian skills:
1.25.0
- Node:
v26.3.0
- OS: macOS 26.6.2 (Build 25G83)
- Console: international,
ap-southeast-1
- Plan: Token Plan Personal Edition
Problem
The installed bailian-protocol setup guidance and the built-in token-plan profile use this Base URL:
https://token-plan.cn-beijing.maas.aliyuncs.com
Token Plan Personal Edition is Singapore-only. A valid Personal Edition key is therefore rejected by the Beijing host with HTTP 401 InvalidApiKey, which looks like a bad credential rather than a region mismatch.
The same key is accepted by the Singapore host:
https://token-plan.ap-southeast-1.maas.aliyuncs.com
Reproduce
- Install or update
bl and its skills to 1.25.0.
- Configure a valid Token Plan Personal Edition key in the
token-plan profile.
- Leave the profile's supplied Beijing Base URL unchanged.
- Run a text request or query the OpenAI-compatible model endpoint.
No credential values are included in this report.
Expected
For Token Plan Personal Edition, the profile or setup guidance should select the Singapore Token Plan host, or require an explicit region choice that prevents a Singapore-only key from being sent to Beijing.
Actual
- Beijing host:
HTTP 401, InvalidApiKey / Invalid API-key provided
- Singapore host with the same key: authentication succeeds and the request reaches the plan quota check (
HTTP 429 insufficient_quota when the weekly allowance is exhausted)
The 401 → authenticated quota response comparison isolates the region preset as the cause.
Suggested resolution
Please make the Token Plan profile region-aware. At minimum:
- document that Personal Edition uses
ap-southeast-1;
- avoid materializing the Beijing Base URL for an international Personal Edition login; and
- report a region/profile mismatch more clearly than a generic invalid-key diagnosis when possible.
Environment
bl 1.25.01.25.0v26.3.0ap-southeast-1Problem
The installed
bailian-protocolsetup guidance and the built-intoken-planprofile use this Base URL:Token Plan Personal Edition is Singapore-only. A valid Personal Edition key is therefore rejected by the Beijing host with
HTTP 401 InvalidApiKey, which looks like a bad credential rather than a region mismatch.The same key is accepted by the Singapore host:
Reproduce
bland its skills to 1.25.0.token-planprofile.No credential values are included in this report.
Expected
For Token Plan Personal Edition, the profile or setup guidance should select the Singapore Token Plan host, or require an explicit region choice that prevents a Singapore-only key from being sent to Beijing.
Actual
HTTP 401,InvalidApiKey/Invalid API-key providedHTTP 429 insufficient_quotawhen the weekly allowance is exhausted)The
401 → authenticated quota responsecomparison isolates the region preset as the cause.Suggested resolution
Please make the Token Plan profile region-aware. At minimum:
ap-southeast-1;