From ba7e0d70e844bf2e893496670fa2aae60c4007b7 Mon Sep 17 00:00:00 2001 From: Corie Watson Date: Thu, 27 Nov 2025 12:42:25 +0000 Subject: [PATCH] feat(anthropic): add new claude opus 4.5 --- js/plugins/anthropic/src/models.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/js/plugins/anthropic/src/models.ts b/js/plugins/anthropic/src/models.ts index 2ee33d933c..bb5fa1e5b2 100644 --- a/js/plugins/anthropic/src/models.ts +++ b/js/plugins/anthropic/src/models.ts @@ -87,6 +87,10 @@ export const KNOWN_CLAUDE_MODELS: Record< 'claude-haiku-4-5', AnthropicThinkingConfigSchema ), + 'claude-opus-4-5': commonRef( + 'claude-opus-4-5', + AnthropicThinkingConfigSchema + ), 'claude-opus-4-1': commonRef( 'claude-opus-4-1', AnthropicThinkingConfigSchema