{
  "id": "sglang",
  "enabledByDefault": true,
  "providers": ["sglang"],
  "providerAuthEnvVars": {
    "sglang": ["SGLANG_API_KEY"]
  },
  "providerAuthChoices": [
    {
      "provider": "sglang",
      "method": "custom",
      "choiceId": "sglang",
      "choiceLabel": "SGLang",
      "choiceHint": "Fast self-hosted OpenAI-compatible server",
      "groupId": "sglang",
      "groupLabel": "SGLang",
      "groupHint": "Fast self-hosted server"
    }
  ],
  "configSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {}
  }
}
