actions-marketplace-validations/LiteLLM Proxy Server

Start a LiteLLM proxy server for LLM API gateway in GitHub Actions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionLiteLLM version to install (e.g., "1.55.0"). Installs the latest version if not specified.no""
config-pathPath to a LiteLLM config.yaml fileno""
configInline LiteLLM configuration (YAML string)no""
modelModel to use for quick start (e.g., "openai/gpt-4o"). Used when no config file is provided.no""
portPort for the proxy serverno4000
log-levelLog level (e.g., "INFO", "DEBUG")noINFO
api-keyMaster API key for the proxy (sets LITELLM_MASTER_KEY)no""
timeoutTimeout in seconds to wait for server readinessno120
extra-argsAdditional CLI arguments for litellm (space-separated)no""
pip-install-argsAdditional uv pip install arguments (e.g., extra packages)no""
cacheEnable caching of installed LiteLLM and its dependencies to speed up subsequent runs.notrue
namedescription
base-urlBase URL of the running LiteLLM proxy server
pidProcess ID of the LiteLLM proxy server