Skip to content

Commit f5cf45b

Browse files
ElliotNguyen68Loc Nguyen
andauthored
feat(models): add max context window for gpt-5.3-chat model (qodo-ai#2280)
Co-authored-by: Loc Nguyen <elliotnguyen968@gmail.com>
1 parent ffab51f commit f5cf45b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pr_agent/algo/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
'gpt-5.2-chat-latest': 128000, # 128K, but may be limited by config.max_model_tokens
4343
'gpt-5.2-codex': 400000, # 400K, but may be limited by config.max_model_tokens
4444
'gpt-5.3-codex': 400000, # 400K, but may be limited by config.max_model_tokens
45+
'gpt-5.3-chat': 128000, # 128K, but may be limited by config.max_model_tokens
4546
'gpt-5.4': 272000, # 272K safe default without opt-in 1M context parameters
4647
'gpt-5.4-2026-03-05': 272000, # 272K safe default without opt-in 1M context parameters
4748
'gpt-5.4-mini': 400000, # 400K, but may be limited by config.max_model_tokens

0 commit comments

Comments
 (0)