mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-28 18:33:37 +00:00
29 lines
739 B
JSON
29 lines
739 B
JSON
{
|
|
"id": "litellm",
|
|
"providers": ["litellm"],
|
|
"providerAuthEnvVars": {
|
|
"litellm": ["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"
|
|
}
|
|
],
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|