Skip to content

Commit d8175ff

Browse files
authored
Revert "Add o1-pro to api.ts (#2433)"
This reverts commit 16d8f14.
1 parent 494af30 commit d8175ff

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/shared/api.ts

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

0 commit comments

Comments
 (0)