docs/enterprise-solutions/configuration/remote-configuration/litellm/admin-configuration.mdx
As an administrator, you can add LiteLLM as the organization-wide LLM provider for all Cline users through the hosted admin console. This centralized approach provides unified access to multiple AI models through your LiteLLM proxy interface.
To get started with setting up LiteLLM as your organization's LLM provider, you'll need a few items in place.
Administrator access to the Cline Admin console
You need admin privileges to enforce provider settings across your organization. If you can navigate to Settings → Cline Settings in the admin console at app.cline.bot, you have the right access level.
LiteLLM proxy instance running
You need a deployed LiteLLM proxy that your team can access. This can be self-hosted or managed through a cloud provider.
LiteLLM endpoint details
You'll need the base URL of your LiteLLM proxy and optionally a master key if your deployment requires authentication.
Once saved, all organization members signed into the Cline extension will automatically use LiteLLM with your configured settings. They won't be able to select other providers or switch to their personal Cline accounts.
<Warning> Members can't switch to personal Cline accounts or join other organizations once remote configuration is enabled. This ensures consistent provider usage across your team. </Warning> </Step> </Steps>To verify the configuration:
Members don't see the configured provider
Ensure you clicked Save after closing the configuration panel. Verify the member account belongs to the correct organization and that your LiteLLM proxy is accessible from their network.
Connection errors to LiteLLM proxy
Verify the Base URL is correct and accessible. Check that any firewalls or security groups allow access from your team's IP addresses or development environments.
Authentication failures
If using a master key, verify it's correctly entered and has proper permissions in your LiteLLM deployment. Check the LiteLLM proxy logs for authentication errors.
Models not available
Confirm the models are properly configured in your LiteLLM proxy deployment. The available models depend on how your LiteLLM proxy is configured.
Configuration changes don't persist
Make sure to click the Save button on the main settings page, not just close the configuration panel.
Need to change endpoint or key later
You can update these settings at any time. Changes take effect immediately for all organization members.
For further details about LiteLLM deployment and configuration, consult the LiteLLM Documentation and coordinate with your infrastructure team.