Anthropic - Send messages to models action

The Send messages to models action sends a message to an Anthropic model you select and returns a response.

Input

Input fieldDescription
ModelSelect the Anthropic model to use. For example, Claude 3 Haiku.
Message typeSelect whether to send a single message or a full chat transcript.
MessagesEnter the text to send if Message type is Single message. If it's Chat transcript, optionally enter a system role message, and provide a list of messages, each with a Role (user or assistant) and Text.
SystemEnter a system prompt to provide context and instructions to Claude, such as a particular goal or role.
Max tokensEnter the maximum number of tokens to generate before stopping. Defaults to 4096 if left blank.
TemperatureEnter a number that controls the randomness of the model's output. A higher temperature results in more random output. Defaults to 1.0 if left blank.
Stop sequencesEnter a list of strings that cause the model to stop generating.
Tool choiceSelect Any, Auto, or Tool to let the model decide, force it to use any tool, or specify a particular tool by name.
ToolsSelect tools you plan to have the model use.
ThinkingSelect Type and Budget tokens to enable Claude's extended thinking. Requires a minimum budget of 1,024 tokens and is only supported for Claude 3.7 Sonnet.

Output

Output fieldDescription
Anthropic replyThe reply generated by the selected Anthropic model.

Last updated: