Skip to content

Commit cbda5a9

Browse files
committed
codex-mini-latest, refs #19
1 parent cf770d3 commit cbda5a9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ OpenAI: openai/o3-streaming
6666
OpenAI: openai/o3-2025-04-16-streaming
6767
OpenAI: openai/o4-mini
6868
OpenAI: openai/o4-mini-2025-04-16
69+
OpenAI: openai/codex-mini-latest
6970
```
7071
<!-- [[[end]]] -->
7172
Add `--options` to see a full list of options that can be provided to each model.

llm_openai.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ def register_models(register):
3939
"o3-2025-04-16-streaming": {"vision": True, "reasoning": True},
4040
"o4-mini": {"vision": True, "reasoning": True},
4141
"o4-mini-2025-04-16": {"vision": True, "reasoning": True},
42+
# May 16th 2025
43+
"codex-mini-latest": {"vision": True, "reasoning": True},
4244
}
4345
for model_id, options in models.items():
4446
register(

0 commit comments

Comments
 (0)