unsorted and unformatted litellm.json

This commit is contained in:
Andrew Stout 2025-08-08 15:50:40 -05:00
parent 7813fa19b8
commit c094133ea1
No known key found for this signature in database
GPG Key ID: B01268A581FC2448

View File

@ -1,40 +1,40 @@
{ {
"name": "LiteLLM",
"slug": "litellm",
"categories": [ "categories": [
20 20
], ],
"config_path": "/opt/litellm.yaml",
"date_created": "2025-08-07", "date_created": "2025-08-07",
"default_credentials": { "type": "ct",
"password": "sk-1234", "updateable": true,
"username": "admin" "privileged": false,
}, "interface_port": 4000,
"description": "LLM proxy to call 100+ LLMs in a unified interface & track spend, set budgets per virtual key/user",
"documentation": "https://docs.litellm.ai/", "documentation": "https://docs.litellm.ai/",
"config_path": "/opt/litellm.yaml",
"website": "https://www.litellm.ai/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/litellm-light.webp",
"description": "LLM proxy to call 100+ LLMs in a unified interface & track spend, set budgets per virtual key/user",
"install_methods": [ "install_methods": [
{ {
"type": "default",
"script": "ct/litellm.sh",
"resources": { "resources": {
"cpu": 2, "cpu": 2,
"ram": 2048,
"hdd": 4, "hdd": 4,
"os": "Debian", "os": "Debian",
"ram": 2048,
"version": "12" "version": "12"
}, }
"script": "ct/litellm.sh",
"type": "default"
} }
], ],
"interface_port": 4000, "default_credentials": {
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/litellm-light.webp", "username": "admin",
"name": "LiteLLM", "password": "sk-1234"
},
"notes": [ "notes": [
{ {
"text": "Update master key in the config file", "text": "Update master key in the config file",
"type": "info" "type": "info"
} }
], ]
"privileged": false,
"slug": "litellm",
"type": "ct",
"updateable": true,
"website": "https://www.litellm.ai/"
} }