The aws-sdk-bedrock-runtime library provides a Python client for Amazon Bedrock Runtime, enabling inference with foundation models via the AWS SDK. Version 0.5.0 supports Python 3.12+ and is under active development. Release cadence is monthly or patch-as-needed.
pip install aws-sdk-bedrock-runtimeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the Bedrock Runtime client, invoke a model via InvokeModelCommand, and print the response.
Migrate from boto3 to this SDK. Replace 'boto3.client("bedrock-runtime")' with 'BedrockRuntimeClient'.Use 'from aws_sdk_bedrock_runtime import ...' not 'from aws-sdk-bedrock-runtime'.
Monitor release notes and update imports when the naming stabilizes.
No dependency data recorded yet.