mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
* feat: add llama-4-maverick model to Vertex AI provider (#5808) * fix: update llama-4-maverick pricing to correct values
This commit is contained in:
parent
2b8228ef0c
commit
c6a29f3f27
1 changed files with 9 additions and 0 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue