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 field | Description |
|---|---|
| Model | Select the Anthropic model to use. For example, Claude 3 Haiku. |
| Message type | Select whether to send a single message or a full chat transcript. |
| Messages | Enter 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. |
| System | Enter a system prompt to provide context and instructions to Claude, such as a particular goal or role. |
| Max tokens | Enter the maximum number of tokens to generate before stopping. Defaults to 4096 if left blank. |
| Temperature | Enter 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 sequences | Enter a list of strings that cause the model to stop generating. |
| Tool choice | Select Any, Auto, or Tool to let the model decide, force it to use any tool, or specify a particular tool by name. |
| Tools | Select tools you plan to have the model use. |
| Thinking | Select 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 field | Description |
|---|---|
| Anthropic reply | The reply generated by the selected Anthropic model. |
Last updated: