2 Answers
- Newest
- Most votes
- Most comments
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
answered 5 months ago
Relevant content
- asked 7 months ago
- asked 4 months ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 4 months ago
I checked it already, I was able to make the request for the generating text , but i wanted to know is function calling feature https://docs.mistral.ai/capabilities/function_calling/.