@joingonka/n8n-nodes-joingonka
v0.1.0
Published
n8n community node for JoinGonka OpenAI-compatible API gateway
Downloads
134
Maintainers
Readme
@joingonka/n8n-nodes-joingonka
n8n community node for JoinGonka, an OpenAI-compatible API gateway to the Gonka Network decentralized AI inference protocol.
Use decentralized AI models inside your n8n workflows with a familiar OpenAI-style API. Pay in USD/USDT through the gateway, no GNK tokens or crypto wallet required.
Install
Inside your self-hosted n8n instance:
- Open Settings → Community Nodes.
- Click Install a community node.
- Enter
@joingonka/n8n-nodes-joingonkaand confirm. - Restart n8n if prompted.
First check: List Models
- Add a JoinGonka node to a new workflow.
- Click Create new credential, paste your API key (format
jg-...). Get one at gate.joingonka.ai. - Set Operation to
List Modelsand execute the node. - You should see a list of available models from Gonka Network.
Chat Completion example
- Add a JoinGonka node.
- Set Operation to
Chat Completion. - Set Model to
Qwen/Qwen3-235B-A22B-Instruct-2507-FP8(default). - In Messages, enter:
[{"role":"user","content":"Say hello"}] - Optionally adjust Temperature (default 0.7) and Max Tokens (default 1024).
- Execute. You should get back an OpenAI-format chat completion payload.
Credentials
Just one field: API Key. The node sends it as Authorization: Bearer <key> to https://gate.joingonka.ai/v1 (hardcoded base URL).
License
Apache-2.0
Link: https://gate.joingonka.ai
