Skip to content

Commit 20361a1

Browse files
committed
fix: update llama-4-maverick pricing to correct values
1 parent a7704d7 commit 20361a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/types/src/providers/vertex.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,8 @@ export const vertexModels = {
278278
contextWindow: 131072,
279279
supportsImages: false,
280280
supportsPromptCache: false,
281-
inputPrice: 0.2,
282-
outputPrice: 0.6,
281+
inputPrice: 0.35,
282+
outputPrice: 1.15,
283283
description: "Meta Llama 4 Maverick 17B Instruct model, 128K context.",
284284
},
285285
} as const satisfies Record<string, ModelInfo>

0 commit comments

Comments
 (0)