LLM provider

To support the many Fabricate features that rely on AI, you need to configure a connection to either:

  • Amazon Bedrock

  • Anthropic

  • Azure AI Foundry

Amazon Bedrock

To use Amazon Bedrock as your Claude LLM provider, in .env, uncomment and set the following:

FABRICATE_BEDROCK_REGION=   # Bedrock model region prefix to prepend to model IDs.
                            # For example, us.anthropic.claude-<model>.
                            # Defalt is global, to enable cross-region inference.
FABRICATE_BEDROCK_API_KEY=  # API key for Amazon Bedrock
FABRICATE_AWS_REGION= # AWS Region where Fabricate runs.

Note that FABRICATE_AWS_REGION is also used if you use Amazon S3 for cloud storage.

Anthropic

To use Anthropic as your Claude LLM provider, in .env, uncomment and set the following:

FABRICATE_ANTHROPIC_BASE_URL=  # URL to connect to Anthropic
FABRICATE_ANTHROPIC_API_KEY=   # API key for Anthropic

Azure AI Foundry

To use Azure AI Foundry as your Claude LLM provider, in .env, uncomment and set the following:

Last updated

Was this helpful?