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 426791f commit 3b261e0Copy full SHA for 3b261e0
packages/web/src/content/docs/models.mdx
@@ -117,6 +117,7 @@ You can also define custom models that extend built-in ones and can optionally u
117
"models": {
118
"gpt-5-high": {
119
"id": "gpt-5",
120
+ "name": "MyGPT5 (High Reasoning)",
121
"options": {
122
"reasoningEffort": "high",
123
"textVerbosity": "low",
@@ -125,6 +126,7 @@ You can also define custom models that extend built-in ones and can optionally u
125
126
},
127
"gpt-5-low": {
128
129
+ "name": "MyGPT5 (Low Reasoning)",
130
131
"reasoningEffort": "low",
132
0 commit comments