diff --git a/packages/@n8n/nodes-langchain/nodes/llms/LMChatAnthropic/LmChatAnthropic.node.ts b/packages/@n8n/nodes-langchain/nodes/llms/LMChatAnthropic/LmChatAnthropic.node.ts index bdde9fb7d7..4e396f4662 100644 --- a/packages/@n8n/nodes-langchain/nodes/llms/LMChatAnthropic/LmChatAnthropic.node.ts +++ b/packages/@n8n/nodes-langchain/nodes/llms/LMChatAnthropic/LmChatAnthropic.node.ts @@ -155,8 +155,8 @@ export class LmChatAnthropic implements INodeType { type: 'resourceLocator', default: { mode: 'list', - value: 'claude-3-7-sonnet-20250219', - cachedResultName: 'Claude 3.7 Sonnet', + value: 'claude-sonnet-4-20250514', + cachedResultName: 'Claude 4 Sonnet', }, required: true, modes: [