gabrielkoo/bedrock-access-gateway-function-url
OpenAI-Compatible RESTful APIs for Amazon Bedrock, modified from the original "bedrock-access-gateway" project for not using ALB, so that one could deploy and use it under a pay as you go model WITH NO FIXED COSTS.
This project helps developers access Amazon Bedrock's large language models through an OpenAI-compatible API endpoint, without incurring fixed costs. It takes API requests in the OpenAI format and translates them for Bedrock, returning model responses. This is ideal for developers building applications that need to switch between or integrate with various LLMs using a standardized API.
Use this if you need a cost-effective, serverless way to connect your applications to Amazon Bedrock models via an OpenAI-style API, paying only for what you use.
Not ideal if you already have a complex infrastructure with load balancers and containers, or if you prefer to use Python SDKs directly rather than a RESTful API.
Stars
19
Forks
4
Language
Shell
License
MIT
Category
Last pushed
Mar 02, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/generative-ai/gabrielkoo/bedrock-access-gateway-function-url"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
aws-samples/bedrock-access-gateway
OpenAI-Compatible RESTful APIs for Amazon Bedrock
awslabs/amazon-bedrock-agent-samples
Example Jupyter notebooks 📓 and code scripts 💻 for using Amazon Bedrock Agents 🤖 and its functionalities
aws-samples/well-architected-iac-analyzer
Sample Generative AI tool for evaluating Infrastructure as Code and architecture diagrams...
build-on-aws/building-gen-ai-whatsapp-assistant-with-amazon-bedrock-and-python
Build a genAI Whatsapp app that processes images, voice notes, videos, and documents with Amazon...
aws-samples/sample-connector-for-bedrock
Seamlessly invoke Amazon Bedrock or your custom models, enabling a smooth experience with AWS...