{
  "name": "dflop Model Gateway catalog agent",
  "description": "Answers questions about the dflop model gateway's catalog: which chat / image / video / music models are available, what they cost (in platform credits), their context windows and capabilities, and exactly how to call them (endpoint, protocol, authentication). Deterministic lookup over the live public catalog — no LLM, no authentication, nothing is charged.",
  "protocolVersion": "1.0",
  "version": "1.0.0",
  "supportedInterfaces": [
    {
      "url": "https://zhonkemodel.dflop.top/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://zhonkemodel.dflop.top/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "0.3"
    }
  ],
  "url": "https://zhonkemodel.dflop.top/a2a",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "GPUShare",
    "url": "https://zhonkemodel.dflop.top"
  },
  "iconUrl": "https://zhonkemodel.dflop.top/icon.png",
  "documentationUrl": "https://zhonkemodel.dflop.top/docs",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "extendedAgentCard": false,
    "extensions": []
  },
  "securitySchemes": {},
  "security": [],
  "securityRequirements": [],
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "model-catalog-lookup",
      "name": "Model catalog lookup",
      "description": "Find models by free text, vendor (openai, anthropic, google, bytedance, alibaba, xai, deepseek, zhipu, moonshot, minimax, tencent …) or modality (text, image, video, music, audio). Returns id, display name, vendor, category, prices in platform credits (20 credits = ¥1, 134.8 credits ≈ US$1), context window, supported protocols and capability flags, plus the endpoint and auth needed to call each one.",
      "tags": [
        "catalog",
        "models",
        "llm",
        "pricing",
        "image-generation",
        "video-generation"
      ],
      "examples": [
        "Which Claude models can I call and what do they cost?",
        "cheapest video model that does 1080p",
        "list image models",
        "does gpt-5.5 support tools and vision?",
        "vendor:google category:text"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    },
    {
      "id": "how-to-call",
      "name": "How to call a model",
      "description": "Given a model id, explains which gateway endpoint and protocol to use, the authentication header, and where to get an API key.",
      "tags": [
        "onboarding",
        "authentication",
        "openai-compatible"
      ],
      "examples": [
        "how do I call deepseek-v4",
        "how to authenticate"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    }
  ]
}
