▮ Cheapest LLM API for AI agents
OpenAI + Anthropic compatible access to Gonka Network. Just replace base_url — and you're good to go.
▸ 10M tokens free upon registration
from openai import OpenAI client = OpenAI( base_url="https://gate.joingonka.ai/v1", api_key="jg-your-api-key" )
Gonka models starting at $0.0024/1M tokens. OpenAI GPT-5.5 — $5.00/1M. Do the math.
Replace base_url in any SDK — Python, TypeScript, Go, cURL. Your code works without changes. Native tool calling.
Add a web plugin — and the model will respond with fresh data from the internet with source citations. In mode: "agent", the model calls search only when it's really needed. Gonka models do not have their own search — gateway searches for them.
GNK deposit — 0%. USDT deposit — 5% (conversion). API usage — 10% of network cost.
All Gonka network models via a single API — with native tool calling. New models are connected automatically via DevShards.
GNK — zero fee. USDT — 5% conversion. Coming soon — bank cards via On-Ramp.
The only gateway with referrals: 10% L1 + 3% L2 of API usage fees.
Create hierarchical API keys for SaaS. Child keys with limits and TTL — white-label infrastructure.
Extend API capabilities: web search, data masking, JSON healing, PDF parsing
Web search directly in models. plugins: [{ "id": "web" }] mixes fresh results into the query, and plugins: [{ "id": "web", "mode": "agent" }] gives the model the web_search tool to call when needed. The response includes source citations.
Automatic healing of truncated JSON/structured output from the model
Masking API keys, email, IP, JWT and other sensitive data before sending to the model
Extract text from PDF documents for model processing
All Gonka network models available via a single API
JoinGonka Gateway is compatible with any tool supporting OpenAI API