Before You Begin
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 consoleYou 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.
Quick Check: Try accessing the settings page now. If you can see the provider configuration options, you’re good to go.
You need a deployed LiteLLM proxy that your team can access. This can be self-hosted or managed through a cloud provider.
If you haven’t deployed LiteLLM yet, work with your infrastructure team to set up a LiteLLM proxy instance.
You’ll need the base URL of your LiteLLM proxy and optionally a master key if your deployment requires authentication.
Configuration Steps
1
Access Cline Settings
Navigate to app.cline.bot and sign in with your administrator account. Go to Settings → Cline Settings.
You should see the provider configuration options if you have the correct admin access level.
2
Enable Remote Provider Configuration
Toggle on Enable settings to reveal the remote provider configuration options. This allows you to enforce provider settings across your organization.
3
Select LiteLLM as the API Provider
Open the API Provider dropdown menu and select LiteLLM. This will open the LiteLLM configuration panel where you’ll configure all your organization-wide settings.
4
Configure LiteLLM Settings
The configuration panel includes settings that control how LiteLLM works for your organization:
Base URL (required)
Base URL (required)
Enter your LiteLLM proxy endpoint URL. This should be the full URL where your LiteLLM proxy is accessible, such as
https://litellm.yourcompany.com or http://your-proxy:4000.Master Key (optional)
Master Key (optional)
If your LiteLLM proxy requires authentication, enter the master key here. This will be used to authenticate requests from all organization members.
Centralized API Key Management: By configuring the Master Key at the organization level, you enable centralized API key management. Organization members won’t need to manage their own individual API keys - access is fully managed through this centralized configuration.
5
Save Configuration
After configuring your settings, close the provider configuration panel and click Save on the settings page to persist your changes.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.
Verification
To verify the configuration:- Check that the provider shows as “LiteLLM” in the Enabled provider field
- Confirm the settings persist after refreshing the page
- Test with a member account to ensure they see only LiteLLM as a provider
- Verify that the configured models are available in the model dropdown
Troubleshooting
Members don’t see the configured providerEnsure 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.

