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 running the amazon.titan-image-generator-v2 code throws error saying.
ValidationException: An error occurred (ValidationException) when calling the InvokeModel operation: The provided model identifier is invalid.
While running the amazon.titan-image-generator-v2 code throws error saying.
ValidationException: An error occurred (ValidationException) when calling the InvokeModel operation: The provided model identifier is invalid.
Code:
response = boto3_bedrock.invoke_model(
body=body,
modelId="amazon.titan-image-generator-v2:0",
accept="application/json",
contentType="application/json"
The text was updated successfully, but these errors were encountered: