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 27c9c2d commit 6dd2d52Copy full SHA for 6dd2d52
src/api/transform/model-params.ts
@@ -92,7 +92,7 @@ export function getModelParams({
92
93
if (shouldUseReasoningBudget({ model, settings })) {
94
// Check if this is a Gemini 2.5 Pro model
95
- const isGemini25Pro = modelId.includes("gemini-2.5-pro") || modelId.includes("gemini-2.5-pro")
+ const isGemini25Pro = modelId.includes("gemini-2.5-pro") || modelId.includes("gemini-25-pro")
96
97
// If `customMaxThinkingTokens` is not specified use the default.
98
// For Gemini 2.5 Pro, default to 128 instead of 8192
0 commit comments