Skip to content

Commit d7950fc

Browse files
committed
Added pearai model desc
1 parent 209d355 commit d7950fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/shared/api.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ export const pearAiDefaultModelInfo: ModelInfo = {
809809
cacheWritesPrice: 0.27,
810810
cacheReadsPrice: 0.07,
811811
description:
812-
"DeepSeek-V3 achieves a significant breakthrough in inference speed over previous models. It tops the leaderboard among open-source models and rivals the most advanced closed-source models globally.",
812+
"PearAI Model automatically routes you to the most best / most suitable model on the market. Recommended for most users.",
813813
}
814814

815815
export const pearAiModels = {
@@ -823,6 +823,6 @@ export const pearAiModels = {
823823
cacheWritesPrice: 0.27,
824824
cacheReadsPrice: 0.07,
825825
description:
826-
"DeepSeek-V3 achieves a significant breakthrough in inference speed over previous models. It tops the leaderboard among open-source models and rivals the most advanced closed-source models globally.",
826+
"PearAI Model automatically routes you to the most best / most suitable model on the market. Recommended for most users.",
827827
},
828828
} as const satisfies Record<string, ModelInfo>

0 commit comments

Comments
 (0)