Gonka Broker gives you an OpenAI‑compatible API to the world's largest decentralized GPU network. Accounts, API keys, card payments — no wallets or tokens.
We remove crypto infrastructure barriers. Leave only API and cheap inference.
Just change the base_url in any OpenAI SDK. Supports Python, JS, and other clients.
Top up with familiar payment methods, receive simple invoices. No tokens, wallets, or on‑chain steps.
Create separate keys for different apps and environments. Full access control.
Access the power of Gonka's global GPU infrastructure.
Instant access without diving into the decentralized network.
Sign up with email or Google. No wallets, seed phrases, or crypto.
In the dashboard, create a key for your application or environment.
Point any OpenAI‑compatible client to our proxy and start inferring.
Just change two lines — the base URL and API key. Your existing code, tools, and frameworks work instantly.
Use the official openai package.
Works with LangChain, LlamaIndex, and any OpenAI‑compatible framework.
from openai import OpenAI client = OpenAI( base_url="https://proxy.gonkabroker.com/v1", api_key="gk-prx-YOUR_KEY_HERE" ) response = client.chat.completions.create( model="Qwen/Qwen3-235B-A22B-Instruct-2507-FP8", messages=[{"role": "user", "content": "Hello!"}] )
Use the official openai npm package.
Works with Node.js, Deno, Bun, and browser environments.
import OpenAI from "openai"; const client = new OpenAI({ baseURL: "https://proxy.gonkabroker.com/v1", apiKey: "gk-prx-YOUR_KEY_HERE", }); const response = await client.chat.completions.create({ model: "Qwen/Qwen3-235B-A22B-Instruct-2507-FP8", messages: [{ role: "user", content: "Hello!" }], });
Also works with Cursor, Continue, LibreChat, and any tool that supports a custom OpenAI endpoint.
Get your API keyMarket-based pricing in a decentralized network is often lower than centralized platforms.
| Model / Provider | Input (per 1M tokens) | Output (per 1M tokens) |
|---|---|---|
| OpenAI GPT-5 | $1.25 | $10.00 |
| Claude 4.5 Sonnet | $3.00 | $15.00 |
| Gonka (Qwen/Qwen3-235B) | $0.35 | $0.35 |
| Gonka (Kimi-K2.6) | $0.35 | $0.35 |
*Prices on the Gonka network may fluctuate based on GPU supply and demand. Shown for illustrative purposes.
Accepted payment methods
and others
Point any OpenAI‑compatible client to Gonka Broker and get instant access to open‑source models at low cost. No custom SDKs, no code rewrites.
Python, JavaScript, Go — just change base_url and api_key.
Cursor, Continue, LibreChat, and any app with a custom OpenAI endpoint setting.
LangChain, LlamaIndex, and other libraries that use the OpenAI API format.
Gonka Broker only forwards requests to the decentralized network. Prompts and completions are not logged or stored. Your code and data remain yours.
No crypto wallets, no complexity. Just API and cheap LLMs.
Sign up and startAlready have an account? Sign in