File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ export class PearAiHandler extends AnthropicHandler {
3131 id : baseModel . id ,
3232 info : {
3333 ...baseModel . info ,
34- inputPrice : ( baseModel . info . inputPrice || 0 ) * 1.025 ,
35- outputPrice : ( baseModel . info . outputPrice || 0 ) * 1.025 ,
36- cacheWritesPrice : baseModel . info . cacheWritesPrice ? baseModel . info . cacheWritesPrice * 1.025 : undefined ,
37- cacheReadsPrice : baseModel . info . cacheReadsPrice ? baseModel . info . cacheReadsPrice * 1.025 : undefined ,
34+ inputPrice : ( baseModel . info . inputPrice || 0 ) * 1.03 ,
35+ outputPrice : ( baseModel . info . outputPrice || 0 ) * 1.03 ,
36+ cacheWritesPrice : baseModel . info . cacheWritesPrice ? baseModel . info . cacheWritesPrice * 1.03 : undefined ,
37+ cacheReadsPrice : baseModel . info . cacheReadsPrice ? baseModel . info . cacheReadsPrice * 1.03 : undefined ,
3838 } ,
3939 }
4040 }
You can’t perform that action at this time.
0 commit comments