The Gonka API, the easy way
Gonka Broker is an OpenAI-compatible gateway to the Gonka decentralized GPU network. Get an API key, pay in USD, and call open-source models — no wallet or tokens to manage.
What is the Gonka API?
Gonka is a decentralized network of GPU providers that serves open-source LLMs. The Gonka API exposes those models through a standard, REST-based, OpenAI-compatible interface — so you can run open-source models through a simple API, without operating any infrastructure yourself.
Normally, using a decentralized network means holding tokens and signing on-chain transactions. Gonka Broker removes that step: we handle the on-chain work, so you interact with a plain HTTPS endpoint and a bearer key, billed in USD.
Endpoint & authentication
- Base URL
https://proxy.gonkabroker.com/v1- Auth
Authorization: Bearer gk-prx-…- Format
- OpenAI Chat Completions — drop-in compatible.
curl https://proxy.gonkabroker.com/v1/chat/completions \
-H "Authorization: Bearer gk-prx-YOUR_KEY_HERE" \
-H "Content-Type: application/json" \
-d '{
"model": "Qwen/Qwen3-235B-A22B-Instruct-2507-FP8",
"messages": [{"role": "user", "content": "Hello!"}]
}' Get access in three steps
Create an account
Sign up with email or Google — no wallet, seed phrase, or crypto.
Generate an API key
Create a gk-prx- key for your app in the dashboard.
Call the endpoint
Point any OpenAI client at the proxy and start inferring.
Get your Gonka API key
Sign up, add a card, and start calling open-source models in minutes.
Sign up and startAlready have an account? Sign in