We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9575209 commit f716cf8Copy full SHA for f716cf8
src/shared/api.ts
@@ -492,7 +492,7 @@ export const vertexModels = {
492
supportsPromptCache: false,
493
inputPrice: 0.15,
494
outputPrice: 0.6,
495
- thinking: true,
+ thinking: true, // TODO: Max thinking budget is 24_576, so we need a new `ModelInfo` property for this.
496
},
497
"gemini-2.5-flash-preview-04-17": {
498
maxTokens: 65_535,
@@ -657,7 +657,7 @@ export const geminiModels = {
657
658
659
660
661
662
663
0 commit comments