It is possible configure and connect to different AI providers for your self-hosted Tines tenant.
If connecting to Anthropic or OpenAI (and other compatible schemas), the configuration is the same as on cloud tenants.
AWS Bedrock
Configuring AWS Bedrock is possible for tenant's hosted on AWS infrastructure. Tines make requests to Bedrock using the credentials hosting the Tines instance. Because of this, those credentials must be configured with the following IAM role permissions are required:
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"bedrock:InvokeModel*",
"bedrock:GetInferenceProfile",
"bedrock:ListInferenceProfiles"
],
"Resource": "*"
}
]
}
The following models must also be enabled:
Anthropic Claude 3.5 Sonnet
Claude 3 Sonnet
Claude 3 Haiku