{
  "id": "vercel-ai-gateway",
  "enabledByDefault": true,
  "providers": ["vercel-ai-gateway"],
  "providerAuthEnvVars": {
    "vercel-ai-gateway": ["AI_GATEWAY_API_KEY"]
  },
  "providerAuthChoices": [
    {
      "provider": "vercel-ai-gateway",
      "method": "api-key",
      "choiceId": "ai-gateway-api-key",
      "choiceLabel": "Vercel AI Gateway API key",
      "groupId": "ai-gateway",
      "groupLabel": "Vercel AI Gateway",
      "groupHint": "API key",
      "optionKey": "aiGatewayApiKey",
      "cliFlag": "--ai-gateway-api-key",
      "cliOption": "--ai-gateway-api-key <key>",
      "cliDescription": "Vercel AI Gateway API key"
    }
  ],
  "configSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {}
  }
}
