Skip to main content

Crate rig_bedrock

Crate rig_bedrock 

Source
Expand description

AWS Bedrock provider integration for Rig.

This crate exposes Bedrock completion, streaming, embedding, and image generation models through Rig’s provider traits. It requires AWS credentials configured for the AWS SDK and a region with access to the selected Bedrock model.

The root rig facade re-exports this crate as rig::bedrock when the bedrock feature is enabled.

Modules§

client
completion
All supported models https://docs.aws.amazon.com/bedrock/latest/userguide/models-supported.html
embedding
image
streaming
types