You're viewing a demo portfolio

Join the waitlist
PRSM

gonka_chat

Active

Tool of Gonka Network Pricing

declared in 3.4.2

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
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Gonka Network Pricing

https://github.com/bystray/gonka-mcp-server

2/7 registries
View full server →
gonka_chat — Gonka Network Pricing — PRSM MCP