feat: Add gpt-5.1-codex-max (#162)
This commit is contained in:
@@ -139,6 +139,42 @@
|
||||
"max_output_tokens": 128000
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "gpt-5.1-codex-max-medium",
|
||||
"handle": "openai/gpt-5.1-codex-max",
|
||||
"label": "GPT-5.1-Codex (max-medium)",
|
||||
"description": "GPT-5.1-Codex with maximum capabilities enabled",
|
||||
"updateArgs": {
|
||||
"reasoning_effort": "medium",
|
||||
"verbosity": "medium",
|
||||
"context_window": 272000,
|
||||
"max_output_tokens": 128000
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "gpt-5.1-codex-max-high",
|
||||
"handle": "openai/gpt-5.1-codex-max",
|
||||
"label": "GPT-5.1-Codex (max-high)",
|
||||
"description": "GPT-5.1-Codex with maximum capabilities enabled",
|
||||
"updateArgs": {
|
||||
"reasoning_effort": "high",
|
||||
"verbosity": "medium",
|
||||
"context_window": 272000,
|
||||
"max_output_tokens": 128000
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "gpt-5.1-codex-max-x-high",
|
||||
"handle": "openai/gpt-5.1-codex-max",
|
||||
"label": "GPT-5.1-Codex (max-x-high)",
|
||||
"description": "GPT-5.1-Codex with maximum capabilities enabled",
|
||||
"updateArgs": {
|
||||
"reasoning_effort": "xhigh",
|
||||
"verbosity": "medium",
|
||||
"context_window": 272000,
|
||||
"max_output_tokens": 128000
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "gpt-5-minimal",
|
||||
"handle": "openai/gpt-5",
|
||||
|
||||
Reference in New Issue
Block a user