Files
llm-intelligence/docs/references/cucloud-token-plan-vs-aisp.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

109 lines
4.2 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.
# 联通云 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`