{
  "id": "litellm",
  "enabledByDefault": true,
  "providers": ["litellm"],
  "providerAuthEnvVars": {
    "litellm": ["LITELLM_API_KEY"]
  },
  "providerAuthChoices": [
    {
      "provider": "litellm",
      "method": "api-key",
      "choiceId": "litellm-api-key",
      "choiceLabel": "LiteLLM API key",
      "choiceHint": "Unified gateway for 100+ LLM providers",
      "groupId": "litellm",
      "groupLabel": "LiteLLM",
      "groupHint": "Unified LLM gateway (100+ providers)",
      "optionKey": "litellmApiKey",
      "cliFlag": "--litellm-api-key",
      "cliOption": "--litellm-api-key <key>",
      "cliDescription": "LiteLLM API key"
    }
  ],
  "configSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {}
  }
}
