feat: add Anthropic Opus 4.6 model support (#9123)

This commit is contained in:
Kevin Lin
2026-02-05 10:23:59 -08:00
committed by Caren Thomas
parent ff69c6a32e
commit 34159ffa21
4 changed files with 84 additions and 35 deletions

View File

@@ -36592,14 +36592,14 @@
"anyOf": [
{
"type": "string",
"enum": ["low", "medium", "high"]
"enum": ["low", "medium", "high", "max"]
},
{
"type": "null"
}
],
"title": "Effort",
"description": "The effort level for Anthropic Opus 4.5 model (controls token spending). Not setting this gives similar performance to 'high'."
"description": "The effort level for Anthropic models that support it (Opus 4.5, Opus 4.6). Controls token spending and thinking behavior. Not setting this gives similar performance to 'high'."
},
"frequency_penalty": {
"anyOf": [
@@ -39118,14 +39118,14 @@
"anyOf": [
{
"type": "string",
"enum": ["low", "medium", "high"]
"enum": ["low", "medium", "high", "max"]
},
{
"type": "null"
}
],
"title": "Effort",
"description": "The effort level for Anthropic Opus 4.5 model (controls token spending). Not setting this gives similar performance to 'high'."
"description": "The effort level for Anthropic models that support it (Opus 4.5, Opus 4.6). Controls token spending and thinking behavior. Not setting this gives similar performance to 'high'."
},
"frequency_penalty": {
"anyOf": [