{
  "name": "AI.GG model catalog",
  "description": "Agent-readable model family metadata for AI.GG. Concrete model IDs, limits, and prices are operator-configured and may change by route, campaign, and provider availability.",
  "canonical_url": "https://ai.gg/models.json",
  "model_families": [
    {
      "family": "OpenAI-compatible chat and responses models",
      "gateway_interface": "OpenAI-compatible API",
      "example_use_cases": [
        "agent reasoning",
        "coding agents",
        "tool-using workflows",
        "customer support automation",
        "long-running task execution"
      ],
      "billing": "USD-priced usage converted to GCT where eligible"
    },
    {
      "family": "OpenAI-compatible embedding models",
      "gateway_interface": "OpenAI-compatible API",
      "example_use_cases": [
        "retrieval",
        "semantic search",
        "agent memory indexing"
      ],
      "billing": "ordinary balance or configured GCT campaign"
    },
    {
      "family": "Gateway-configured third-party model families",
      "gateway_interface": "operator-configured API routes",
      "example_use_cases": [
        "model fallback",
        "cost routing",
        "provider-specific workloads"
      ],
      "billing": "depends on route and campaign configuration"
    }
  ],
  "agent_notes": [
    "Use live platform settings or authenticated model listings for exact model IDs.",
    "Do not infer that every listed family is available to every account.",
    "Prefer OpenAI-compatible wording for generic agent integration examples."
  ]
}
