Files
openclaw/extensions/sglang/openclaw.plugin.json
2026-03-15 23:47:16 -07:00

25 lines
540 B
JSON

{
"id": "sglang",
"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": {}
}
}