Skip to content

Commit e32d1bf

Browse files
committed
chore(vertex): remove supportsComputerUse from [1m] variants to align with ModelInfo type
1 parent 3bec87b commit e32d1bf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/types/src/providers/vertex.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ export const vertexModels = {
179179
maxTokens: 8192,
180180
contextWindow: 1_000_000,
181181
supportsImages: true,
182-
supportsComputerUse: true,
183182
supportsPromptCache: true,
184183
inputPrice: 6.0,
185184
outputPrice: 22.5,
@@ -203,7 +202,6 @@ export const vertexModels = {
203202
maxTokens: 8192,
204203
contextWindow: 1_000_000,
205204
supportsImages: true,
206-
supportsComputerUse: true,
207205
supportsPromptCache: true,
208206
inputPrice: 6.0,
209207
outputPrice: 22.5,

0 commit comments

Comments
 (0)