bedrock-access-gateway and bedrock-access-gateway-function-url
These are a fork-and-variant relationship where the modified version replaces the AWS Load Balancer-based deployment model of the original with AWS Lambda Function URLs for cost-optimized serverless operation.
About bedrock-access-gateway
aws-samples/bedrock-access-gateway
OpenAI-Compatible RESTful APIs for Amazon Bedrock
This project allows developers to integrate Amazon Bedrock's diverse collection of foundation models into existing applications that were originally built to work with OpenAI APIs. It takes your application's standard OpenAI API calls and translates them to Amazon Bedrock, letting you swap out backend models without rewriting your code. Software engineers and AI/ML developers who want to evaluate or switch to Bedrock models while reusing their current OpenAI API integrations would use this.
About bedrock-access-gateway-function-url
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.
Scores updated daily from GitHub, PyPI, and npm data. How scores work