Skip to content

feat: add Amazon Bedrock provider - #110

Merged
igmarin merged 1 commit into
mainfrom
feat/bedrock-provider
Sep 14, 2026
Merged

igmarin merged 1 commit into
mainfrom
feat/bedrock-provider

Conversation

@igmarin

@igmarin igmarin commented Sep 14, 2026

Copy link
Copy Markdown
Owner

Why

ROADMAP item 3. Stacked on #109 (xAI). Uses Bedrock Runtime's OpenAI-compatible path so we do not add an AWS SDK.

What

  • Clients::Providers::Bedrock
  • https://bedrock-runtime.<region>.amazonaws.com/openai/v1/chat/completions
  • Bearer auth: SKILL_BENCH_BEDROCK_API_KEY or AWS_BEARER_TOKEN_BEDROCK
  • Region: SKILL_BENCH_BEDROCK_REGION or AWS_REGION (schema key location, default us-east-1)
  • Default model amazon.nova-lite-v1:0
  • skill-bench init --bedrock

Out of scope: IAM SigV4 signing.

Proof

bundle exec ruby -Itest test/evaluator/clients/providers/bedrock_test.rb
# 7 runs, 0 failures

bundle exec ruby -Itest test/evaluator/config/env_overrides_test.rb
# 4 runs, 0 failures

Base: feat/xai-provider (#109). Merge #109 first, then this.

OpenAI-compatible Chat Completions on bedrock-runtime with a Bedrock
API key. Default region us-east-1, default model amazon.nova-lite-v1:0.
IAM SigV4 is deferred.
@coderabbitai

coderabbitai Bot commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI (base), Organization UI (inherited)

Review profile: CHILL

Plan: Advanced

Run ID: 7d6b03cf-9b8f-4ae6-8167-b84f8070f069

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Base automatically changed from feat/xai-provider to main September 14, 2026 04:26
@igmarin
igmarin merged commit b0bdef7 into main Sep 14, 2026
6 checks passed
@igmarin
igmarin deleted the feat/bedrock-provider branch September 14, 2026 04:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant