pi-provider-bedrock
v0.1.1
Published
Bedrock provider for pi — routes to AWS Bedrock models via AWS profile auth
Maintainers
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
