Resources · Make integration

Together AI Make integrationAutomate Together AI with Make.

Want AI text and images to appear inside your workflows without copy and paste? The Together AI Make integration gives you 3 action modules. This guide is for teams who already use Together AI: connect your key, then build a first scenario step by step.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the Together AI Make integration do for you?

It lets a Make scenario, the automation you build in Make as a chain of modules, send a request to Together AI and pass the answer on. A module is one brick of that chain. Here all three are actions: you ask for text, an image, or any other call of the Together AI API.

Product copy drafted from a table. A new row lands in a base such as the one described on our Airtable Make integration page, Create a Completion writes the text from that row, and the next module stores it. Each item that flows between modules is called a bundle.

A visual for every new post. Your editorial tool hands a title to Create an Image, which returns an image the following module can file or publish.

Anything the two ready-made modules skip. Make an API Call reaches any endpoint of the Together AI API with the same connection, so you are not stuck when a need goes beyond text and images.

One limit to keep in mind: Together AI has no trigger in Make. It never starts a scenario on its own, so the first module comes from another app or from the schedule. The Make documentation for this app also warns that it was generated by AI and may contain mistakes, so check important details against Together AI's own docs.

If you also work with n8n, our n8n vs Make comparison helps you decide where this flow should live, and the Make training covers the editor from scratch.

Connect

How do you connect Together AI to Make?

  1. 01

    Copy your API key from Together AI

    You need an active Together AI account. On the Together.ai dashboard, open your account settings, go to the API keys section and copy the key shown on screen. Keep that tab open for the next step.

  2. 02

    Add a Together AI module and create the connection

    In your Make scenario, add any Together AI module and click Create a connection. A connection is your Together AI account linked to Make once, then reused by every module of the app.

  3. 03

    Name it and paste the key

    The Connection name field is optional, but a clear name helps when several people share the workspace. Paste the API key you copied, or follow the instructions Make shows on screen, then save.

First scenario

Your first scenario with Together AI

GoalWhen a new row appears in the app that holds your data, Make asks Together AI to write the matching text.

  1. 01

    Create the scenario

    On the Scenarios page, create a new scenario and click the + to add the first module. It belongs to the app where your data lives, since Together AI has no trigger.

  2. 02

    Pick the starting module

    Search your data app by name, choose the module that picks up new items and create its connection. Fill its fields: Make lists the sheets or objects it can read once connected.

  3. 03

    Add Create a Completion

    Click the + on the right of the first module, search for Together AI and pick Create a Completion. Create the connection with your API key, then map the text of the row into its fields.

  4. 04

    Test with Run once

    Click Run once. Make executes the scenario a single time, and you can open each module to read the bundles it received and the text Together AI sent back.

  5. 05

    Schedule it and switch it on

    Open the clock on the first module to set the schedule, every 15 minutes by default, then switch the scenario on. Each module run on one bundle counts as one operation on your plan.

Modules

What each Together AI module does

Together AI gives you 3 modules. For each one: what it does for you, when to reach for it, and what to watch out for.

Together AI1

Create a Completion

Action

In MakeCreates a completion.

This one hands a request to a Together AI model and returns the generated text as a bundle, ready for the next module to store or send.

When to use it
a form reply, a support ticket or a table row needs a written answer, summary or rewrite without anyone typing it.
Watch out
the answer is only as clear as the data you map in, so test with Run once on a real item first.
Together AI2

Create an Image

Action

In MakeCreates an image.

Gives your scenario a picture: the module sends a description to Together AI and brings back the image it created, which later modules can upload, attach or publish.

When to use it
every new article, product or campaign should get a visual as soon as its title exists.
Watch out
on the Free plan, files moving through Make are capped at 5 MB, so check what the next module receives.
Together AI3

Make an API Call

Action

In MakePerforms an arbitrary authorized API call.

Opens the whole Together AI API to your scenario, reusing the connection you already created, for any request the two ready-made modules do not cover.

When to use it
you need an endpoint that neither Create a Completion nor Create an Image offers.
Watch out
you write the request yourself, so keep the Together AI API documentation open and test the call with Run once before scheduling it.
Need help

Need help automating Together AI with Make?

A person reads every message.

FAQ

Common questions about Together AI and Make

01Is the Together AI Make integration free?
Yes, on the Make side. Together AI is a standard app, so it works from the Free plan onward. That plan allows 2 active scenarios, a minimum interval of 15 minutes between scheduled runs, 5 minutes of execution per run, files up to 5 MB and 512 MB of data transfer. Paid plans lower the interval to 1 minute and remove the cap on active scenarios. Together AI itself is billed separately: you need an active account there, and its own pricing page gives the subscription details.
02What does it take to connect Together AI to Make?
An active Together AI account and its API key. Get the key from your account settings on the Together.ai dashboard, in the API keys section. Then add any Together AI module to a scenario, click Create a connection, give it a name if you like and paste the key. That single connection serves all three modules, including Make an API Call, so you never enter the key twice in the same scenario. If the key changes on the Together AI side, update the connection once and every module follows.
03Can Together AI start a Make scenario in real time?
No. Together AI has no trigger module in Make, so it cannot start a scenario by itself. You have two ways to begin. Put a trigger from another app first: an instant trigger fires as soon as that app calls Make through a webhook, while a scheduled trigger is checked on the scenario's schedule. Or run the scenario on the clock of its first module, every 15 minutes by default. Together AI then acts as a step in the middle, turning each incoming item into text or an image.
04What if a Together AI module is missing in Make?
Use Make an API Call. It reaches any endpoint of the Together AI API with the connection you already have, so a request that goes beyond text completions and image generation stays possible inside the same scenario. You write the request yourself, which means reading the Together AI API documentation first. Keep in mind that the Make documentation for this app says it was generated by AI and may contain mistakes, so check important details with Together AI directly.
05Should you use Make or n8n with Together AI?
It depends on where the rest of your automations run. Make gives you three ready modules for Together AI, a visual editor and the Run once test, which suits a team that wants to see each step. n8n often has a node for the same app, so if your other workflows already live there, keeping this one alongside them makes maintenance simpler. Compare the modules each tool offers for the exact request you have in mind, then test the flow before choosing.