You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While invoking amazon bedrock using InvokeModelWithResponseStream with modelId as anthropic.claude-3-5-sonnet-20241022-v2:0, it returns:
raise error_class(parsed_response, operation_name)
| botocore.errorfactory.ValidationException: An error occurred (ValidationException) when calling the InvokeModelWithResponseStream operation: Invocation of model ID anthropic.claude-3-5-sonnet-20241022-v2:0 with on-demand throughput isn’t supported. Retry your request with the ID or ARN of an inference profile that contains this model.
+------------------------------------
The text was updated successfully, but these errors were encountered:
This looks like a configuration issue to do with the data you provided to the SDK call, not an issue with the library. I don't use the bedrock APIs so I won't be able to give you much more than that.
While invoking amazon bedrock using InvokeModelWithResponseStream with modelId as anthropic.claude-3-5-sonnet-20241022-v2:0, it returns:
raise error_class(parsed_response, operation_name)
| botocore.errorfactory.ValidationException: An error occurred (ValidationException) when calling the InvokeModelWithResponseStream operation: Invocation of model ID anthropic.claude-3-5-sonnet-20241022-v2:0 with on-demand throughput isn’t supported. Retry your request with the ID or ARN of an inference profile that contains this model.
+------------------------------------
The text was updated successfully, but these errors were encountered: