add codex-mini to model list

This commit is contained in:
Game_Time
2025-09-18 11:41:22 +05:00
parent c2e769e496
commit bf16fbe3e1
2 changed files with 2 additions and 1 deletions

View File

@@ -436,6 +436,7 @@ def list_models() -> Response:
model_groups = [
("gpt-5", ["high", "medium", "low", "minimal"]),
("gpt-5-codex", ["high", "medium", "low"]),
("codex-mini", []),
]
model_ids: List[str] = []
for base, efforts in model_groups: