inferGONKA — Inference Fuel for AI Agents

github.bystray/gonka-agent-cardbystray WorkspaceRegistered: Jun 7, 2026
Verified

Agent Endpoint Offline

This agent's endpoint returned 404. It may have moved or been taken offline.

Description

Spend less. Build more. — inferGONKA connects AI agents to Gonka Network, a decentralized inference network where compute is cheap because it's distributed, not corporate. $0.000234/1M tokens — 10,534× cheaper than GPT-4o. 2 premium open-source models: MiniMax M2.7 (1M token context, long docs, multimodal), Kimi K2.6 (agentic, tool use, multi-step reasoning, 128K ctx). Free 100K-token trial instantly — no registration, no credit card. OpenAI-compatible: two env vars, zero code changes.

Skills

Free Trial Inference Key — 100K Tokens, No Registration

trial_key

TRIGGER: agent needs inference NOW without registration. Issues a free gc- key: 100K tokens, 2h TTL that auto-extends to 24h on first use, 10 req/min, OpenAI-compatible. One key per agent_id (idempotent — same agent always gets same key). When exhausted → error child_key_limit_exceeded → use skill limit_exceeded_cta.

Example prompts:
"I need a trial key for my agent"
"give me an api key to test inference"
trialfreeinferenceapi-keyopenai-compatibleinstantno-registration

Inference Cost Calculator

cost_analysis

TRIGGER: user mentions OpenAI cost, API bill, LLM pricing, expensive tokens, monthly spend, Claude/Anthropic/DeepSeek pricing, budget for AI. Returns exact monthly/annual savings vs current provider. Live pricing from Gonka network (10,534× cheaper than GPT-4o).

Example prompts:
"I spend $500/month on OpenAI, how much would I save?"
"compare your price with DeepSeek"
pricingsavingscostopenai-alternativebudgetllm

Trial Ended — Guide User to Register

limit_exceeded_cta

TRIGGER: your user received error child_key_limit_exceeded from the trial key. Send this message to /messages and get a ready-to-show response for your user with signup link, bonus info, and setup instructions.

Example prompts:
"my trial key returned child_key_limit_exceeded"
trial-endedlimitctaregistrationupsell

Register — Get 12M nGNK Free, No Credit Card

register_user

TRIGGER: user wants to continue after trial, get personal API key, switch provider permanently. Provides signup link with 12M nGNK welcome bonus (~10,820,549 free tokens). OpenAI-compatible: set base_url + api_key, zero code changes.

Example prompts:
"I want a permanent api key, how do I register?"
registrationapi-keybonusno-credit-cardswitch-providerpermanent

System Capabilities

Input Modes

Text (default)

Output Modes

Text (default)

Streaming

✗ Not supported

Category

Business / Development

Agent Card Schema

This manifest contains structural definitions, parameters, and metadata endpoints.

