Skip to content

Commit 3e4a715

Browse files
committed
fix: restore missing maxThinkingTokens and supportsReasoningBudget for gemini-2.5-pro-preview-03-25
Backward compatibility regression fix - these properties were accidentally removed during reorganization and are required to preserve existing reasoning-budget controls for users pinned to this model version.
1 parent 0df161a commit 3e4a715

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/types/src/providers/gemini.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,8 @@ export const geminiModels = {
192192
outputPrice: 15,
193193
cacheReadsPrice: 0.625,
194194
cacheWritesPrice: 4.5,
195+
maxThinkingTokens: 32_768,
196+
supportsReasoningBudget: true,
195197
tiers: [
196198
{
197199
contextWindow: 200_000,

0 commit comments

Comments
 (0)