Client or integration
Other (provider catalog data; surfaces in the Codex model picker)
Summary
Both alibaba-token-plan presets (Beijing and International) ship catalog facts that do not match what the Token Plan gateway actually serves. Four classes of defect, all re-verified on 2026-09-07 and 2026-09-09 against the live gateway on both regions and both subscription tiers:
- Phantom rows.
glm-5.3 and glm-5.3-flash are listed on both Token Plan presets. These models exist on Z.AI endpoints, but the Token Plan gateway has never served either id; selecting the row fails with model-not-found. They arrived via the 260826 seed commit that propagated GLM-5.3 across every GLM-carrying catalog, including the plan presets.
- Wrong context window.
qwen3.8-max is pinned to 983_616 in both presets. That number is the CLAUDE_CODE_MAX_CONTEXT_TOKENS client setting, not a model window; the real window is 1,000,000. The same figure circulated through two other third-party catalogs before, so it is easy to re-import by accident.
- Missing callable ids.
qwen3.8-flash (GA, listed by /models on both tiers), deepseek-v4-pro-0813 and deepseek-v4-flash-0731 (callable snapshots; the 0813 one is notably absent from the gateway's own /models listing) are not in the presets. And deepseek-v4-pro was recently dropped from the international lineup, but the plan gateway still lists and serves it on both regions (this is the plan roster, not the DeepSeek API, so upstream retirement does not apply).
- Stale windows and missing ceilings.
glm-5/glm-5.1 are 202,752 (not 1M) and MiniMax-M2.5 is 196,608 (not 204,800). Both presets also ship no modelMaxOutputTokens at all, so nothing clamps or advertises the output ceilings (deepseek-v4 family 393,216 on this gateway, probed at the boundary).
Expected: selecting any row in the Token Plan pickers routes to a model the subscription can actually call, with windows and output ceilings that match the gateway.
Reproduction
- Configure the
alibaba-token-plan-intl preset with any Token Plan key (Personal or Team tier).
- In a routed client, select
glm-5.3 from the model list.
- The request fails at the gateway: the id is not in the plan's served set. On the free
/models surface (probed 2026-09-07 and 2026-09-09, both regions, both tiers) Token Plan lists only glm-5, glm-5.1 and glm-5.2, and the vendor's own plan overview page lists the same three.
- Same for a
qwen3.8-flash request that is never offered at all: it is callable and listed by the gateway /models on both tiers, but it is not in the preset, so liveModels: false static users cannot select it.
Version
2.51.0 (also present in 2.31.0 through 2.46.0)
Operating system
Ubuntu 24.04 (arm64)
Provider and model
alibaba-token-plan-intl / glm-5.3, qwen3.8-max, qwen3.8-flash, deepseek-v4-pro-0813
Logs or error output
# GET /compatible-mode/v1/models on a Team key and a Personal key, SG and Beijing (2026-09-09):
glm ids returned: glm-5, glm-5.1, glm-5.2 (no glm-5.3, no glm-5.3-flash)
# qwen3.8-flash IS returned on both tiers but is absent from the preset.
Screenshots and supporting files
No UI involved. Per-value evidence (gateway probes with dates and methods, including max_tokens boundary probes for every output ceiling) is maintained in the machine-readable catalog at https://github.com/oliver-mee/alibaba-token-plan-wiki
Redacted configuration
{
"providers": {
"alibaba-token-plan-intl": { "adapter": "openai-chat", "authMode": "key", "liveModels": false }
}
}
Checks
Client or integration
Other (provider catalog data; surfaces in the Codex model picker)
Summary
Both
alibaba-token-planpresets (Beijing and International) ship catalog facts that do not match what the Token Plan gateway actually serves. Four classes of defect, all re-verified on 2026-09-07 and 2026-09-09 against the live gateway on both regions and both subscription tiers:glm-5.3andglm-5.3-flashare listed on both Token Plan presets. These models exist on Z.AI endpoints, but the Token Plan gateway has never served either id; selecting the row fails with model-not-found. They arrived via the 260826 seed commit that propagated GLM-5.3 across every GLM-carrying catalog, including the plan presets.qwen3.8-maxis pinned to983_616in both presets. That number is theCLAUDE_CODE_MAX_CONTEXT_TOKENSclient setting, not a model window; the real window is 1,000,000. The same figure circulated through two other third-party catalogs before, so it is easy to re-import by accident.qwen3.8-flash(GA, listed by/modelson both tiers),deepseek-v4-pro-0813anddeepseek-v4-flash-0731(callable snapshots; the 0813 one is notably absent from the gateway's own/modelslisting) are not in the presets. Anddeepseek-v4-prowas recently dropped from the international lineup, but the plan gateway still lists and serves it on both regions (this is the plan roster, not the DeepSeek API, so upstream retirement does not apply).glm-5/glm-5.1are 202,752 (not 1M) andMiniMax-M2.5is 196,608 (not 204,800). Both presets also ship nomodelMaxOutputTokensat all, so nothing clamps or advertises the output ceilings (deepseek-v4 family 393,216 on this gateway, probed at the boundary).Expected: selecting any row in the Token Plan pickers routes to a model the subscription can actually call, with windows and output ceilings that match the gateway.
Reproduction
alibaba-token-plan-intlpreset with any Token Plan key (Personal or Team tier).glm-5.3from the model list./modelssurface (probed 2026-09-07 and 2026-09-09, both regions, both tiers) Token Plan lists onlyglm-5,glm-5.1andglm-5.2, and the vendor's own plan overview page lists the same three.qwen3.8-flashrequest that is never offered at all: it is callable and listed by the gateway/modelson both tiers, but it is not in the preset, soliveModels: falsestatic users cannot select it.Version
2.51.0 (also present in 2.31.0 through 2.46.0)
Operating system
Ubuntu 24.04 (arm64)
Provider and model
alibaba-token-plan-intl / glm-5.3, qwen3.8-max, qwen3.8-flash, deepseek-v4-pro-0813
Logs or error output
Screenshots and supporting files
No UI involved. Per-value evidence (gateway probes with dates and methods, including max_tokens boundary probes for every output ceiling) is maintained in the machine-readable catalog at https://github.com/oliver-mee/alibaba-token-plan-wiki
Redacted configuration
{ "providers": { "alibaba-token-plan-intl": { "adapter": "openai-chat", "authMode": "key", "liveModels": false } } }Checks