JSPM

pi-provider-bedrock

0.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 19
  • Score
    100M100P100Q71118F
  • License MIT

Bedrock provider for pi — routes to AWS Bedrock models via AWS profile auth

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-bedrock

    Setup

    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-1

    The 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