We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a543b4b commit ffd6e1eCopy full SHA for ffd6e1e
scripts/test-all-models.sh
@@ -153,6 +153,8 @@ update_config "full"
153
test_model "gpt-5.1-codex-low" "gpt-5.1-codex" "low" "auto" "medium"
154
test_model "gpt-5.1-codex-medium" "gpt-5.1-codex" "medium" "auto" "medium"
155
test_model "gpt-5.1-codex-high" "gpt-5.1-codex" "high" "detailed" "medium"
156
+test_model "gpt-5.1-codex-max" "gpt-5.1-codex-max" "high" "detailed" "medium"
157
+test_model "gpt-5.1-codex-max-xhigh" "gpt-5.1-codex-max" "xhigh" "detailed" "medium"
158
159
# GPT 5.1 Codex Mini presets (medium/high only)
160
test_model "gpt-5.1-codex-mini-medium" "gpt-5.1-codex-mini" "medium" "auto" "medium"
0 commit comments