openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
60 lines (59 loc) • 1.07 kB
JSON
{
"id": "sglang",
"activation": {
"onStartup": false
},
"enabledByDefault": true,
"providers": [
"sglang"
],
"modelCatalog": {
"discovery": {
"sglang": "refreshable"
}
},
"providerRequest": {
"providers": {
"sglang": {
"family": "sglang",
"openAICompletions": {
"supportsStreamingUsage": true
}
}
}
},
"modelPricing": {
"providers": {
"sglang": {
"external": false
}
}
},
"setup": {
"providers": [
{
"id": "sglang",
"envVars": [
"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": {}
}
}