The Anthropic Claude service provides advanced AI capabilities for natural language processing and understanding, enabling seamless integration into applications for enhanced user interactions.

Changelog

8 versions
v1.1.3 Latest
  • Output examples for SendPrompt.
v1.1.2
  • AIAgent: removed the unused icon.svg duplicate (the icon comes from component.json); added output examples.
v1.1.1
  • Added a missing output example to ListModels.
v1.1.0
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Anthropic (Claude) API.
v1.0.5
  • Updated langchain npm dependencies.
v1.0.4
  • Added validation for required fields in components.
v1.0.3
  • Fixed an error `JSON schema is invalid` that occurred when the AiAgent used a tool with an empty parameters object.
v1.0.2
  • Initial version

Authentication

TypeDetails
API Key
API Key (text)
Log into your service account and find API Keys page.

Actions

5
A I Agent icon

A I Agent

Build an AI agent responding with contextual answers or performing contextual actions.
List Models icon

List Models

List models.
Make Api Call icon

Make Api Call

Generic method for making API calls to a 3rd party service.
Send Prompt icon

Send Prompt

Send a message to Claude and receive a response.
Transform Text To J S O N icon

Transform Text To J S O N

Extract structured JSON data from text using Claude.