bedrock-wrapper
Bedrock Wrapper is an npm package that simplifies the integration of existing OpenAI-compatible API objects with AWS Bedrock's serverless inference LLMs. Fol...
Import bedrockWrapper, pass AWS credentials plus an openaiChatCompletionsCreateObject (messages in OpenAI role/content format, model, max_tokens, stream, temperature, optional stop_sequences), and it invokes the corresponding Bedrock model. Pairs with the Bedrock Proxy Endpoint project for a drop-in OpenAI-compatible server experience.