from Hacker News

Amazon Bedrock Is Now Generally Available

by epberry on 9/28/23, 2:37 PM with 10 comments

  • by ranman on 9/28/23, 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 paulddraper on 9/28/23, 3:13 PM

    Tangential, but I kinda miss the days when this would be SFM, Simple Foundation Models.
  • by bguberfain on 9/28/23, 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 leoqa on 9/28/23, 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?