Skip to content

Commit f716cf8

Browse files
committed
Add a TODO
1 parent 9575209 commit f716cf8

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
@@ -492,7 +492,7 @@ export const vertexModels = {
492492
supportsPromptCache: false,
493493
inputPrice: 0.15,
494494
outputPrice: 0.6,
495-
thinking: true,
495+
thinking: true, // TODO: Max thinking budget is 24_576, so we need a new `ModelInfo` property for this.
496496
},
497497
"gemini-2.5-flash-preview-04-17": {
498498
maxTokens: 65_535,
@@ -657,7 +657,7 @@ export const geminiModels = {
657657
supportsPromptCache: false,
658658
inputPrice: 0.15,
659659
outputPrice: 0.6,
660-
thinking: true,
660+
thinking: true, // TODO: Max thinking budget is 24_576, so we need a new `ModelInfo` property for this.
661661
},
662662
"gemini-2.5-flash-preview-04-17": {
663663
maxTokens: 65_535,

0 commit comments

Comments
 (0)