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.
Choose your integration mode below and start inferring.
Both give you native USD billing, low prices, open models, and the power of the world's largest decentralized GPU network. Choose the one that fits your workflow.
Maximum privacy & control. Your software talks directly to the Gonka network — we never see your prompts or completions.
import OpenAI from "openai"; import { resolveAndSelectEndpoint, gonkaFetch } from "gonka-openai"; const { selected } = await resolveAndSelectEndpoint({ sourceUrl: "https://node3.gonka.ai", }); const fetch = gonkaFetch({ gonkaPrivateKey: process.env.YOUR_PRIVATE_API_KEY, selectedEndpoint: selected, }); const client = new OpenAI({ apiKey: "any-string", baseURL: selected.url, fetch, }); const response = await client.chat.completions.create({ model: "Qwen/Qwen3-32B-FP8", messages: [{ role: "user", content: "Hello!" }], });
Instant compatibility. Plug any OpenAI‑compatible tool into Gonka — just replace the base_url and API key.
from openai import OpenAI client = OpenAI( base_url="https://proxy.gonkabroker.com/v1", api_key="your_broker_key" ) response = client.chat.completions.create( model="Qwen/Qwen3-32B-FP8", messages=[{"role": "user", "content": "Hello!"}] )
Both modes give you access to the same low prices, open models, and the Gonka network. The difference is where the request is routed.
Market-based pricing in a decentralized network is often lower than centralized platforms. *Sample prices per 1M tokens.
| 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 |
*Prices on the Gonka network may fluctuate based on GPU supply and demand. Shown for illustrative purposes.
Accepted payment methods
and others
Whether you choose Direct Mode for maximum privacy or Proxy Mode for instant compatibility, you get a seamless developer experience.
use our gonka-openai
library to connect directly to network nodes. Your data stays between you and the GPU
providers.
just point your existing OpenAI client to https://proxy.gonkabroker.com/v1 and
start using Gonka models.
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