Updates and Status

Current inference state and gateway changelog.

Current Status

Gonka Network: Operational
Network Models
  • MiniMax M2.7Gonka Network: Operational
  • Kimi K2.6Gonka Network: Operational
  • DeepSeek V4 FlashGonka Network: Operational

The set of active models is determined by Gonka network voting and may vary: some models may be unavailable at times and return later. The current list is above.

Detailed status and uptime →

Changelog

August 2026
Improvement
DeepSeek response limit — 32,768 tokensAug 17

The maximum length of a single response for DeepSeek V4 Flash has been increased by 4 times: from 8,192 to 32,768 tokens (max_tokens parameter). Large files and long responses from agent tools now fit into a single call. Additionally: if the response hits the limit in the middle of a tool call, the gateway returns a proper finish_reason="length" instead of a truncated call — agent clients (Cursor and others) continue working correctly instead of hanging on a parsing error.

Feature
New model: DeepSeek V4 Flash with 380K contextAug 13

A third active model has appeared in the Gonka network — DeepSeek V4 Flash 0731: 380,000 token context (the longest in the network, verified by a real 381K request), reasoning and tool calling. The identifier is deepseek-ai/DeepSeek-V4-Flash-0731, pricing is the same as other models. The model is in early testing but fully available: select it in the dashboard chat or specify it in the model field of your API request.

Improvement
Inference Pricing UpdateAug 3

From August 3, inference cost: input — 22 nGNK, output — 66 nGNK per token (double the previous 11/33). Gateway fee remains unchanged at 10%. Demo mode remains free. Current prices for all models are on the Pricing page and GET /api/pricing.

July 2026
Improvement
Fair timeouts: fast 504 instead of a 5-minute hangJul 23

If the Gonka network receives a request but fails to respond (300s timeout), the gateway now immediately returns a 504 error instead of a series of silent retries. Important note on billing: a request accepted by the network cannot be cancelled — the node processes it regardless, so in case of a timeout, the prompt processing estimate is deducted (completion is not billed). Recommendation: for long generations, use stream:true — streams are more resilient to timeouts and show progress immediately.

Feature
USDT deposit fee ladder — up to −50%Jul 9

The deposit fee via USDT now decreases as the amount increases: base 5%, from $25 — 4.5%, from $50 — 4%, from $100 — 3.5%, from $250 — 3%, from $500 — 2.75%, from $1000 — 2.5%. The deposit dialog features an interactive ladder: amount slider, GNK bonus for each step, and your savings. The discount is applied automatically upon deposit.

June 2026
Feature
Total spending limit for keyJun 28

You can set a total (cumulative) spending limit for child keys — a dedicated quota that does not reset, unlike daily or monthly limits. Once the quota is exhausted, requests using the key are rejected. The limit is set in the dashboard (with nanogonka precision) or via API using the limit_total_ngonka field in POST/PATCH /api/management/keys/{id}/children; the accumulated usage is reset using the "Reset usage" button (or POST /api/management/keys/{id}/children/{childId}/reset-usage).

Improvement
Pricing — at real network costJun 27

Inference costs are now synchronized with the actual Gonka network price per token. Prices remain among the lowest on the market — fractions of a cent per million tokens, hundreds of times cheaper than OpenAI and Anthropic for the same open-source models. Output tokens are priced higher than input tokens (×3), as is standard with most providers.

Improvement
Context up to 200,000 tokensJun 27

We have confirmed the actual context limit for active models — up to 200,000 tokens (previously, conservative estimates of 131,072 were published). You can now send longer documents and dialogue histories; current specifications for each model can be found in the "Network Status" section.

Improvement
Request pricing in USDJun 23

The cost of each request is visible in USD — in the API response (field usage.total_cost_usd) and in the "Usage" section. Easy for budget planning.

Feature
One-command setupJun 23

Set up API access in your tool automatically: run npx @joingonka/setup. Supported: Claude Code, OpenClaw, Cline, Continue, opencode, Aider, and others.

Feature
Real-time web searchJun 17

The model searches the internet during the response and adds links to sources. To enable: pass plugins: [{ "id": "web", "max_results": 5 }] in the request body — works in OpenAI- and Anthropic-compatible API.

May 2026
Improvement
Long responses up to 8192 tokensMay 25

Maximum response length is up to 8192 tokens; control it via the max_tokens parameter (default is 1024 for streaming and 1500 for non-streaming).

Feature
Chat model selectionMay 5

On the "Chat" page, select a model from the list (loaded from /v1/models) — the selection is saved and applied to new conversations.

Improvement
Response speed metricsMay 5

Need speed? Add the header x-joingonka-meta: 1 to the request — the streaming response will include ttft_ms (time to first token) and tokens_per_sec.

March 2026
Feature
Management keys for resaleMar 24

Create a management key (POST /api/management/keys) and generate child keys with custom limits (daily/monthly quotas, rate limits, expiration) via POST /api/management/keys/{id}/children.

Feature
Request processing pluginsMar 24

Enable plugins using the plugins parameter: response-healing fixes broken JSON, privacy-sanitization masks private data, file-parser extracts text from PDFs and documents.

Feature
OpenAI- and Anthropic-compatible APIMar 19

OpenAI: base_url https://gate.joingonka.ai/v1, header Authorization: Bearer your-key. Anthropic (Claude Code): base_url https://gate.joingonka.ai, header x-api-key, endpoint /v1/messages.

Feature
Deposits in GNK and USDTMar 18

GNK: get the address and memo and send tokens on-chain. USDT: specify an amount from 1 to 10,000 USD and pay via OxaPay — automatic conversion to GNK.