This video will show you how to utilize Amazon Bedrock to create your own API that can access over 180 different AI models through one endpoint. You can use this for any application - a chatbot, some AI SAAS, or something where you need responses from based off of user prompts.
You can use Mac, Linux, or Windows, although this will be easier on Mac or Linux.
ADD MY NEW AI DISCORD BOT TO YOUR SERVER - https://synthetic.gg/
Join my Discord (for coding help, software, and other ai stuff) - / discord
Install NPM & Node - https://docs.npmjs.com/downloading-an...
Install Typescript - npm install typescript -g or https://www.typescriptlang.org/download/.
Llama formatted prompt - https://pastebin.com/v5hEmW8n
Bedrock policy - https://pastebin.com/7Bt6TwPk
Postman download - https://www.postman.com/downloads/
Chapters:
0:00 - Intro
2:00 - Setting up the node package
6:00 - Setting up IAM permissions
9:30 - Getting the API response from AWS Bedrock
12:10 - Setting up the right payload (request)
15:30 - Turning your app into an API
17:20 - Hitting the API with Postman
20:00 - Installing body parser
21:50 - How to provide parameters to the API
24:25 - Sending the right format to the model
27:40 - Outro
*All opinions, language, and views in this video are separate from Amazon
#amazonbedrock #api #chatbot