UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

53 lines (52 loc) 1.08 kB
{ "id": "litellm", "activation": { "onStartup": false }, "enabledByDefault": true, "providers": [ "litellm" ], "modelCatalog": { "discovery": { "litellm": "runtime" } }, "setup": { "providers": [ { "id": "litellm", "envVars": [ "LITELLM_API_KEY" ] } ] }, "providerAuthChoices": [ { "provider": "litellm", "method": "api-key", "choiceId": "litellm-api-key", "appGuidedSecret": true, "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": {} } }