Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/shared/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ export const vertexModels = {
supportsImages: true,
supportsPromptCache: false,
inputPrice: 0.15,
outputPrice: 0.6,
outputPrice: 3.5,
thinking: true,
maxThinkingTokens: 24_576,
},
Expand Down Expand Up @@ -657,7 +657,7 @@ export const geminiModels = {
supportsImages: true,
supportsPromptCache: false,
inputPrice: 0.15,
outputPrice: 0.6,
outputPrice: 3.5,
thinking: true,
maxThinkingTokens: 24_576,
},
Expand Down