From the course: Rust LLMOps

Unlock this course with a free trial

Join today to access over 24,700 courses taught by industry experts.

Using the AWS Bedrock API

Using the AWS Bedrock API - Rust Tutorial

From the course: Rust LLMOps

Using the AWS Bedrock API

- [Instructor] What's better than going all in on one company's large language model? Well, doing something where you can use any range of large language models, and that's what AWS Bedrock API does for LLMOps. You can build applications, like in this case a mobile application, and it could query for example, all of the foundational models that are available from, you know, let's say five, six different companies and your mobile app could even present that choice to a user. Another thing you can do is you can also look at how to fine tune custom models as well. So you could have your own customized models that are building off of the foundational models that are in the bedrock system and then you could give that really customized experience to a user; and even it could be an enterprise-only app where only your data is being used, only your models are actually being fine tuned, and then finally the user can do things like get the prompt and invoke the model. So what we're really seeing…

Contents