Unable to find certain credentials such as eleven labs, together.ai etc

Hi,

I am trying to add credentials for eleven labs, together.ai etc for my workflow but these things are not listed on the dropdown of credentials section.
I also tried creating a custom node but even here Generic API is not listed.
Does anyone know how I can resolve this?
Thanks for the help

3 Likes

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:
1 Like

Hi @Deaksh

Welcome to the n8n community! :tada:

Please fill the following questions asked by @n8n

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hello I am running version 1.77.3. I have the default execution process and should have the default database as well. And Im running it via web and I have macOS.

I’m having the same problem. Is there a way to fix please

3 Likes

I’m looking for a together.ai node as well. I think it is not yet supported. Perhaps we could build one?

2 Likes

same
problem

1 Like

up, together.ai api support is requested

1 Like

I got the same problem.

n8n version: Version 1.92.2
Database (default: SQLite): SQLite
n8n EXECUTIONS_PROCESS setting (default: own, main): Own
Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
Operating system: Windows 11 Home Single Language

You can use the generic API and select Header Auth

Name put

xi-api-key

Value put the API KEY

It will work like this

For together.ai

You can use Generic → Bearer Auth

Please how do you send the JSON body, each time I try I get this error from n8n “JSON parameter needs to be valid JSON”. This is what my flow looks like :