feat: Add gpt-5.1-codex-max (#162)

This commit is contained in:
Kevin Lin
2025-12-06 23:16:02 -08:00
committed by GitHub
parent 5dd96c9c8b
commit e89525080c

View File

@@ -139,6 +139,42 @@
"max_output_tokens": 128000 "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", "id": "gpt-5-minimal",
"handle": "openai/gpt-5", "handle": "openai/gpt-5",