🔀 Bedrock Proxy Endpoint
Welcome to a pain free way to infer AWS Bedrock models!
This server has the following endpoints:
-
GET / ⇠This page
-
GET /models ⇠List supported models (names and ids)
-
POST / ⇠Infer a model
Use the OpenAI SDK to send a POST request to this endpoint.
The
request body must:
-
use a modelName or modelId from the list of 🪨 Bedrock Wrapper supported models (get the list from the /models GET endpoint)
-
present the messages array in the standard role : content format
Read the docs at the repo here:
⇢ 📘 https://github.com/jparkerweb/bedrock-proxy-endpoint
Powered by: 🪨 Bedrock Wrapper