Knowledge Base Sections ▾
For Beginners
For Investors
- Where does GNK token value come from
- Gonka vs Competitors: Render, Akash, io.net
- The Libermans: from biophysics to decentralized AI
- GNK Tokenomics
- Risks and Prospects of Gonka: Objective Analysis
- Gonka vs Render Network: Detailed Comparison
- Gonka vs Akash: AI Inference vs Containers
- Gonka vs io.net: Inference vs GPU Marketplace
- Gonka vs Bittensor: A Detailed Comparison of Two Approaches to AI
- Gonka vs Flux: Two Approaches to Useful Mining
- Governance in Gonka: How a Decentralized Network is Managed
Technical
Analytics
Tools
- Cursor + Gonka AI - cheap LLM for coding
- Claude Code + Gonka AI - LLM for the terminal
- OpenClaw + Gonka AI - affordable AI agents
- OpenCode + Gonka AI - free AI for code
- Continue.dev + Gonka AI - AI for VS Code/JetBrains
- Cline + Gonka AI - AI agent in VS Code
- Aider + Gonka AI - pair programming with AI
- LangChain + Gonka AI - AI applications for pennies
- n8n + Gonka AI - automation with cheap AI
- Open WebUI + Gonka AI - your own ChatGPT
- LibreChat + Gonka AI — open-source ChatGPT
- API quick start — curl, Python, TypeScript
- JoinGonka Gateway — a full overview
- Management Keys — SaaS on Gonka
Tools
n8n + Gonka AI - automation with cheap AI
n8n - a powerful open-source platform for workflow automation. Visual designer, 400+ integrations, self-hosted - full control over data. Since 2024, n8n has been actively developing AI features: AI Agent node, chatbots, document processing with LLM.
n8n AI nodes support OpenAI-compatible APIs. This means that JoinGonka Gateway connects through a standard interface - without custom nodes and plugins.
Result: AI automation (email classification, response generation, data analysis) for $0.001/1M tokens instead of $2.50-15 with OpenAI.
Step 1: Get API Key
Standard procedure:
- Register at gate.joingonka.ai/register.
- Bonus of 10M free tokens.
- Create
jg-xxxkey in Dashboard → API Keys.
Step 2: Configure n8n
In n8n, create a new Credential for OpenAI:
- Go to Settings → Credentials → Add Credential.
- Select type: OpenAI API.
- Fill in:
- API Key:
jg-your-key - Base URL (Custom):
https://gate.joingonka.ai/v1
- API Key:
- Save.
Now when creating AI nodes (AI Agent, OpenAI Chat Model, etc.), select this Credential.
Model selection: in the Model field, enter Qwen/Qwen3-235B-A22B-Instruct-2507-FP8.
Example: AI email classifier
Typical workflow: automatic classification of incoming emails and generation of responses.
- Email Trigger: receive new email (Gmail, IMAP, etc.)
- OpenAI Chat Model (with Gonka): classify email → category (support, sales, spam, other)
- Switch: branching by category
- OpenAI Chat Model (with Gonka): generate response based on template
- Email Send: send response
Cost: classification + response generation — ~3-5K tokens per email. Through Gonka: $0.000003-0.000005 per email. Through OpenAI: $0.0075-0.05.
| Volume | OpenAI GPT-4o | JoinGonka Gonka | Savings |
|---|---|---|---|
| 100 emails/day | $0.75 — $5.00/day | $0.0003/day | ~10,000x |
| 1000 emails/day | $7.50 — $50/day | $0.003/day | ~10,000x |
| 10,000 emails/day | $75 — $500/day | $0.03/day | ~10,000x |
For companies processing thousands of emails, switching to Gonka saves $2,000-15,000 per month — on just one workflow.
Other AI scenarios in n8n: chatbot for customer support (Telegram/Slack), automatic document summarization, content generation, review analysis, CRM population.
Model parameters: maximum response length — 2048 tokens. For classification tasks and generating short responses (email, chatbots), this is more than sufficient.