[PR #523] Update AWS Bedrock Pipeline #444

Open
opened 2026-02-15 20:15:37 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/pipelines/pull/523
Author: @shadowdao
Created: 6/3/2025
Status: 🔄 Open

Base: mainHead: feat/claude4-support


📝 Commits (3)

  • 66e7eb3 Update to support Claude 4
  • 010899b Update to support Claude 4
  • 4e4320f Fix issue where Claude 4 was not getting detected

📊 Changes

1 file changed (+72 additions, -19 deletions)

View changed files

📝 examples/pipelines/providers/aws_bedrock_claude_pipeline.py (+72 -19)

📄 Description

  • Added Support for Claude 4 and new for Reasoning
  • Added Support for Sonnet vs Opus for Max Tokens
  • Refactored boto3 login to try to use Instance Roles if IAM Key and Secret are not set

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/pipelines/pull/523 **Author:** [@shadowdao](https://github.com/shadowdao) **Created:** 6/3/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feat/claude4-support` --- ### 📝 Commits (3) - [`66e7eb3`](https://github.com/open-webui/pipelines/commit/66e7eb333a8af79b7240adb337bf4b132ada1560) Update to support Claude 4 - [`010899b`](https://github.com/open-webui/pipelines/commit/010899b9f7e4ff6e69b726d0ecec5630e9aa0393) Update to support Claude 4 - [`4e4320f`](https://github.com/open-webui/pipelines/commit/4e4320f13a953ceee4ab78594fd7528708bcac56) Fix issue where Claude 4 was not getting detected ### 📊 Changes **1 file changed** (+72 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `examples/pipelines/providers/aws_bedrock_claude_pipeline.py` (+72 -19) </details> ### 📄 Description - Added Support for Claude 4 and new for Reasoning - Added Support for Sonnet vs Opus for Max Tokens - Refactored boto3 login to try to use Instance Roles if IAM Key and Secret are not set --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 20:15:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/pipelines#444