mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-07-23 04:13:14 +08:00
feat(compute): declare GPT-5.6 reasoning efforts (#59)
Declare model-level reasoning effort capabilities for GPT-5.6 Sol, Terra, and Luna, extend validation schema, and bump preset data version.
This commit is contained in:
@@ -42,6 +42,12 @@
|
||||
"tool_use",
|
||||
"agent"
|
||||
],
|
||||
"extra": {
|
||||
"reasoning": {
|
||||
"supportedEfforts": ["low", "medium", "high", "xhigh", "max"],
|
||||
"defaultEffort": "low"
|
||||
}
|
||||
},
|
||||
"source": "preset"
|
||||
},
|
||||
{
|
||||
@@ -62,6 +68,12 @@
|
||||
"tool_use",
|
||||
"agent"
|
||||
],
|
||||
"extra": {
|
||||
"reasoning": {
|
||||
"supportedEfforts": ["low", "medium", "high", "xhigh", "max"],
|
||||
"defaultEffort": "medium"
|
||||
}
|
||||
},
|
||||
"source": "preset"
|
||||
},
|
||||
{
|
||||
@@ -82,6 +94,12 @@
|
||||
"tool_use",
|
||||
"fast"
|
||||
],
|
||||
"extra": {
|
||||
"reasoning": {
|
||||
"supportedEfforts": ["low", "medium", "high", "xhigh", "max"],
|
||||
"defaultEffort": "medium"
|
||||
}
|
||||
},
|
||||
"source": "preset"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user