Skip to main content
AWS Bedrock is an LLM plugin. It takes the transcribed conversation and generates the reply using any Bedrock-hosted model (Amazon Nova, Anthropic Claude, Meta Llama, Mistral, and more) through the unified Converse API.

Setup

Set your AWS region in the worker environment. Credentials resolve as explicit constructor argument, then environment variable, then the default AWS credential chain (IAM role or shared profile). Get your access keys from the AWS console:

Usage

Import the plugin and pass it to the pipeline’s llm slot.
Python

Parameters

See the plugins overview for how the LLM slot fits into the rest of the pipeline.