1 Answer
- Newest
- Most votes
- Most comments
0
Hello.
I was able to use Meta Llama 3.2 with the AWS CLI introduced in the blog below in my AWS account.
The model ID is "us.meta.llama3-2-90b-instruct-v1:0", so cross-region inference is used.
https://aws.amazon.com/jp/blogs/aws/introducing-llama-3-2-models-from-meta-in-amazon-bedrock-a-new-generation-of-multimodal-vision-and-lightweight-models/
aws bedrock-runtime converse --messages '[{ "role": "user", "content": [ { "text": "Tell me the three largest cities in Italy." } ] }]' --model-id us.meta.llama3-2-90b-instruct-v1:0 --query 'output.message.content[*].text' --output text
Is model access enabled in the region used for cross-region inference?
Please double check that model access is enabled correctly.
https://docs.aws.amazon.com/bedrock/latest/userguide/model-access-modify.html
Relevant content
asked a year ago
- AWS OFFICIALUpdated a year ago

This is what I got in cloud shell again an access denied
and this is what It look if I go to model access image here safe link - https://ibb.co/tM5KzM6