📌 Amazon Bedrock API
Number of APIs: 16
Prerequisites
- Qodex
- AWS Account: https://aws.amazon.com/console/
Usage
- Create a fork
- Update collection variables
- Send requests
Documentation
- API: https://docs.aws.amazon.com/bedrock/latest/APIReference/welcome.html
- Models: https://aws.amazon.com/bedrock
Models
Models include Titan (by Amazon), Claude (by Anthropic), Command (by Cohere), Jurrasic (by AI21 Labs), Llama (by Meta AI, open-weight), Mixtral (by Mistral AI, open-weight), and more.
About Amazon Bedrock
The easiest way to build and scale generative AI applications with foundation models.
-
Cohere - cohere.embed-multilingual-v3 POST https://bedrock-runtime.{{AWS_Region}}.amazonaws.com/model/:model_identifier/invoke
-
Use Cases-SQL Generation - SQL Generation (amazon.titan-tg1-large) POST https://bedrock-runtime.{{AWS_Region}}.amazonaws.com/model/:model_identifier/invoke
-
AI21 Labs - ai21.j2-mid-v1 POST https://bedrock-runtime.{{AWS_Region}}.amazonaws.com/model/:model_identifier/invoke
-
Amazon - amazon.titan-image-generator-v1 POST https://bedrock-runtime.{{AWS_Region}}.amazonaws.com/model/:model_identifier/invoke
-
Use Cases-Chat - Chat (amazon.titan-tg1-large) POST https://bedrock-runtime.{{AWS_Region}}.amazonaws.com/model/:model_identifier/invoke
-
Mistral AI - mistral.mixtral-8x7b-instruct-v0:1 POST https://bedrock-runtime.{{AWS_Region}}.amazonaws.com/model/:model_identifier/invoke
-
Meta - meta.llama3-1-405b-instruct-v1:0 POST https://bedrock-runtime.{{AWS_Region}}.amazonaws.com/model/:model_identifier/invoke
-
Stability AI - stability.stable-diffusion-xl-v1 POST https://bedrock-runtime.{{AWS_Region}}.amazonaws.com/model/:model_identifier/invoke
-
Use Cases-Embedding - Embedding (amazon.titan-embed-text-v1) POST https://bedrock-runtime.{{AWS_Region}}.amazonaws.com/model/:model_identifier/invoke
-
Use Cases-Image Generation - Image Generation (stability.stable-diffusion-xl) POST https://bedrock-runtime.{{AWS_Region}}.amazonaws.com/model/:model_identifier/invoke