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 494af30 commit d8175ffCopy full SHA for d8175ff
src/shared/api.ts
@@ -775,14 +775,6 @@ export const openAiNativeModels = {
775
outputPrice: 4.4,
776
reasoningEffort: "low",
777
},
778
- "o1-pro": {
779
- maxTokens: 100_000,
780
- contextWindow: 200_000,
781
- supportsImages: true,
782
- supportsPromptCache: false,
783
- inputPrice: 150,
784
- outputPrice: 600,
785
- },
786
o1: {
787
maxTokens: 100_000,
788
contextWindow: 200_000,
0 commit comments