gonka_chat
ActiveTool of Gonka Network Pricing
Run an LLM completion on Gonka THROUGH this server. Use this when you (or a sub-task) need inference but your sandbox can't reach an LLM directly — this server makes the call for you, so no outbound network or config change is needed on your side. Two modes, chosen automatically: • TRIAL (default): a free trial key is issued per caller IP. Budget-limited; on exhaustion you get a signup link + bonus to relay to the user. • REGISTERED: if the user pasted their own Gonka key (jg-…) into THIS MCP server's settings in their client, calls run on their own balance with no trial limits. Nothing to do here — it's detected from the request.
Parameters schema
{
"type": "object",
"required": [
"prompt"
],
"properties": {
"model": {
"type": "string",
"default": "",
"description": "\"auto\" (default) picks a live model; or a nickname —\n \"minimax\" (MiniMax-M2.7), \"kimi\" (Kimi-K2.6); or an exact id.\n A model that isn't live right now is swapped for one that is."
},
"prompt": {
"type": "string",
"description": "The user message to send to the model (required)."
},
"system": {
"type": "string",
"default": "",
"description": "Optional system instruction."
},
"max_tokens": {
"type": "integer",
"default": 1024,
"description": "Max completion tokens (capped)."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Gonka Network Pricing
https://github.com/bystray/gonka-mcp-server
2/7 registries