Skip to content

0.2.5

Choose a tag to compare

@github-actions github-actions released this 29 Jun 15:01
· 26 commits to main since this release
0380bd6

Added

  • AWS Bedrock API keys (bearer-token auth). A bedrock model can now authenticate with an Amazon
    Bedrock API key instead of AWS SigV4 credentials. Put the token in the model's apiKey field (e.g.
    "$AWS_BEARER_TOKEN_BEDROCK") and set a baseURL; requests are then sent with
    Authorization: Bearer <token>. Resolution order is apiKey -> the AWS_BEARER_TOKEN_BEDROCK
    environment variable -> SigV4 access-key credentials, so existing SigV4 setups keep working
    unchanged. See the Bedrock section of the remote-models docs for both configurations.