openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
47 lines (46 loc) • 975 B
JSON
{
"id": "litellm",
"activation": {
"onStartup": false
},
"enabledByDefault": true,
"providers": [
"litellm"
],
"setup": {
"providers": [
{
"id": "litellm",
"envVars": [
"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"
}
],
"contracts": {
"imageGenerationProviders": [
"litellm"
]
},
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}