docs(plan-catalog): sync importer coverage and priority truth
Some checks failed
CI / go-test (push) Has been cancelled
CI / scripts-regression (push) Has been cancelled
CI / frontend-build (push) Has been cancelled
CI / docker-build (push) Has been cancelled

This commit is contained in:
phamnazage-jpg
2026-05-23 18:35:18 +08:00
parent c32661fd2a
commit 92cdbcd4f2
5 changed files with 260 additions and 28 deletions

View File

@@ -0,0 +1,108 @@
# 联通云 Token Plan 与 AISP payg 公开价格边界说明
更新时间2026-05-23Asia/Shanghai
## 结论
当前 `cucloud_pricing` 已能真实覆盖:
- AISP Token Plan 团队版公开披露的 3 个模型 blended 单价
- 公开模型-区域支持矩阵
但当前**仍不能**宣称联通云 AICP / AI 应用开发平台的 **payg per-model 官方销售价表** 已公开。
因此当前仓库的正确语义是:
- `cucloud_catalog`:目录入口 / 平台存在性校验
- `cucloud_pricing`Token Plan 三模型 blended price + 区域支持矩阵
- AISP payg per-model 销售价:**官方公开模式已确认,但具体模型销售价仍未公开**
## 已验证的官方公开面
### 1. 平台入口
- `https://www.cucloud.cn/act/CloudAI.html`
- 实测:可访问
- 用途:确认 AICP / AI 应用开发平台官方入口存在
- 边界:不是结构化 payg 价格页
### 2. AISP 帮助中心公开文档
已验证可直接 `GET`、无需登录:
- `https://support.cucloud.cn/document/127/591/2357.html?id=2357&folderid=2973`(购买计费)
- `https://support.cucloud.cn/document/127/591/2357.html?id=2357&folderid=3236`Token Plan
- `https://support.cucloud.cn/document/127/591/2357.html?id=2357&folderid=3237`Coding Plan
## 当前公开可落库事实
### Token Plan 团队版三模型 blended price
当前 importer 与测试锁定的公开价格事实:
- `DeepSeek-V4-Pro``9.30 元/百万tokens`
- `DeepSeek-V4-Flash``0.70 元/百万tokens`
- `MiniMax-M2.5``1.10 元/百万tokens`
当前实现写法:
- `InputPrice = blendedPrice`
- `OutputPrice = blendedPrice`
这是为了忠实表达公开的 blended 单价,**不是** AISP payg 的 input/output split price。
### 区域支持矩阵
当前公开文档还能解析出模型-区域支持矩阵,因此 importer 可按支持区域落库,而不是伪造全区域价格。
## 当前已验证但不能伪造的事实
公开帮助中心文档已说明:
- 联通云存在 `按量计费` 模式
- 单位可表述为 `元/千 Tokens`
- 费用按所选模型销售价实时累加
但截至本次复查,公开页面**仍未披露**
- AISP payg 的 per-model 销售价表
- 可直接写入 `region_pricing` 的逐模型 payg 单价矩阵
- 稳定公开的 input/output 单价表
因此:
- `payg_mode_confirmed = true`
- `payg_price_table_public = false`
这也是当前 live dry-run 的预期输出,而不是临时降级。
## 本次复查验证结果
执行 live dry-run
- `go run -tags=llm_script scripts/import_cucloud_pricing.go scripts/official_pricing_import_common.go scripts/subscription_import_common.go -dry-run -timeout 60`
结果:
- `source=cucloud-pricing-import models=3 records=4 regions=2 operator=Unicom AISP payg_mode_confirmed=true payg_price_table_public=false dry_run=true`
含义:
- 3 个模型价格事实仍可解析
- 4 条区域化记录仍可生成
- 官方按量计费模式仍可确认
- 公开 payg per-model 价表依然不存在
## 为什么现在不应扩 `import_cucloud_pricing.go`
如果在当前公开面下继续扩成“联通云 payg per-model 官方 importer”会产生三类失真
1. 把 Token Plan blended price 冒充成 payg 模型销售价
2. 把“计费模式说明”误写成“结构化价格页”
3. 在 docs/runtime 中夸大为“联通云 payg 已完整打通”
这些都违背当前仓库的 truth-first 约束。
## 当前正确表述
可以说:
- 联通云已补齐 `Token Plan` 三模型公开 blended price importer
- 联通云公开 payg 模式已验证存在
- 联通云 AICP / AI 应用开发平台的 payg per-model 官方价表仍缺
不能说:
- 联通云 payg 已完整打通
- 联通云所有模型的按量价格都已公开并入库
- Token Plan blended price 等同于 payg input/output 单价
## 后续触发条件
只有当官方公开面出现以下任一信号,才应重新打开“联通云 payg per-model importer 扩展”任务:
1. 公开帮助中心出现逐模型 payg 销售价表
2. 文档源码 / 前端 payload 中出现可稳定提取的逐模型价格结构
3. 官方 pricing/docs 页面明确披露按量模型价格矩阵
4. `import_cucloud_pricing.go` live dry-run 由 `payg_price_table_public=false` 变为 `true`

