From the course: Enterprise AI Solutions with AWS: Amazon Q Business, Bedrock Knowledge Bases, and SageMaker MLOps
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Bedrock API CloudShell overview
From the course: Enterprise AI Solutions with AWS: Amazon Q Business, Bedrock Knowledge Bases, and SageMaker MLOps
Bedrock API CloudShell overview
- [Instructor] Let's get started here with AWS Bedrock with Claude directly in CloudShell, one of the best ways to get started with an interactive API, especially something like generative AI, so first up, what I would recommend is do aws sts get-caller-identity to make sure that you're getting the right call. I'm just going to pipe that to /dev/null because we don't need to see it, but this gives you the ability to verify that everything's working properly. This is almost like a smoke test. Next step, what I would do is I would actually look at what models are available for you. The way you can do this is type in aws bedrock list-foundation-models and then pass in the region that you're in, and you could even do a grep for things like claude-3. In this case, if we look through here, ah, we have lots of different claude-3 models here to play around with. You could obviously change that grep based on other things that you're looking for. For example, if you wanted to look at Titan or…