- Home
- Resources
- Integrations
- Mistral AI
Mistral AI Make integrationAutomate Mistral AI with Make.
The Mistral AI Make integration gives you 4 modules and no code to write. A module is one brick of the scenario: three of them act, one searches. If you have never built a scenario, an automation made of chained modules, this page walks you from the connection to your first run.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Mistral AI Make integration really do?
The Mistral AI Make integration lets a scenario call your Mistral AI account on its own: Make sends the text, Mistral AI answers, and that answer keeps travelling to the next module. You set it up once with your API key, and all four modules of the app reuse that connection, your Mistral AI account linked to Make.
Three needs come up again and again, and each one leans on a different module. Need a written answer right away? Create a Chat Completion takes your instruction plus the data already moving through the scenario and writes it for you. Need to search a pile of text by meaning instead of by exact wording? Create Embeddings turns each piece of text into a series of numbers a database can compare. And before building anything on top of a connection, List Models checks with your account which models, the versions of Mistral AI it can call, it is allowed to use.
What Make will not do with this app: Mistral AI has no trigger module. Nothing happening on the Mistral AI side can wake a scenario up. So a scenario that uses Mistral AI starts on a schedule, the clock sitting on its first module, or on the trigger of another app, and calls Mistral AI in the middle of the chain.
One more caveat, and it comes from the documentation itself: the app page published on Make's side is generated from Mistral AI's own docs and can contain mistakes. Anything that matters gets checked against Mistral AI.
The same app also exists as an n8n node. Choosing between the two tools has more to do with where you want to host and maintain your automations than with this integration: the n8n vs Make comparison goes through the criteria, and the Mistral AI n8n integration page lists what the node covers. If the scenario should be built for you rather than by you, the Make agency page explains how the team works.
How do you connect your Mistral AI account to Make?
- 01
Create your API key
In your Mistral AI workspace, open the API keys page and click Create new key. The key shows up on screen: copy it right then, that is the step everyone skips. Make will ask nothing else of your Mistral AI account.
- 02
Add a Mistral AI module
Over in Make, open a scenario, add any Mistral AI module and click Create a connection. A connection is your account of the app linked to Make once and for all, and every other Mistral AI module finds it on its own afterwards.
- 03
Paste your credentials
The Connection name field is there to label the connection when you juggle several accounts, and it stays optional. Paste the key you copied, follow what the window asks for, and the module is ready to be filled in.
Your first scenario, step by step
GoalWhen the scenario runs, Mistral AI writes the answer and Make hands it to the next module.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the + to place your first module. Nothing runs yet: the editor is a blank canvas waiting for its first brick.
- 02
Place Create a Chat Completion
Search Mistral AI by name, pick Create a Chat Completion, and link your account with Create a connection if that is not done yet. The module lands on the canvas, still empty.
- 03
Write what you expect
Fill the fields of the module with the request you would hand to a colleague. Keep the first attempt short: one clear question is enough to see the shape of what comes back.
- 04
Add the second module
Click the + on the right of the module and add Create Embeddings, then pull in the text the completion returned. That link between two modules is what makes a chain rather than two separate calls.
- 05
Test with Run once
Click Run once. The scenario runs a single time and each module shows the bundles it received, a bundle being one item passing from a module to the next. Read them before going further.
- 06
Schedule it and switch it on
Set the schedule on the first module. A new scenario is set to run every 15 minutes, so widen that interval if it fires more often than you need, then flip the scenario on.
What each Mistral AI module does
Mistral AI gives you 4 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Create a Chat Completion
ActionIn Make“Creates a chat completion.”
This is the module that makes Mistral AI write. You hand it your instruction plus the data already sitting in the scenario, and it returns the answer as text the next module can pick up.
Create Embeddings
ActionIn Make“Create embeddings for given text.”
Create Embeddings converts a piece of text into the series of numbers a search engine or a database knows how to compare. Text goes in, that representation comes out, and the rest of the scenario stores it or matches it.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
The catch-all module: it sends the request you write to the Mistral AI API, using the connection already in place. Everything the three other modules do not cover goes out through here.
List Models
SearchIn Make“Retrieves a list of available models to use.”
List Models asks your account which models are available and hands them back to the scenario. Useful as a first module when you want proof the connection answers before building anything on top of it.
Need help automating Mistral AI with Make?
A person reads every message.
Questions that come up next
01Is the Mistral AI Make integration free?
02What do you need to connect Mistral AI to Make?
03Can Mistral AI fire a scenario in real time?
04What if the module you need is missing?
05Make or n8n for Mistral AI?
Get our weekly automation tips.
No spam. Unsubscribe anytime.