View File

@@ -0,0 +1,98 @@
# MiniCPM / ModelBest 官方 payg 价格源缺口说明
更新时间2026-05-23Asia/Shanghai
## 结论
当前**不能**为 `modelbest-minicpm-api-payg` 落地真实官方 payg pricing importer。
原因不是“还没写解析器”,而是**公开可访问的官方价格源未被证明存在**。
当前应保持:
- `importerKey = import_catalog_seed_verification.go`
- `sourceKind = official_product_page`
- 平台状态 = **目录级官方入口核验**
## 已验证的官方公开面
### 1. 历史 seed / docs 使用的 hostname
- URL: `https://platform.modelbest.cn/`
- 实测结果:`404`
- 结论:历史上用于表示“面壁开放平台”的子域当前不可作为稳定公开来源
### 2. 当前可访问官网
- URL: `https://modelbest.cn/`
- 实测结果:`200`
- 页面性质:公司官网 / 产品介绍页
- 已见信息MiniCPM 系列模型介绍、GitHub / HuggingFace / 飞书 Cookbook 链接
- 未见信息:
- `元/百万token`
- `元/千token`
- `按 token`
- `token 后付费`
- 结构化 input/output 单价表
### 3. 当前公开飞书文档
- URL: `https://modelbest.feishu.cn/wiki/D2tFw8Pcsi5CIzkaHNacLK64npg`
- URL: `https://modelbest.feishu.cn/wiki/LZxLwp4Lzi29vXklYLFchwN5nCf`
- 实测结果:均可访问
- 页面性质MiniCPM Cookbook / 部署指南
- 已见信息:模型部署、推理、训练、示例代码、模型下载链接
- 未见信息:稳定公开 payg 价格页或结构化计费表
## 证据摘要
### HTTP 可达性
- `modelbest.cn``200`
- `platform.modelbest.cn``404`
### 内容检查结论
对官网与公开飞书页面做过页面文本/HTML 检查,未发现可用于 `region_pricing` 的公开定价信号:
- 无稳定 payg 价卡
- 无 input/output token 单价表
- 无可证实的公开 pricing JSON/API
## 为什么这不是 importer 任务
根据当前仓库的 importer 验收标准,只有在确认到**稳定公开的官方价格源**后,才应该进入:
1. fixture/parser 测试
2. importer 实现
3. runtime/smoke/gate wiring
当前 MiniCPM 路径缺的是第 0 步:**上游真相本身不存在或至少未公开可访问**。
如果此时强行写 importer只会造成
- 把产品页 / 教程页误当成价格页
- 在 docs 中虚报“已有官方 payg importer”
- 后续 smoke/runtime 无法形成真实闭环
## 当前仓库已做同步
已同步修正:
- `seeds/plan_catalog_inventory_seed_cn_vendors_top20.json`
- `docs/PLAN_CATALOG_COVERAGE_MATRIX.md`
- `docs/NEXT_IMPORTER_RUNTIME_PRIORITY.md`
- `docs/PLAN_CATALOG_INVENTORY.md`
修正点:
- 把失效 `platform.modelbest.cn` 来源改为当前可访问的 `modelbest.cn`
- 明确标注“当前仅走目录级官方入口核验”
- 把“MiniCPM 官方 payg importer”改写为“官方价格源复查 / 跟进”
## 后续触发条件
只有出现以下任一条件,才重新打开 MiniCPM 官方 pricing importer 任务:
1. 出现稳定公开的官方价格页
- 例如明确展示 `元/百万token` / `按 token` / input-output 单价表
2. 官网或开放平台恢复一个可公开访问的 pricing/docs 子域
3. 官网前端 bundle / router payload 中出现可验证的 pricing 结构化数据
4. 官方公开 API 文档明确给出按量价格表
## 下一步建议
优先转向:
- `联通云 payg per-model 价格公开表跟进`
MiniCPM 这条保留为:
- **catalog verification + 周期性复查**