Anthropic 节点(Anthropic node)#
使用 Anthropic 节点自动化 Anthropic 中的工作,并将 Anthropic 与其他应用集成。n8n 内置支持广泛的 Anthropic 功能,包括分析、上传、获取和删除文档、文件和图片,以及生成、改进或模板化提示。
🌐 Use the Anthropic node to automate work in Anthropic and integrate Anthropic with other applications. n8n has built-in support for a wide range of Anthropic features, including analyzing, uploading, getting, and deleting documents, files, and images, and generating, improving, or templatizing prompts.
本页列出了 Anthropic 节点支持的操作列表以及更多资源的链接。
🌐 On this page, you'll find a list of operations the Anthropic node supports, and links to more resources.
凭证
你可以在这里找到该节点的认证信息。
操作(Operations)#
- 文档:
- 分析文档:接收文档并回答相关问题。
- 文件:
- 上传文件:将文件上传到Anthropic API以供稍后使用。
- 获取文件元数据:从 Anthropic API 获取文件的元数据。
- 列出文件:从 Anthropic API 列出文件。
- 删除文件:从 Anthropic API 删除文件。
- 图片:
- 分析图片:接收图片并回答相关问题。
- 提示:
- 生成提示:为模型生成一个提示。
- 改进提示:改进模型的提示。
- 模板化提示:为模型模板化一个提示。
- 文本:
- 向模型发送消息:使用 Anthropic 模型创建一个完成任务。
模板和示例(Templates and examples)#
相关资源(Related resources)#
有关该服务的更多信息,请参考Anthropic 的文档。
What to do if your operation isn't supported#
If this node doesn't support the operation you want to do, you can use the HTTP Request node to call the service's API.
You can use the credential you created for this service in the HTTP Request node:
- In the HTTP Request node, select Authentication > Predefined Credential Type.
- Select the service you want to connect to.
- Select your credential.
Refer to Custom API operations for more information.