mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
Enable prompt caching for Claude Sonnet 3.7 Vertex AI model
This commit is contained in:
parent
4d22ae53fb
commit
ea38d9ebba
1 changed files with 1 additions and 1 deletions
|
|
@ -441,7 +441,7 @@ export const vertexModels = {
|
|||
contextWindow: 200_000,
|
||||
supportsImages: true,
|
||||
supportsComputerUse: true,
|
||||
supportsPromptCache: false,
|
||||
supportsPromptCache: true,
|
||||
inputPrice: 3.0,
|
||||
outputPrice: 15.0,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue