feat(channel): 通配符定价匹配 + OpenAI BillingModelSource + 按次价格校验 + 用户端计费模式展示
- 定价查找支持通配符(suffix *),最长前缀优先匹配 - 模型限制(restrict_models)同样支持通配符匹配 - OpenAI 网关接入渠道映射/BillingModelSource/模型限制 - 按次/图片计费模式创建时强制要求价格或层级(前后端) - 用户使用记录列表增加计费模式 badge 列
This commit is contained in:
@@ -1789,6 +1789,7 @@ export default {
|
||||
noTiersYet: 'No tiers yet. Click add to configure per-request pricing.',
|
||||
noPricingRules: 'No pricing rules yet. Click "Add" to create one.',
|
||||
perRequestPrice: 'Price per Request',
|
||||
perRequestPriceRequired: 'Per-request price or billing tiers required for per-request/image billing mode',
|
||||
tierLabel: 'Tier',
|
||||
resolution: 'Resolution',
|
||||
modelMapping: 'Model Mapping',
|
||||
|
||||
@@ -1869,6 +1869,7 @@ export default {
|
||||
noTiersYet: '暂无层级,点击添加配置按次计费价格',
|
||||
noPricingRules: '暂无定价规则,点击"添加"创建',
|
||||
perRequestPrice: '单次价格',
|
||||
perRequestPriceRequired: '按次/图片计费模式必须设置默认价格或至少一个计费层级',
|
||||
tierLabel: '层级',
|
||||
resolution: '分辨率',
|
||||
modelMapping: '模型映射',
|
||||
|
||||
Reference in New Issue
Block a user