Run Inference on Gonka
gonka_chatRun 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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | "auto" (default) picks a live model; or a nickname — "minimax" (MiniMax-M2.7), "kimi" (Kimi-K2.6); or an exact id. A model that isn't live right now is swapped for one that is. | |
| prompt | Yes | The user message to send to the model (required). | |
| system | No | Optional system instruction. | |
| max_tokens | No | Max completion tokens (capped). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||