File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
packages/types/src/providers Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -53,10 +53,10 @@ export const anthropicModels = {
5353 contextWindow : 200_000 ,
5454 supportsImages : true ,
5555 supportsPromptCache : true ,
56- inputPrice : 15 .0, // $15 per million input tokens
57- outputPrice : 75 .0, // $75 per million output tokens
58- cacheWritesPrice : 18.75 , // $18.75 per million tokens
59- cacheReadsPrice : 1 .5, // $1 .50 per million tokens
56+ inputPrice : 5 .0, // $5 per million input tokens
57+ outputPrice : 25 .0, // $25 per million output tokens
58+ cacheWritesPrice : 6.25 , // $6.25 per million tokens
59+ cacheReadsPrice : 0 .5, // $0 .50 per million tokens
6060 supportsReasoningBudget : true ,
6161 } ,
6262 "claude-opus-4-1-20250805" : {
Original file line number Diff line number Diff line change @@ -225,10 +225,10 @@ export const vertexModels = {
225225 contextWindow : 200_000 ,
226226 supportsImages : true ,
227227 supportsPromptCache : true ,
228- inputPrice : 15 .0,
229- outputPrice : 75 .0,
230- cacheWritesPrice : 18.75 ,
231- cacheReadsPrice : 1 .5,
228+ inputPrice : 5 .0,
229+ outputPrice : 25 .0,
230+ cacheWritesPrice : 6.25 ,
231+ cacheReadsPrice : 0 .5,
232232 supportsReasoningBudget : true ,
233233 } ,
234234 "claude-opus-4-1@20250805" : {
You can’t perform that action at this time.
0 commit comments