Introduction
This integration enables users to leverage Anthropic's Claude AI for text generation within Clay workflows. By utilizing Anthropic's API, Clay users can access Claude's advanced language capabilities to produce high-quality content, analyze data, or perform various text-based tasks. The integration streamlines the process of incorporating AI-generated text into Clay's no-code automation platform.
Provider: https://anthropic.com
โAPI Documentation: https://docs.anthropic.com/en/api/complete
Input
Name | Is Optional | Description | Type |
Model Version | *Claude 3 Opus will cost 1 additional credit to run. You can [learn more about the available Claude models Anthropic offers here.](https://docs.anthropic.com/claude/docs/models-overview) | text | |
Prompt | Give Claude directions or instructions to respond to. You can [learn more Claude prompt design here.](https://docs.anthropic.com/claude/docs/models-overview) | longtext | |
System Prompt | true | Provide context, instructions, and guidelines to Claude before presenting it with a question or task. [Learn more about system prompts here.](https://docs.anthropic.com/claude/docs/system-prompts) | longtext |
Define column outputs | true | The column outputs are used to structure the response. Each field here will be extracted to a column in your table. For example, if you add a field "isB2B", and change the type to True/False, each cell will have isB2B to add as a column. | object |
Creativity | true | This determines the creativity of the responses. Lower values are more conservative, higher values are more creative. Defaults to 0.4 | text |
Output Length | true | The maximum number of tokens to generate before stopping. Note: the model may stop before reaching this maximum. Defaults to 256, Maximum of 4096. | number |
Output
Name | Type |
Response | text |