You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.