Anthropic Claude
App Vendor: Anthropic Claude
App Category: AI Models
Connector Version: 1.0.0
API Version: 1.0.0
About App
This app integrates with Anthropic Claude's API to generate text-based responses using advanced AI models. It supports prompt-based interactions, token counting, and content generation with customizable parameters like temperature and token limits.
The Anthropic Claude app is configured with Cyware Orchestrate to perform the following actions:
Action Name | Description |
|---|---|
Get Prompt Response | This action retrieves the response generated by the specified model based on the given prompt. |
Configuration Parameters
The following configuration parameters are required for the Anthropic Claude app to communicate with the Anthropic Claude enterprise application. The parameters can be configured by creating instances in the app.
Parameter | Description | Field Type | Required/Optional | Comments |
|---|---|---|---|---|
API Key | Enter the API token to authenticate with Anthropic Claude. | Password | Required | |
Temperature | Enter the sampling temperature to control the randomness of the output. Higher values make the output more random, while lower values make it more focused and deterministic. | Integer | Optional | Allowed range: 0 - 2 Default value: 1 |
Max Tokens | Enter the maximum number of tokens the model can generate in the response before stopping. | Integer | Optional | Maximum value varies depending on the model Default value: 1024 |
Anthropic API Version | Enter the API version to use for interacting with Anthropic Claude. Example: 2023-06-01 | Text | Optional | Default value: 2023-06-01 |
Verify | Choose your preference to verify SSL or TLS while making requests. It is recommended to set this option to yes. Passing no may result in incorrectly establishing the connection. | Boolean | Optional | By default, verification is enabled. |
Timeout | Enter the timeout value in seconds. This is the number of seconds requests will wait to connect to Anthropic Claude and read the response. | Integer | Optional | Allowed range: 15-120 Default value: 15 |
Action: Get Prompt Response
This action retrieves the response generated by the specified model based on the given prompt.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
|---|---|---|---|---|
Model | Specify the model name to use for generating the response. Example: claude-3-7-sonnet-20250219. | Single select | Required | |
Prompt | Provide the text prompt that will be sent to the selected model for response generation. | Text | Required |