Skip to content

Commit ecc9643

Browse files
support image pearai model (#26)
1 parent d1e8bce commit ecc9643

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/shared/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ export const pearAiModels = {
821821
contextWindow: 64000,
822822
// Default values for required fields, but actual values will be inherited from underlying model
823823
supportsPromptCache: true,
824-
supportsImages: false,
824+
supportsImages: true,
825825
supportsComputerUse: false,
826826
// Base pricing
827827
inputPrice: 0.014,

0 commit comments

Comments
 (0)