Added cache costs for Claude Sonnet 3.7 via Vertex AI

This commit is contained in:
Catalin Lupuleti 2025-02-27 18:56:28 +00:00
parent 2c535d948b
commit eec1769b6b

View file

@ -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,