We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42d7311 commit 578608dCopy full SHA for 578608d
1 file changed
backend/internal/service/billing_service.go
@@ -222,10 +222,10 @@ func (s *BillingService) initFallbackPricing() {
222
LongContextOutputMultiplier: openAIGPT54LongContextOutputMultiplier,
223
}
224
s.fallbackPrices["gpt-5.4-mini"] = &ModelPricing{
225
- InputPricePerToken: 7.5e-7,
226
- OutputPricePerToken: 4.5e-6,
227
- CacheReadPricePerToken: 7.5e-8,
228
- SupportsCacheBreakdown: false,
+ InputPricePerToken: 7.5e-7,
+ OutputPricePerToken: 4.5e-6,
+ CacheReadPricePerToken: 7.5e-8,
+ SupportsCacheBreakdown: false,
229
230
s.fallbackPrices["gpt-5.4-nano"] = &ModelPricing{
231
InputPricePerToken: 2e-7,
0 commit comments