How to use Mistral AI function calling in AWS Bedrock?

0

How can we use the tool usage or function calling on Mistral models available in AWS Bedrock

KK
asked 15 days ago398 views
1 Answer
0

First please make you have right level of access to call the LLM(Mistral) thru AWS Bedrock service.

The models can also be invoked programmatically using AWS CLI or SDKs for various programming languages like Python, Java etc. The SDKs make API calls to invoke the models and return the generated responses.

Please find the link to aws doc , it has example/ref code to call mistral model thru bedrock service using SDK in diff programing languages. https://docs.aws.amazon.com/bedrock/latest/userguide/bedrock-runtime_example_bedrock-runtime_InvokeMistral7B_section.html

profile pictureAWS
akad
answered 14 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions