Gonka Broker GonkaBroker
OpenAI-compatible · no crypto, no wallets

Open-source LLM inference at the lowest cost

Gonka Broker is an OpenAI-compatible API to the world's largest decentralized GPU network. Sign up, add a card, get an API key — no wallets or tokens.

Developers choose Gonka Broker

We remove the crypto-infrastructure barriers. What's left is a plain API and cheap inference.

OpenAI-compatible API

Change the base_url in any OpenAI SDK. Works with Python, JavaScript, and any compatible client.

Billing in USD

Top up by card, get simple invoices. No tokens, wallets, or on-chain steps to manage.

API keys & accounts

Create separate keys per app and environment, with full access control from the dashboard.

Decentralized GPU network

Tap the power of Gonka's global GPU infrastructure for open-source model inference.

Start in three steps

Instant access without diving into the decentralized network.

1

Create an account

Sign up with email or Google. No wallets, seed phrases, or crypto.

2

Generate an API key

Create a key for your application or environment in the dashboard.

3

Send requests

Point any OpenAI-compatible client at our proxy and start inferring.

Works with any OpenAI client

Change two lines — the base URL and your API key. Your existing code, tools, and frameworks keep working.

Python
from openai import OpenAI

client = OpenAI(
    base_url="https://proxy.gonkabroker.com/v1",
    api_key="gk-prx-YOUR_KEY_HERE",
)

resp = client.chat.completions.create(
    model="Qwen/Qwen3-235B-A22B-Instruct-2507-FP8",
    messages=[{"role": "user", "content": "Hello!"}],
)
print(resp.choices[0].message.content)
JavaScript / TypeScript
import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://proxy.gonkabroker.com/v1",
  apiKey: "gk-prx-YOUR_KEY_HERE",
});

const resp = await client.chat.completions.create({
  model: "Qwen/Qwen3-235B-A22B-Instruct-2507-FP8",
  messages: [{ role: "user", content: "Hello!" }],
});

Also works with Cursor, Continue, LibreChat, LangChain, LlamaIndex, and any tool with a custom OpenAI endpoint.

Inference pricing

Market-based pricing on a decentralized network is often far below centralized platforms.

Model / Provider Input / 1M Output / 1M
OpenAI GPT-5 $1.25 $10.00
Claude 4.5 Sonnet $3.00 $15.00
Gonka · Qwen3-235B $0.35 $0.35
Gonka · Kimi-K2 $0.35 $0.35

Illustrative comparison. Gonka prices are market-based and may move with GPU supply and demand — see live pricing in your dashboard.

Accepted payment methods

VisaMastercardUnion PayApple PayGoogle PayLink

and others

For developers

Works with your favourite tools

Point any OpenAI-compatible client at Gonka Broker and get instant access to open-source models at low cost. No custom SDKs, no rewrites.

  • Any OpenAI SDK — Python, JavaScript, Go: change base_url and api_key.
  • AI-powered tools — Cursor, Continue, LibreChat, and anything with a custom OpenAI endpoint.
  • Frameworks — LangChain, LlamaIndex, and other libraries using the OpenAI format.

Quick start

  1. 1. Sign up — an account in 30 seconds.
  2. 2. Create a key in the dashboard.
  3. 3. Set base_url to proxy.gonkabroker.com/v1 and ship.
Get a free API key

Frequently asked questions

Do I need crypto or a wallet to use Gonka?

No. Gonka Broker handles all on-chain work for you. You sign up with email, pay by card in USD, and get a standard API key.

Is the API really OpenAI-compatible?

Yes. Point any OpenAI SDK or tool at https://proxy.gonkabroker.com/v1 with your Gonka Broker key — no code rewrites.

How is pricing calculated?

You pay per token in USD. Prices are market-based on the decentralized network and are often well below centralized providers. Live pricing is shown in your dashboard.

Which models are available?

Open-source models served on the Gonka network, including Qwen3-235B and Kimi-K2. The catalog grows over time — check GET /v1/models.

Do you store my prompts?

No. Gonka Broker only forwards requests to the network; prompts and completions are not logged or stored.

We don't store your data

Gonka Broker only forwards requests to the decentralized network. Prompts and completions are not logged or stored. Your code and data stay yours.

Start using cheap inference now

No crypto wallets, no complexity. Just an API and cheap open-source LLMs.

Sign up and start

Already have an account? Sign in