From 88c60a063d063d32673a18474624c68c35c0fb09 Mon Sep 17 00:00:00 2001 From: Corie Watson Date: Mon, 1 Dec 2025 01:00:21 +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