- Home
- Resources
- Integrations
- SambaNova AI
SambaNova AI Make integrationAutomate SambaNova AI with Make.
Can a SambaNova model answer inside your automations? The SambaNova AI Make integration gives you 3 modules: 2 actions and 1 search. This guide is for teams that want AI text without code, and it walks you from the API key to a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What does the SambaNova AI Make integration do?
It lets a Make scenario, the automation you build as a chain of bricks called modules, send text to a SambaNova language model and receive the answer. You pick where the text comes from, SambaNova writes the reply, and Make passes it to the next app, all without writing a single line of code.
Replies drafted for you. A support request lands in another app, Create a Chat Completion turns it into a first answer, and the next module files it where your agents already work. The model writes, a person decides.
Summaries of long text. A sales team can pass meeting notes or a long email thread to the same module and get back a short recap ready to paste into a record.
A clear view of the catalog. List Cloud Models returns the models SambaNova Cloud offers, with the context length and the token price of each, so an ops lead can compare before choosing.
What the app does not do: it has no trigger, so SambaNova never starts a scenario by itself. Another app or the Make clock starts the flow. For endpoints the listed modules skip, Make an API Call reaches the rest of the API. The same app often exists as an n8n node too; the n8n vs Make comparison lays out the differences, and the Make review or the Make training help you get started.
How do you connect SambaNova AI to Make?
- 01
Copy your API key
You need an active SambaNova AI account. Open the APIs section from the main menu of that account and copy the API key shown on the page. Keep it handy, Make will ask for it in a moment.
- 02
Add a SambaNova AI module
In your Make scenario, add any SambaNova AI module and click Create a connection. A connection is your SambaNova account linked to Make once, then reused by every SambaNova module.
- 03
Paste the key and save
Give the connection a name in Connection name if you like, it is optional. Paste the API key you copied, or follow the instructions on screen, then save. The module can now talk to SambaNova.
Your first scenario with SambaNova AI
GoalWhen new text arrives in another app, Make asks SambaNova AI for a reply and hands it to the next step.
- 01
Create the scenario
Open the Scenarios page, create a new scenario and click the + to add the first module. Since SambaNova has no trigger, this first module comes from the app where your text lives.
- 02
Pick the starting app
Search that app by name, choose the module that brings in the text, such as new form answers or new emails, and link its account. Each item it returns is a bundle, one piece of data passed along.
- 03
Add Create a Chat Completion
Click the + on the right of the first module, search SambaNova AI and pick Create a Chat Completion. Connect your key, then map the text from the first module into the message.
- 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 SambaNova wrote before anything goes live.
- 05
Schedule and switch on
Set the clock on the first module, every 15 minutes by default, then switch the scenario on. From there Make checks the source app on that schedule and sends each new text to SambaNova.
What SambaNova AI modules can you use in Make?
SambaNova 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 chat completion for input messages using one of SambaNova's blazing-fast LLMs”
You send one or more messages and get back an answer written by one of the fast language models SambaNova hosts. It is the module that turns raw text into a draft, a summary or a classification.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
This module opens the rest of the SambaNova API to your scenario, using the same connection as the other modules. You get access to endpoints that Make has not turned into a ready module.
List Cloud Models
SearchIn Make“Lists models available on SambaNova Cloud along with the each model's supported context length and input/output token price.”
Ask SambaNova Cloud which models it offers and you get one bundle per model, with its supported context length and its input and output token price. Handy to decide which model fits a job.
Need help automating SambaNova AI with Make?
A person reads every message.