feat(core): add support for gpt-5.1-codex-max (#6528)
This commit is contained in:
committed by
Caren Thomas
parent
864415532e
commit
d3f4d00113
@@ -245,6 +245,7 @@ LLM_MAX_TOKENS = {
|
||||
"gpt-5.1-2025-11-13": 272000,
|
||||
"gpt-5.1-codex": 272000,
|
||||
"gpt-5.1-codex-mini": 272000,
|
||||
"gpt-5.1-codex-max": 272000,
|
||||
# reasoners
|
||||
"o1": 200000,
|
||||
# "o1-pro": 200000, # responses API only
|
||||
|
||||
Reference in New Issue
Block a user