mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Added cache costs for Claude Sonnet 3.7 via Vertex AI
This commit is contained in:
parent
2c535d948b
commit
eec1769b6b
1 changed files with 2 additions and 0 deletions
|
|
@ -444,6 +444,8 @@ export const vertexModels = {
|
|||
supportsPromptCache: false,
|
||||
inputPrice: 3.0,
|
||||
outputPrice: 15.0,
|
||||
cacheWritesPrice: 3.75,
|
||||
cacheReadsPrice: 0.3,
|
||||
},
|
||||
"claude-3-5-sonnet-v2@20241022": {
|
||||
maxTokens: 8192,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue