Tangential, but I kinda miss the days when this would be SFM, Simple Foundation Models.
It says it has support for Llama 2, but in a deep page you can read that it is "coming soon". Anyway, good to see support for serverless inference and painless train of Llama 2 models!
Asking because I’m lazy: if I need to transcribe audio in real-time, is there a state of the art model I can plug into?
If you want to use this but are tired of waiting for the SDKs to get updated you can do this:
```
curl -sS https://cdn.caylent.com/bedrock_new.zip > bedrock.zip
mkdir -p ~/.aws/models/
unzip bedrock.zip -d ~/.aws/models
```