|
|
7200454c46
|
feat: support new pricing format (price_factors + unit_prices)
- get_pricing_from_ymalstr: 支持新格式和旧公式格式
* 新格式: price_factors + unit_prices + unit 自动计算
* 旧格式: formula eval 计算(向后兼容)
* filters: 支持区间定价,多个区间只要匹配一个即可
* min_amount: 支持最低消费
* flat: 支持固定费用
- convert_pricing_to_new_design.py: 转换脚本
* 自动转换 35 条定价记录
* 无需人工审核
测试通过:
- 多因子计费 (prompt_tokens + completion_tokens)
- 按时长计费 (duration)
- 固定费用 (flat)
- 最低消费 (min_amount)
- 区间定价 (filters)
- 旧公式兼容
|
2026-06-05 14:00:24 +08:00 |
|