Gonka Broker
The easiest way to use open‑source LLMs

Inference of open‑source LLMs
at the lowest possible cost

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.

Developers choose Gonka Broker

We remove crypto infrastructure barriers. Leave only API and cheap inference.

OpenAI‑compatible API

Just change the base_url in any OpenAI SDK. Supports Python, JS, and other clients.

💳

Billing in USD

Top up with familiar payment methods, receive simple invoices. No tokens, wallets, or on‑chain steps.

🔑

API keys & accounts

Create separate keys for different apps and environments. Full access control.

🌐

Largest decentralized GPU network

Access the power of Gonka's global GPU infrastructure.

Start in 3 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

In the dashboard, create a key for your application or environment.

3

Send requests

Point any OpenAI‑compatible client to our proxy and start inferring.

Works with any OpenAI client

Just change two lines — the base URL and API key. Your existing code, tools, and frameworks work instantly.

Python

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!"}]
)

JavaScript / TypeScript

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 key

Inference pricing

Market-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

Visa Mastercard Union Pay Apple Pay Google Pay Link

and others

For developers

Works with your favorite tools

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.

  • Any OpenAI SDK

    Python, JavaScript, Go — just change base_url and api_key.

  • AI‑powered tools

    Cursor, Continue, LibreChat, and any app with a custom OpenAI endpoint setting.

  • Frameworks

    LangChain, LlamaIndex, and other libraries that use the OpenAI API format.

Quick start

  • 1. Sign up – account in 30 seconds
  • 2. Create a key in the dashboard
  • 3. Change base_url to `https://proxy.gonkabroker.com/v1` and start
🔒

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 remain yours.

Start using cheap inference now

No crypto wallets, no complexity. Just API and cheap LLMs.

Sign up and start

Already have an account? Sign in