Skip to content

Commit 8751ebd

Browse files
committed
Looks like it's actually $3.50
1 parent 939be7b commit 8751ebd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/shared/api.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ export const vertexModels = {
491491
supportsImages: true,
492492
supportsPromptCache: false,
493493
inputPrice: 0.15,
494-
outputPrice: 3.0,
494+
outputPrice: 3.5,
495495
thinking: true,
496496
maxThinkingTokens: 24_576,
497497
},
@@ -657,7 +657,7 @@ export const geminiModels = {
657657
supportsImages: true,
658658
supportsPromptCache: false,
659659
inputPrice: 0.15,
660-
outputPrice: 3.0,
660+
outputPrice: 3.5,
661661
thinking: true,
662662
maxThinkingTokens: 24_576,
663663
},

0 commit comments

Comments
 (0)