You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`gpt-5-codex`| low, medium, high (default: high) |
40
41
|`gpt-5.3-codex`| low, medium, high, xhigh (legacy alias to `gpt-5-codex`) |
@@ -47,12 +48,12 @@ controls how much thinking the model does.
47
48
48
49
the shipped config templates include 21 presets and do not add optional IDs by default. add `gpt-5.4-pro` and/or `gpt-5.3-codex-spark` manually only for entitled workspaces.
49
50
for context sizing, shipped templates use:
50
-
-`gpt-5.4` and `gpt-5.4-pro`: `context=1000000`, `output=128000`
51
+
-`gpt-5.4`, `gpt-5.4-mini`, and `gpt-5.4-pro`: `context=1000000`, `output=128000`
51
52
- other shipped families: `context=272000`, `output=128000`
52
53
53
54
model normalization aliases:
54
-
- legacy `gpt-5`, `gpt-5-mini`, `gpt-5-nano` map to `gpt-5.4`
0 commit comments