Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions packages/types/src/providers/vertex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,15 @@ export const vertexModels = {
maxThinkingTokens: 24_576,
supportsReasoningBudget: true,
},
"llama-4-maverick-17b-128e-instruct-maas": {
maxTokens: 8192,
contextWindow: 131072,
supportsImages: false,
supportsPromptCache: false,
inputPrice: 0.35,
outputPrice: 1.15,
description: "Meta Llama 4 Maverick 17B Instruct model, 128K context.",
},
} as const satisfies Record<string, ModelInfo>

export const VERTEX_REGIONS = [
Expand Down