Skip to content

Commit 22ec3b2

Browse files
authored
Merge pull request #1244 from lupuletic/add-cache-costs-vertex-ai
Added cache costs for Claude Sonnet 3.7 via Vertex AI
2 parents 02c955e + eec1769 commit 22ec3b2

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: true,
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)