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 2b8228e commit c6a29f3Copy full SHA for c6a29f3
packages/types/src/providers/vertex.ts
@@ -273,6 +273,15 @@ export const vertexModels = {
273
maxThinkingTokens: 24_576,
274
supportsReasoningBudget: true,
275
},
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
+ },
285
} as const satisfies Record<string, ModelInfo>
286
287
export const VERTEX_REGIONS = [
0 commit comments