We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2250e3e commit ca1e08bCopy full SHA for ca1e08b
1 file changed
apps/server/src/provider/Layers/CodexProvider.ts
@@ -56,6 +56,8 @@ const REASONING_EFFORT_LABELS: Readonly<Record<string, string>> = {
56
medium: "Medium",
57
high: "High",
58
xhigh: "Extra High",
59
+ max: "Max",
60
+ ultra: "Ultra",
61
};
62
63
const DEFAULT_SERVICE_TIER_ID = "default";
0 commit comments