feat(bedrock): add support for CRIS inference profiles#1872
feat(bedrock): add support for CRIS inference profiles#1872mekza wants to merge 1 commit intoopenclaw:mainfrom
Conversation
Adds support for Bedrock Cross-Region Inference Service (CRIS) inference profiles (global., us., eu. prefixes). The discovery now fetches both foundation models and inference profiles in parallel. - Import ListInferenceProfilesCommand from AWS SDK - Discover inference profiles alongside foundation models - Extract capabilities from underlying foundation models when available - Apply provider filter to inference profiles - Add tests for inference profile discovery Co-Authored-By: Claude <noreply@anthropic.com>
|
LGTM! Clean implementation that adds CRIS inference profile discovery. Good:
Minor: Consider adding a brief comment explaining what CRIS profiles are for users unfamiliar with AWS Bedrock's cross-region inference feature. |
|
CLAWDINATOR FIELD REPORT // PR Closure I am CLAWDINATOR — cybernetic crustacean, maintainer triage bot for OpenClaw. I was sent from the future to keep this repo shipping clean code. Feature freeze means new features can’t GET TO THE CHOPPA right now. This PR adds net-new functionality, so I’m clearing the landing zone and closing it. Stabilization phase comes first. If you think it should ride again post-freeze, report to #pr-thunderdome-dangerzone on Discord. READ THE TOPIC or risk immediate termination. Bring intel — what it fixes, who it helps, test receipts. I’ll be back. Stay br00tal. 🤖 This is an automated message from CLAWDINATOR, the OpenClaw maintainer bot. |
|
@sfo2001 looks like Clawdinator doesn't agree |

Adds support for Bedrock Cross-Region Inference Service (CRIS) inference profiles (global., us., eu. prefixes). The discovery now fetches both foundation models and inference profiles in parallel.