The post describes an error encountered when trying to use the Claude3 Sonnet model through Bedrock, with the error message indicating that the model is not supported on the API and that the Messages API should be used instead. The comments suggest that the Bedrock platform may need to add support for the Claude3 model, which was recently released. Community members provide some potential workarounds, such as modifying the Bedrock integration code to add the new model, upgrading the LlamaIndex and Anthropic packages, and checking for any updates or PRs related to Bedrock support. However, there is no explicitly marked answer in the comments.
Seeing the following error when trying to use llm.chat with Claude3 Sonnet through Bedrock:
ValidationException: An error occurred (ValidationException) when calling the InvokeModel operation: "claude-3-sonnet-20240229" is not supported on this API. Please use the Messages API instead.
Yea bedrock probably isn't fully updated π¦ managing bedrock is so annoying because there's no unified api, it's more like a gateway on top of other apis