README.md

 1# Bedrock
 2
 3* Install the AWS CLI
 4* Log in in `aws configure`
 5
 6To see available models, run:
 7
 8```bash
 9aws bedrock list-inference-profiles --region us-east-1
10```
11
12TODO:
13
14* [ ] Support API keys created [on this page](https://eu-north-1.console.aws.amazon.com/bedrock/home#/api-keys/long-term/create).