[PR #1046] docs(AWS Bedrock): Add alternative integrations and remove outdated Bedrock models registration #1028

Open
opened 2026-02-15 18:17:02 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/1046
Author: @JGoutin
Created: 1/30/2026
Status: 🔄 Open

Base: mainHead: feature/bedrock


📝 Commits (1)

  • e3bb551 docs(AWS Bedrock): Add alternative integrations and remove outdated Bedrock models registration

📊 Changes

2 files changed (+201 additions, -27 deletions)

View changed files

📝 docs/tutorials/integrations/llm-providers/amazon-bedrock.md (+201 -27)
static/images/tutorials/amazon-bedrock/amazon-bedrock-base-models.png (+0 -0)

📄 Description

Summary

Updates the “Integrate with Amazon Bedrock” documentation to reflect current AWS guidance and to clarify the main OpenAI-compatible integration paths for Open WebUI.

What changed

  • Removed the “model registration”/enablement step from the Bedrock Access Gateway section (AWS no longer requires that specific step).
  • Added a concise “Integration Options” section plus a feature comparison table for:
    • Bedrock Access Gateway (OpenAI-compatible gateway)
    • LiteLLM (Bedrock provider)
    • AWS Bedrock Mantle
    • stdapi.ai (OpenAI-compatible gateway)
  • Added setup guidance for stdapi.ai and AWS Bedrock Mantle as alternative integration paths.
  • Fixed Open WebUI branding (Open-WebUI => Open WebUI)

Disclosure

I’m the author/maintainer of stdapi.ai.


🔄 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/docs/pull/1046 **Author:** [@JGoutin](https://github.com/JGoutin) **Created:** 1/30/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feature/bedrock` --- ### 📝 Commits (1) - [`e3bb551`](https://github.com/open-webui/docs/commit/e3bb55134d5c8523e81b367a8bff038df6e40fcc) docs(AWS Bedrock): Add alternative integrations and remove outdated Bedrock models registration ### 📊 Changes **2 files changed** (+201 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `docs/tutorials/integrations/llm-providers/amazon-bedrock.md` (+201 -27) ➖ `static/images/tutorials/amazon-bedrock/amazon-bedrock-base-models.png` (+0 -0) </details> ### 📄 Description ## Summary Updates the “Integrate with Amazon Bedrock” documentation to reflect current AWS guidance and to clarify the main OpenAI-compatible integration paths for Open WebUI. ## What changed - Removed the “model registration”/enablement step from the Bedrock Access Gateway section (AWS no longer requires that specific step). - Added a concise “Integration Options” section plus a feature comparison table for: - Bedrock Access Gateway (OpenAI-compatible gateway) - LiteLLM (Bedrock provider) - AWS Bedrock Mantle - stdapi.ai (OpenAI-compatible gateway) - Added setup guidance for stdapi.ai and AWS Bedrock Mantle as alternative integration paths. - Fixed Open WebUI branding (Open-WebUI => Open WebUI) ## Disclosure I’m the author/maintainer of stdapi.ai. --- <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 18:17:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#1028