Skip to content

Commit c6a29f3

Browse files
authored
feat: add llama-4-maverick model to Vertex AI provider (RooCodeInc#5808) (RooCodeInc#6023)
* feat: add llama-4-maverick model to Vertex AI provider (RooCodeInc#5808) * fix: update llama-4-maverick pricing to correct values
1 parent 2b8228e commit c6a29f3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/types/src/providers/vertex.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,15 @@ export const vertexModels = {
273273
maxThinkingTokens: 24_576,
274274
supportsReasoningBudget: true,
275275
},
276+
"llama-4-maverick-17b-128e-instruct-maas": {
277+
maxTokens: 8192,
278+
contextWindow: 131072,
279+
supportsImages: false,
280+
supportsPromptCache: false,
281+
inputPrice: 0.35,
282+
outputPrice: 1.15,
283+
description: "Meta Llama 4 Maverick 17B Instruct model, 128K context.",
284+
},
276285
} as const satisfies Record<string, ModelInfo>
277286

278287
export const VERTEX_REGIONS = [

0 commit comments

Comments
 (0)