Gonka AI x n8n #1027
Dankosik
started this conversation in
Show and Tell
Gonka AI x n8n
#1027
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
GonkaGate x n8n
Hi everyone,
We've been working on an
n8npackage for GonkaGate, and it's finally public.@gonkagate/n8n-nodes-gonkagateis an open sourcen8ncommunity node packagefor people who want to use GonkaGate in self-hosted
n8nwithout piecingtogether generic OpenAI-compatible nodes by hand.
At a glance
@gonkagate/n8n-nodes-gonkagateGonkaGateGonkaGate Chat ModelGonkaGate APIn8nWhy this exists
The fallback OpenAI-compatible route works. We've used it too. It just makes
people do more translation work than they should before the first request.
If you want to use GonkaGate in
n8n, you probably should not have to startwith base URLs, custom credential wiring, and a guess about which stock node is
the least painful in your current
n8nversion. We wanted a GonkaGate-firstpath that feels shorter and clearer.
We also did not want to pretend the package does more than it does. It should
be clear about what GonkaGate supports today, while still leaving room to grow
later without renaming everything around one endpoint.
What you get
GonkaGateGonkaGate Chat ModelGonkaGate APICurrent API scope
Note
The package currently targets the public GonkaGate base URL
https://api.gonkagate.com/v1.Right now that means these endpoints:
GET /v1/modelsPOST /v1/chat/completionsIn practice, the package can do the following today:
GonkaGateandGonkaGate Chat Modelfrom one packageGonkaGate APIcredential across bothList ModelsChat CompletionGonkaGate Chat Modelinn8nAI workflowsGET /v1/modelsModel IDentry if the live list is empty or unavailableThat last part was a deliberate choice. Live model discovery is nice when it
works, but manual
Model IDstill matters.Quick start
If you already run self-hosted
n8n, the shortest install path is still theCommunity Nodes UI:
Then:
GonkaGate API.GonkaGatenode.List Models.Chat Completionfor the first real request.What we're not claiming
Important
A few things we are deliberately not claiming yet:
n8nversionsn8nCloud availability/v1/responsessupportFor the exact support posture, see the compatibility matrix and known
limitations.
Demo
Useful links
Beta Was this translation helpful? Give feedback.
All reactions