Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (pi-provider-bedrock) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
pi-provider-bedrock
AWS Bedrock provider for pi. Routes model requests to Bedrock via AWS profile authentication.
Install
pi install npm:pi-provider-bedrockSetup
Set your AWS profile in your shell environment:
export PI_BEDROCK_PROFILE=my-bedrock-profile
export PI_BEDROCK_REGION=us-east-1 # optional, defaults to us-east-1The provider only activates when PI_BEDROCK_PROFILE is set.
Models
| ID | Model |
|---|---|
claude-opus-4-6 |
Claude Opus 4.6 (1M context) |
claude-sonnet-4-6 |
Claude Sonnet 4.6 (1M context) |
Switch models with /model bedrock/claude-opus-4-6 or Ctrl+P.
License
MIT