feat: add claude-opus-4-5 model configuration with thinking mode

This commit is contained in:
voson
2026-02-02 10:42:21 +08:00
parent 8fa9df03a0
commit 95d131eb51

View File

@@ -15,6 +15,14 @@
"budgetTokens": 16000 "budgetTokens": 16000
} }
} }
},
"claude-opus-4-5": {
"options": {
"thinking": {
"type": "enabled",
"budgetTokens": 16000
}
}
} }
} }
} }