build-on-aws/amazon-bedrock-with-builder-and-command-patterns
A simple, yet powerful implementation in Java that allows developers to write a rather straightforward code to create the API requests for the different foundation models supported by Amazon Bedrock.
When working with Amazon Bedrock, developers often struggle with the different request formats required by various foundation models. This tool simplifies the process, allowing Java developers to use a single, consistent code structure to send prompts to different models. It takes your prompt and desired model as input and outputs the correctly formatted API request body, abstracting away the underlying complexities of each model's schema.
No commits in the last 6 months.
Use this if you are a Java developer building applications with Amazon Bedrock and want to streamline how you interact with diverse foundation models, reducing the manual effort of adapting to each model's unique API schema.
Not ideal if you are not a Java developer or if your primary need is to manage and deploy Bedrock models rather than simplifying the coding interface for API requests.
Stars
12
Forks
5
Language
Java
License
MIT-0
Category
Last pushed
Apr 01, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/build-on-aws/amazon-bedrock-with-builder-and-command-patterns"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
aws-samples/bedrock-chat
AWS-native chatbot using Bedrock
jparkerweb/bedrock-wrapper
🪨 Bedrock Wrapper is an npm package that simplifies the integration of existing...
aws-samples/foundational-llm-chat
Chainlit application built using AWS CDK, secured with Amazon Cognito, that allows you to...
jparkerweb/bedrock-proxy-endpoint
🔀 Bedrock Proxy Endpoint ⇢ Spin up your own custom OpenAI API server endpoint for easy AWS...
caylent/battleground
Battleground is a powerful tool designed to help developers and AI enthusiasts explore and...