feat: sora 增加参数校验与计费

This commit is contained in:
Xyfacai
2025-10-10 23:56:36 +08:00
parent 721357b4a4
commit a54baf4998
5 changed files with 56 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ type PriceData struct {
ImageRatio float64
AudioRatio float64
AudioCompletionRatio float64
OtherRatios map[string]float64
UsePrice bool
ShouldPreConsumedQuota int
GroupRatioInfo GroupRatioInfo