Anthropic
A next-generation AI assistant for your tasks, no matter the scale
Before setting up
Before you can connect you need to make sure that:
- You have an Anthropic account and have access to the API keys.
Connecting
- Navigate to apps and search for Anthropic. If you cannot find Anthropic then click Add App in the top right corner, select Anthropic and add the app to your Blackbird environment.
- Click Add Connection.
- Name your connection for future reference e.g. ‘My Anthropic connection’.
- Fill in your API key. You can create a new API key under API keys. The API key has the shape
sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
. - Click Connect.
Actions
Chat actions
- Create completion action has the following input values in order to configure the generated response:
- Model (Claude 2.1, Claude 2, Claude Instant, Claude 3 Sonnet, Claude 3 Opus, Claude 3.5 Sonnet, Claude 3.5 Haiku)
- Prompt
- Max tokens to sample
- Temperature
- top_p
- top_k
- System prompt
- Stop sequences
For more in-depth information about action consult the Anthropic API reference.
XLIFF actions
- Process XLIFF processes the XLIFF file and returns updated XLIFF with the translated content. By default it will translate source and place the translation in the target field. But you can modify behavior by providing your custom
prompt
- Post-edit XLIFF file action is used to post-edit the XLIFF file.
- Get Quality Scores for XLIFF file action is used to get quality scores for the XLIFF file by adding
extradata
attribute to the translation unit of the file. Default criteria arefluency
,grammar
,terminology
,style
, andpunctuation
, but you can add your own by fillingprompt
optional input.
Feedback
Do you want to use this app or do you have feedback on our implementation? Reach out to us using the established channels or create an issue.