We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32dc0a4 commit c13269dCopy full SHA for c13269d
src/api/providers/pearai.ts
@@ -8,8 +8,8 @@ export class PearAiHandler extends AnthropicHandler {
8
if (options.pearaiModelInfo) {
9
options.pearaiModelInfo = {
10
...options.pearaiModelInfo,
11
- inputPrice: options.pearaiModelInfo.inputPrice ? options.pearaiModelInfo.inputPrice * 1.03 : 0,
12
- outputPrice: options.pearaiModelInfo.outputPrice ? options.pearaiModelInfo.outputPrice * 1.03 : 0,
+ inputPrice: options.pearaiModelInfo.inputPrice ? options.pearaiModelInfo.inputPrice * 1.025 : 0,
+ outputPrice: options.pearaiModelInfo.outputPrice ? options.pearaiModelInfo.outputPrice * 1.025 : 0,
13
}
14
15
0 commit comments