Skip to content

Commit c2a777c

Browse files
committed
fix(vertex): reaffirm lack of support for reasoning budget
1 parent 6008b2a commit c2a777c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/types/src/providers/vertex.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export const vertexModels = {
1717
outputPrice: 9,
1818
cacheReadsPrice: 0.15,
1919
cacheWritesPrice: 0.083,
20+
supportsReasoningBudget: false,
2021
},
2122
"gemini-3.1-pro-preview": {
2223
maxTokens: 65_536,

0 commit comments

Comments
 (0)