- Home
- Resources
- Integrations
- Cerebras AI
Cerebras AI Make integrationAutomate Cerebras AI with Make.
What if every new form answer or support message got a written reply before anyone opened it? The Cerebras AI Make integration gives you 3 modules to send text to a Cerebras model from a scenario. This page connects your account and walks you through a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Cerebras AI Make integration do for you?
The Cerebras AI Make integration links your Cerebras AI account to Make, so a scenario (the automation you build in Make, a chain of bricks called modules) can hand text to a Cerebras model and pass the answer on to your other apps. There is no trigger in this app: something else starts the scenario, and Cerebras AI does the writing in the middle.
Replies drafted as requests come in. A form tool starts the scenario, Create a Chat Completion turns the request into a draft answer, and the next module stores it where your team reviews it. The 123FormBuilder Make integration is one way to feed that first step.
A picture of what your account offers. List Models returns the models your key can use, one bundle (one item passed to the next module) per model, so you can check what is available before you build anything bigger.
Anything the menu leaves out. Make an API Call reaches any endpoint of the Cerebras AI API with the same connection, for the cases the two other modules do not cover.
Keep in mind that Make lists no trigger for Cerebras AI, and the official Make page for this app warns that it was written with AI help and may contain mistakes, so check important details with Cerebras AI. The same app often exists as an n8n node too; n8n vs Make lays out how the two tools differ. For a guided start, see our Make training.
How do you connect Cerebras AI to Make?
- 01
Generate an API key in Cerebras AI
Log in to Cerebras AI and open the Inference Cloud Console. Go to the section for API keys or credentials, click the button that generates a new key, then copy the key shown on screen. You need an active Cerebras AI account for this.
- 02
Add a Cerebras AI module in Make
In your Make account, add any Cerebras AI module to a scenario and click Create a connection. The Connection name field is optional; a clear name helps when you later run several accounts side by side.
- 03
Paste the key and save
Paste the API key you copied, or follow the instructions Make shows on screen, and save. From then on, every Cerebras AI module in your scenarios reuses this connection (your account linked to Make once).
Your first scenario with Cerebras AI
GoalWhen a new request lands in another app, Make sends its text to Cerebras AI and gets a drafted reply back.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the + to add the first module. Since Cerebras AI has no trigger, pick the app where your requests arrive, such as a form tool.
- 02
Set up the first module
Connect that app and fill its fields. Make lists what it can read once the connection exists, so there is no need to know the exact names by heart.
- 03
Add Create a Chat Completion
Click the + on the right of the first module, search for Cerebras AI and choose Create a Chat Completion. Pick your connection, then map the request text coming from the previous module.
- 04
Test with Run once
Click Run once. Make runs the scenario a single time and shows the bundles each module received, so you can read the reply Cerebras AI wrote before anything goes live.
- 05
Schedule and switch it on
If your first module is a scheduled trigger, set its schedule (every 15 minutes by default); then switch the scenario on. Each module run on one bundle counts as one operation, the unit Make tracks on your plan.
What the Cerebras AI modules do
Cerebras AI gives you 3 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 new chat completion.”
This is the module that makes Cerebras AI write: you send it text from earlier in the scenario and it returns a generated answer that the next module can store or send.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Your way into the parts of Cerebras AI that the two other modules do not reach: it calls any endpoint of the Cerebras AI API while reusing the connection you already created, so no second key to manage.
List Models
SearchIn Make“Returns a list of models.”
Handy for knowing what your key gives access to, List Models returns the models available on your Cerebras AI account, each one as a separate bundle.
Need help automating Cerebras AI with Make?
A person reads every message.