Amazon Bedrock Is Now Generally Available

by epberryon 9/28/2023, 2:37 PMwith 10 comments

by ranmanon 9/28/2023, 7:48 PM

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

```

by paulddraperon 9/28/2023, 3:13 PM

Tangential, but I kinda miss the days when this would be SFM, Simple Foundation Models.

by bguberfainon 9/28/2023, 4:53 PM

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!

by leoqaon 9/28/2023, 5:19 PM

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?