Docs
NodesLLM Nodes
Edit Page on GitHub

Anthropic Chat

Chat with Anthropic based LLM

llmchatbotclaudeMedium200
Anthropic Chat Node Screenshot

Description

The Anthropic Chat node connects your agent to Anthropic's Claude language models. Claude models are known for their helpfulness, harmlessness, and honesty, making them suitable for a wide range of conversational and content generation tasks.

Common Use Cases

  • Building conversational agents with nuanced understanding
  • Creating content that requires careful reasoning
  • Developing assistants that can follow complex instructions
  • Generating detailed explanations and analyses

Inputs

The input connections this node accepts:

NameDescriptionTypeFlowThe flow of the workflowFlowQueryChat text to sendTextFilesList of files to send to LLM (Direct links to files, Images and PDFs only, max 5 files, 25 MB each)Text[]ToolsList of tools that the LLM can useTool[]System PromptSystem prompt for the LLMTextTemperatureCreativity of the LLMNumberRAGRAG Knowledge baseRagSave ContextSave chat as context for LLMBoolean

Outputs

The output connections this node provides:

NameDescriptionTypeoutputThe response of the LLMText

Fields

The configurable fields this node provides:

NameDescriptionTypeModelThe LLM modelValue: claude-3-7-sonnet-latestOptions: claude-sonnet-4-5 claude-opus-4-1 claude-opus-4-0 claude-sonnet-4-0 claude-3-7-sonnet-latest claude-3-5-haiku-latestselectQueryChat text to sendValue: Enter text here...TextAreaFilesList of files to send to LLM (Direct links to files, Images only, max 5 files, 25 MB each)Text[]ToolsList of tools that the LLM can useTool[]System PromptSystem prompt for the LLMValue: You are a helpful assistantTextAreaTemperatureCreativity of the LLMValue: 0.5Min: 0Max: 1Step: 0.01SliderSave ContextSave chat as context for LLMValue: trueCheckBox

Last updated on