Skip to content

Commit 7c3fd1f

Browse files
committed
docs: update Codex Mini description with accurate capabilities
Updated description to reflect that Codex Mini is powered by codex-1, a version of o3 optimized for software engineering tasks with reinforcement learning training
1 parent c8ad976 commit 7c3fd1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/types/src/providers/openai.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,8 @@ export const openAiNativeModels = {
228228
inputPrice: 1.5,
229229
outputPrice: 6,
230230
cacheReadsPrice: 0,
231-
description: "Codex Mini: Optimized coding model using v1/responses endpoint",
231+
description:
232+
"Codex Mini: Cloud-based software engineering agent powered by codex-1, a version of o3 optimized for coding tasks. Trained with reinforcement learning to generate human-style code, adhere to instructions, and iteratively run tests.",
232233
},
233234
} as const satisfies Record<string, ModelInfo>
234235

0 commit comments

Comments
 (0)