Skip to content

Commit c13269d

Browse files
committed
Added pricing
1 parent 32dc0a4 commit c13269d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/api/providers/pearai.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ export class PearAiHandler extends AnthropicHandler {
88
if (options.pearaiModelInfo) {
99
options.pearaiModelInfo = {
1010
...options.pearaiModelInfo,
11-
inputPrice: options.pearaiModelInfo.inputPrice ? options.pearaiModelInfo.inputPrice * 1.03 : 0,
12-
outputPrice: options.pearaiModelInfo.outputPrice ? options.pearaiModelInfo.outputPrice * 1.03 : 0,
11+
inputPrice: options.pearaiModelInfo.inputPrice ? options.pearaiModelInfo.inputPrice * 1.025 : 0,
12+
outputPrice: options.pearaiModelInfo.outputPrice ? options.pearaiModelInfo.outputPrice * 1.025 : 0,
1313
}
1414
}
1515

0 commit comments

Comments
 (0)