Add support for GPT-5.2
This commit is contained in:
@@ -42,6 +42,9 @@ def normalize_model_name(name: str | None, debug_model: str | None = None) -> st
|
||||
"gpt-5-latest": "gpt-5",
|
||||
"gpt-5": "gpt-5",
|
||||
"gpt-5.1": "gpt-5.1",
|
||||
"gpt5.2": "gpt-5.2",
|
||||
"gpt-5.2": "gpt-5.2",
|
||||
"gpt-5.2-latest": "gpt-5.2",
|
||||
"gpt5-codex": "gpt-5-codex",
|
||||
"gpt-5-codex": "gpt-5-codex",
|
||||
"gpt-5-codex-latest": "gpt-5-codex",
|
||||
|
||||
Reference in New Issue
Block a user