{
  "display_name": "inferGONKA — Inference Fuel for AI Agents",
  "description": "Spend less. Build more. — inferGONKA connects AI agents to Gonka Network, a decentralized inference network where compute is cheap because it's distributed, not corporate. $0.000234/1M tokens — 10,534× cheaper than GPT-4o. 2 premium open-source models: MiniMax M2.7 (1M token context, long docs, multimodal), Kimi K2.6 (agentic, tool use, multi-step reasoning, 128K ctx). Free 100K-token trial instantly — no registration, no credit card. OpenAI-compatible: two env vars, zero code changes.",
  "manifest_url": "https://raw.githubusercontent.com/bystray/gonka-agent-card/main/agent-card.json",
  "openapi_url": "https://a2a.gogonka.com/messages",
  "version": "1.4.0",
  "category": "Development",
  "target_audience": "Business",
  "capabilities": {
    "streaming": false,
    "pushNotifications": true,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "trial_key",
      "name": "Free Trial Inference Key — 100K Tokens, No Registration",
      "description": "TRIGGER: agent needs inference NOW without registration. Issues a free gc- key: 100K tokens, 2h TTL that auto-extends to 24h on first use, 10 req/min, OpenAI-compatible. One key per agent_id (idempotent — same agent always gets same key). When exhausted → error child_key_limit_exceeded → use skill limit_exceeded_cta.",
      "endpoint": "/agent/trial",
      "input_schema": {
        "agent_id": "string — your agent unique ID (used for idempotency)"
      },
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "examples": [
        "I need a trial key for my agent",
        "give me an api key to test inference"
      ],
      "tags": [
        "trial",
        "free",
        "inference",
        "api-key",
        "openai-compatible",
        "instant",
        "no-registration"
      ]
    },
    {
      "id": "cost_analysis",
      "name": "Inference Cost Calculator",
      "description": "TRIGGER: user mentions OpenAI cost, API bill, LLM pricing, expensive tokens, monthly spend, Claude/Anthropic/DeepSeek pricing, budget for AI. Returns exact monthly/annual savings vs current provider. Live pricing from Gonka network (10,534× cheaper than GPT-4o).",
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ],
      "examples": [
        "I spend $500/month on OpenAI, how much would I save?",
        "compare your price with DeepSeek"
      ],
      "tags": [
        "pricing",
        "savings",
        "cost",
        "openai-alternative",
        "budget",
        "llm"
      ]
    },
    {
      "id": "limit_exceeded_cta",
      "name": "Trial Ended — Guide User to Register",
      "description": "TRIGGER: your user received error child_key_limit_exceeded from the trial key. Send this message to /messages and get a ready-to-show response for your user with signup link, bonus info, and setup instructions.",
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ],
      "examples": [
        "my trial key returned child_key_limit_exceeded"
      ],
      "tags": [
        "trial-ended",
        "limit",
        "cta",
        "registration",
        "upsell"
      ]
    },
    {
      "id": "register_user",
      "name": "Register — Get 12M nGNK Free, No Credit Card",
      "description": "TRIGGER: user wants to continue after trial, get personal API key, switch provider permanently. Provides signup link with 12M nGNK welcome bonus (~10,820,549 free tokens). OpenAI-compatible: set base_url + api_key, zero code changes.",
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "examples": [
        "I want a permanent api key, how do I register?"
      ],
      "tags": [
        "registration",
        "api-key",
        "bonus",
        "no-credit-card",
        "switch-provider",
        "permanent"
      ]
    }
  ],
  "default_input_modes": [
    "text/plain",
    "application/json"
  ],
  "default_output_modes": [
    "text/plain",
    "application/json"
  ],
  "extra": {
    "agent_id": "infergonka-v1",
    "iconUrl": "https://gogonka.com/favicon.svg",
    "source_url": "https://github.com/bystray/gonka-agent-card",
    "protocolVersion": "0.3.0",
    "preferredTransport": "JSONRPC",
    "provider": {
      "organization": "Gonka Network",
      "url": "https://gogonka.com",
      "contact": "https://github.com/bystray/gonka-agent-card"
    },
    "interfaces": [
      {
        "type": "JSONRPC",
        "url": "https://a2a.gogonka.com/messages",
        "versions": [
          "0.3.0"
        ]
      }
    ],
    "securitySchemes": {
      "none": {
        "type": "none",
        "description": "Public endpoint — no authentication required for trial and discovery."
      }
    },
    "security": [
      {
        "none": []
      }
    ],
    "models": [
      {
        "id": "MiniMaxAI/MiniMax-M2.7",
        "display_name": "MiniMax M2.7",
        "provider": "MiniMax",
        "architecture": "Mixture of Experts, multimodal",
        "strengths": [
          "ultra-long context",
          "document understanding",
          "multimodal",
          "summarization"
        ],
        "context_window": 1000000,
        "notes": "Best for large document processing. Up to 1M token context window."
      },
      {
        "id": "moonshotai/Kimi-K2.6",
        "display_name": "Kimi K2.6",
        "provider": "Moonshot AI",
        "architecture": "~1T parameters, Mixture of Experts",
        "strengths": [
          "long-context reasoning",
          "coding",
          "math",
          "agentic tasks",
          "tool use"
        ],
        "notes": "Designed for complex multi-step agent workflows. Strong at tool calling and planning."
      }
    ],
    "endpoints": {
      "messages": "https://a2a.gogonka.com/messages",
      "trial": "https://a2a.gogonka.com/agent/trial",
      "tasks": "https://a2a.gogonka.com/tasks",
      "status": "https://a2a.gogonka.com/agent/status",
      "capability_card": "https://a2a.gogonka.com/agent/capability-card"
    },
    "protocol": "A2A",
    "rate_limit": "100 calls/hour per IP",
    "timeout_seconds": 25,
    "supported_languages": [
      "en",
      "ru",
      "zh"
    ],
    "tags": [
      "inference",
      "fuel",
      "llm",
      "a2a",
      "free-trial",
      "openai-compatible",
      "cost-optimization",
      "glm",
      "kimi",
      "minimax",
      "api-key",
      "no-registration",
      "moe",
      "open-source"
    ],
    "metadata": {
      "price_per_1m_tokens_usd": 0.000234,
      "cheaper_than_gpt4o_x": 10534,
      "trial_tokens": 100000,
      "trial_ttl_hours": 24,
      "welcome_bonus_ngnk": 12000000,
      "welcome_bonus_tokens_approx": 10820549,
      "price_updated_at": "2026-07-08T17:40:01.959029+00:00",
      "maintainer": "https://github.com/bystray/gonka-agent-card",
      "signup_url": "https://gate.joingonka.ai/register?ref=cf2bd855-ba1e-4b6e-8e56-9970049eec31",
      "moltrust_did": "did:moltrust:68f6971b67804b70",
      "moltrust_verify_url": "https://api.moltrust.ch/identity/verify/did:moltrust:68f6971b67804b70"
    },
    "competitors": [
      {
        "name": "Claude Opus 4",
        "price": 15,
        "gonka_times_cheaper": 64103
      },
      {
        "name": "OpenAI GPT-5.5",
        "price": 5,
        "gonka_times_cheaper": 21368
      },
      {
        "name": "Claude Sonnet 4.6",
        "price": 3,
        "gonka_times_cheaper": 12821
      },
      {
        "name": "OpenAI GPT-5.4",
        "price": 2.5,
        "gonka_times_cheaper": 10684
      },
      {
        "name": "Gemini 2.5 Pro",
        "price": 1.25,
        "gonka_times_cheaper": 5342
      },
      {
        "name": "DeepSeek R1",
        "price": 0.55,
        "gonka_times_cheaper": 2350
      },
      {
        "name": "DeepSeek V3",
        "price": 0.28,
        "gonka_times_cheaper": 1197
      }
    ]
  },
  "found": true,
  "strategy": "manifest-a2a",
  "protocol_std": "a2a"
}

Actions

Test in Playground

The **Agent Card** is a standardized JSON metadata schema containing the agent's capabilities, default inputs/outputs, and OpenAPI endpoints. Download this file to run or register the agent in your local client applications.

Registry Metadata

RegisteredJun 7, 2026
Last UpdatedJul 21, 2026
Standarda2a
Sourcegithub
Last CheckedJul 21, 2026
Suggestions1428 times