Files
llm-intelligence/docs/references/modelbest-minicpm-public-source-gap.md
phamnazage-jpg 92cdbcd4f2
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
docs(plan-catalog): sync importer coverage and priority truth
2026-05-23 18:35:18 +08:00

99 lines
3.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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 + 周期性复查**