Skip to content

Commit ca1e08b

Browse files
[codex] Label max and ultra reasoning (#3824)
Co-authored-by: codex <codex@users.noreply.github.com>
1 parent 2250e3e commit ca1e08b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/server/src/provider/Layers/CodexProvider.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ const REASONING_EFFORT_LABELS: Readonly<Record<string, string>> = {
5656
medium: "Medium",
5757
high: "High",
5858
xhigh: "Extra High",
59+
max: "Max",
60+
ultra: "Ultra",
5961
};
6062

6163
const DEFAULT_SERVICE_TIER_ID = "default";

0 commit comments

Comments
 (0)