docs: 移动云语音计费字段扩展 API 文档更新
Some checks failed
CI / go-test (push) Has been cancelled
CI / frontend-build (push) Has been cancelled
CI / docker-build (push) Has been cancelled

- API_REFERENCE: 新增 pricingMode/priceUnit/flatPrice 字段说明
- PLAN_CATALOG_COVERAGE_MATRIX: 移动云标记为已入库(△→✓)
- NEXT_IMPORTER_RUNTIME_PRIORITY: P2-1 标记为已完成
This commit is contained in:
phamnazage-jpg
2026-05-22 14:46:56 +08:00
parent 6c3569fb65
commit 1db813cb6b
3 changed files with 33 additions and 22 deletions

View File

@@ -49,6 +49,8 @@ curl -fsS http://127.0.0.1:8080/health
"providerCN": "OpenAI",
"modality": "text",
"contextLength": 128000,
"pricingMode": "input_output",
"priceUnit": "million_tokens",
"inputPrice": 2.5,
"outputPrice": 10,
"currency": "USD",
@@ -70,6 +72,9 @@ curl -fsS http://127.0.0.1:8080/health
| `providerCN` | 中文厂商名;缺失时回退为英文名或 `external_id` 前缀 |
| `modality` | 模态类型 |
| `contextLength` | 上下文窗口 |
| `pricingMode` | 定价模式:`input_output`(默认,按输入/输出 token`flat`(按字符/秒等单一单位) |
| `priceUnit` | 价格单位;默认 `million_tokens`,语音类可能是 `10k_characters` / `second` |
| `flatPrice` | `pricingMode=flat` 时的统一单价 |
| `inputPrice` | 输入价格,单位与 `currency` 配套,默认按每百万 token |
| `outputPrice` | 输出价格 |
| `currency` | 币种 |