Skip to content

Commit 16d8f14

Browse files
Add o1-pro to api.ts (#2433)
Add the o1-pro model to the openai section. Sourced model info from: https://platform.openai.com/docs/models/o1-pro
1 parent 75ba1db commit 16d8f14

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/shared/api.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -776,6 +776,14 @@ export const openAiNativeModels = {
776776
outputPrice: 4.4,
777777
reasoningEffort: "low",
778778
},
779+
"o1-pro": {
780+
maxTokens: 100_000,
781+
contextWindow: 200_000,
782+
supportsImages: true,
783+
supportsPromptCache: false,
784+
inputPrice: 150,
785+
outputPrice: 600,
786+
},
779787
o1: {
780788
maxTokens: 100_000,
781789
contextWindow: 200_000,

0 commit comments

Comments
 (0)