We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7a4f3f + d8dcc3c commit e661147Copy full SHA for e661147
pr_agent/algo/__init__.py
@@ -32,6 +32,11 @@
32
'gpt-5-mini': 200000, # 200K, but may be limited by config.max_model_tokens
33
'gpt-5': 200000,
34
'gpt-5-2025-08-07': 200000,
35
+ 'gpt-5.1': 200000,
36
+ 'gpt-5.1-2025-11-13': 200000,
37
+ 'gpt-5.1-chat-latest': 200000,
38
+ 'gpt-5.1-codex': 200000,
39
+ 'gpt-5.1-codex-mini': 200000,
40
'o1-mini': 128000, # 128K, but may be limited by config.max_model_tokens
41
'o1-mini-2024-09-12': 128000, # 128K, but may be limited by config.max_model_tokens
42
'o1-preview': 128000, # 128K, but may be limited by config.max_model_tokens
0 commit comments