Custom ARN Reverts Back to previous model ARN Amazon Nova Premier · Issue #3163 · RooVetGit/Roo-Code · GitHub
More Web Proxy on the site http://driver.im/
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
When setting a custom ARN for the latest amazon model I get the following error:
Invocation of model ID anthropic.claude-3-7-sonnet-20250219-v1:0 with on-demand throughput isn’t supported. Retry your request with the ID or ARN of an inference profile that contains this model.
App Version
Version: 3.15.4
API Provider
Amazon Bedrock
Model Used
amazon.nova-premier-v1:0
Actual vs. Expected Behavior
When setting a custom ARN for the latest amazon model I get the following error:
Invocation of model ID anthropic.claude-3-7-sonnet-20250219-v1:0 with on-demand throughput isn’t supported. Retry your request with the ID or ARN of an inference profile that contains this model.
Eventhough I used this as the ARN:
arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-premier-v1:0
Which was validated to be the correct one and I do have access to it:
aws bedrock list-foundation-models
--region us-east-1
--query "modelSummaries[?modelId=='amazon.nova-premier-v1:0'].modelArn"
--output text
arn:aws:bedrock:us-east-1::foundation-model/amazon.nova-premier-v1:0
Detailed Steps to Reproduce
Relevant API Request Output
Additional Context
No response
The text was updated successfully, but these errors were encountered: