Supported Models
Mistral AI
Using Mistral AI with Flowstack
Mistral AI can be integrated with Flowstack using various methods. The following documentation provides details for using Mistral AI with Curl, Python, and Node.js.
1. Using Curl
To make a request to Mistral AI using the REST API, use the following Curl command. Remember to replace YOUR_MISTRAL_API_KEY
and YOUR_FLOWSTACK_KEY
with your actual Mistral API key and Flowstack key.
2. Using Python
For integrating Mistral AI with Python, use the script below. Replace YOUR_MISTRAL_API_KEY
and YOUR_FLOWSTACK_KEY
with your Mistral API key and Flowstack key, respectively.
3. Using Node.js
For Node.js integration with Mistral AI, follow the example below. Don’t forget to replace YOUR_MISTRAL_API_KEY
and YOUR_FLOWSTACK_KEY
with your respective credentials.