- 新しい順
- 投票が多い順
- コメントが多い順
Hello.
Is the region specified in the JavaScript code correct?
I believe Claude 3 Sonnet is currently only available in us-east-1 and us-west-2.(When I checked from the management console, I was able to enable it only in us-east-1 and us-west-2.)
Also, is Claude 3 Sonnet enabled in the correct region?
Hi,
You may face the same issue as me: for Claude v2.1, I was using InvokeModel API. For Claude v3 Sonnet, Messages API is required.
Otherwise, you'll get something like this (in Python):
exception: <class 'botocore.errorfactory.ValidationException'> - message: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.
Best,
Didier
Thanks Didier and Riku. Riku that was it - thanks. I had enabled it in US East, but my code is using US West. Didier, also need refactor to Messages API as I got the same error after. Thanks for the answer!
Hi, I could not find any docs on messages API in Golang SDK - bedrockruntime
.
The native anthropic API requires API_KEY and I wish to work with AWS bedrock service to use it in Golang
Previously I was using v2.1 which had huge response times and I was eagerly waiting for v3 but seems like I can't directly switch to it.
関連するコンテンツ
- AWS公式更新しました 7ヶ月前
- AWS公式更新しました 8ヶ月前
- AWS公式更新しました 10ヶ月前