{
  "name": "AI.GG providers",
  "description": "Provider and route families that AI.GG can expose through its gateway configuration. Availability depends on operator configuration, account status, capacity campaigns, and policy.",
  "canonical_url": "https://ai.gg/providers.json",
  "primary_capacity_direction": "OpenAI-compatible AI inference and OpenAI guaranteed capacity",
  "providers": [
    {
      "name": "OpenAI",
      "role": "Primary OpenAI-compatible model capacity and first guaranteed-capacity campaign target",
      "route_type": "openai-compatible",
      "capacity_unit": "GCT",
      "status": "priority"
    },
    {
      "name": "Google Gemini",
      "role": "Configured gateway route family where operator accounts and policies permit",
      "route_type": "gateway-configured",
      "capacity_unit": "ordinary balance or configured GCT campaign",
      "status": "available_when_configured"
    },
    {
      "name": "Anthropic Claude",
      "role": "Configured gateway route family where operator accounts and policies permit",
      "route_type": "gateway-configured",
      "capacity_unit": "ordinary balance or configured GCT campaign",
      "status": "available_when_configured"
    }
  ],
  "agent_notes": [
    "Provider names describe route compatibility and capacity planning, not a public partnership claim.",
    "The current AI.GG agent-payment loop is account-level: agents call the gateway with an API key after the owner funds the account.",
    "GCT-backed capacity should be described only for routes and campaigns explicitly enabled by AI.GG."
  ]
}
