fix(route-lab): record host channel reuse limits

This commit is contained in:
phamnazage-jpg
2026-05-28 14:25:04 +08:00
parent 2c2f0ec48e
commit e549549b4d
3 changed files with 51 additions and 5 deletions

View File

@@ -60,6 +60,21 @@ Group: GPT Shared 路由实验
- `gpt-5.4-codex2api` 命中 `codex2api`
- 关闭其中一条上游后,另一条 alias 仍能独立工作
## 2026-05-28 remote43 实际结果
- `gpt-asxs-route-lab` 已在 remote43 完成真实导入:
- artifact`artifacts/real-host-acceptance/20260528_142205_remote43_gpt-asxs-route-lab_key_import/21-summary.json`
- 导入资源:`group_id=8``channel_id=7``plan_id=7``account_id=9`
- upstream `asxs``/models``/chat/completions``200`
- `gpt-codex2api-route-lab` 在尝试复用同一 group 时被宿主拒绝:
- artifact`artifacts/real-host-acceptance/20260528_142320_remote43_gpt-codex2api-route-lab_key_import/03-import.body.json`
- 宿主返回 `409 GROUP_ALREADY_IN_CHANNEL`
- 错误消息:`one or more groups already belong to another channel`
- 因此这轮实验已经证明:
- 当前宿主允许一个 provider 创建 `group + channel`
- 但**不允许第二个 channel 复用同一个 group**
- 所以“group = 模型族channel = 官方/中转线路”的方案 B在当前 sub2api 宿主约束下不能直接落地
## 第二轮暂不做
第二轮是把两条线路都暴露成同一个公开模型名,例如都叫 `gpt-5.4`