feat: add gpt-5-codex support (#5194)
* feat(core): add gpt-5-codex * feat(web): add support to the web hardcoding
This commit is contained in:
committed by
Caren Thomas
parent
f2d4d01daa
commit
d45d29a03f
@@ -222,6 +222,7 @@ LLM_MAX_TOKENS = {
|
||||
"gpt-5-mini-2025-08-07": 272000,
|
||||
"gpt-5-nano": 272000,
|
||||
"gpt-5-nano-2025-08-07": 272000,
|
||||
"gpt-5-codex": 272000,
|
||||
# reasoners
|
||||
"o1": 200000,
|
||||
# "o1-pro": 200000, # responses API only
|
||||
|
||||
Reference in New Issue
Block a user