Skip to content

Commit eec1769

Browse files
committed
Added cache costs for Claude Sonnet 3.7 via Vertex AI
1 parent 2c535d9 commit eec1769

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/shared/api.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,8 @@ export const vertexModels = {
444444
supportsPromptCache: false,
445445
inputPrice: 3.0,
446446
outputPrice: 15.0,
447+
cacheWritesPrice: 3.75,
448+
cacheReadsPrice: 0.3,
447449
},
448450
"claude-3-5-sonnet-v2@20241022": {
449451
maxTokens: 8192,

0 commit comments

Comments
 (0)