Skip to content

Commit 14cc21d

Browse files
committed
OpenAI model list entry
1 parent 0207a1f commit 14cc21d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/shared/api.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -850,6 +850,17 @@ export const geminiModels = {
850850
export type OpenAiNativeModelId = keyof typeof openAiNativeModels
851851
export const openAiNativeDefaultModelId: OpenAiNativeModelId = "gpt-4.1"
852852
export const openAiNativeModels = {
853+
// Fails with:
854+
// 404 This model is only supported in v1/responses and not in v1/chat/completions.
855+
// "codex-mini-latest": {
856+
// maxTokens: 100_000,
857+
// contextWindow: 200_000,
858+
// supportsImages: true,
859+
// supportsPromptCache: true,
860+
// inputPrice: 1.5,
861+
// outputPrice: 6.0,
862+
// cacheReadsPrice: 0.375,
863+
// },
853864
"gpt-4.1": {
854865
maxTokens: 32_768,
855866
contextWindow: 1_047_576,

0 commit comments

Comments
 (0)