Lower-cost inference
Usage-based pricing is designed to make capable AI inference affordable for agents, automations, and applications.
Gonka Broker gives developers and AI agents low-cost access to decentralized AI infrastructure through an OpenAI-compatible API.
Low-cost inference · OpenAI-compatible · 10 nGONKA per token · No monthly subscription
curl https://api.gonka.broker/v1/chat/completions \
-H "Authorization: Bearer $GONKA_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gonka-auto",
"messages": [{
"role": "user",
"content": "Summarize this report"
}]
}'Access decentralized model infrastructure without operating a node, managing network settlement, or building a custom inference gateway.
Usage-based pricing is designed to make capable AI inference affordable for agents, automations, and applications.
Keep familiar SDKs and request formats. Change the base URL, model alias, and API key.
Use compute supplied by a decentralized AI network through a straightforward developer API.
Usage caps, bounded retries, request tracing, and service monitoring are built into the gateway.
Low-cost decentralized inference for AI agents, applications and automation, with simple usage-based pricing.
Use Gonka Broker anywhere an OpenAI-compatible chat-completions API fits your stack.
Give autonomous and assistant workflows a metered inference endpoint with controlled spending.
Connect web services, internal tools, and prototypes with familiar Python or JavaScript SDKs.
Use HTTP requests or OpenAI-compatible credentials in n8n, Hermes, OpenClaw, and LangChain.
Direct answers for developers, teams, search engines, and AI agents evaluating Gonka Broker.
Gonka Broker is an OpenAI-compatible API service that connects developers and AI agents to decentralized AI infrastructure.
Pricing is usage-based and designed to keep AI inference inexpensive. You pay for model usage without a monthly subscription.
Yes. Change the base URL to https://api.gonka.broker/v1, use the gonka-auto model alias, and provide your gonka.broker API key.
Input and output tokens use the same published rate. Only successful requests are charged against the prepaid balance.
Create your account to manage API access, balance, limits, and account status from the customer dashboard.