docs/enterprise-solutions/configuration/remote-configuration/google-vertex/member-configuration.mdx
As a team member, you can connect your local development environment to your organization's Google Vertex AI setup. This guide walks you through configuring your Google Cloud credentials in VS Code so you can start using Vertex AI models through your organization's configured project and regional settings. Your administrator has already configured the provider settings-you just need to add your credentials to get started.
To successfully connect to your organization's Google Vertex AI setup, you'll need a few things ready.
Cline extension installed and configured
The Cline extension must be installed in VS Code and you need to be signed into your organization account. If you haven't installed Cline yet, follow our installation guide.
Google Cloud credentials with Vertex AI access
You need Google Cloud credentials that have permission to access Vertex AI in your organization's configured project and region.
vertex_ai/gemini-pro or similar)Learn more about Service Account Keys
aiplatform.user or similar Vertex AI permissionsLearn more about Google Cloud SDK
gcloud auth loginThe project ID and region settings will be locked (shown with a lock icon 🔒) as they're controlled by your administrator. </Step>
<Step title="Test the Connection"> Send a test message in Cline to verify your credentials work correctly with the configured Vertex AI project and region. <Tip> **Testing Recommendation**Try a simple test like "Hello" first to verify basic connectivity, then test multimodal capabilities if needed by sharing an image. </Tip> </Step> </Steps>
The models available through your organization's Vertex AI setup typically include:
Gemini Models:
PaLM Models:
Specialized Models:
Choose models based on your development needs:
Take advantage of Vertex AI's multimodal features:
Google Vertex AI not available as provider option
Confirm you're signed into the correct Cline organization. Verify your administrator has saved the Vertex AI configuration and that you have the latest version of the Cline extension.
Authentication errors ("Access Denied" or "Invalid Credentials")
Verify your chosen credential method has the necessary IAM permissions to access Vertex AI in the configured project and region. Required permissions include aiplatform.endpoints.predict and aiplatform.models.predict.
Project access errors
Ask your administrator to confirm which Google Cloud project is configured for your organization. Ensure your Google Cloud credentials have access to that specific project.
Regional access errors
Verify your credentials have access to Vertex AI in the configured region. Some models may not be available in all regions, so confirm with your administrator about the selected region.
Google Cloud SDK authentication issues
Ensure Google Cloud SDK is properly installed and authenticated:
gcloud auth login
gcloud config set project YOUR_PROJECT_ID
gcloud auth application-default login
Service account key errors
Verify the service account key is valid and hasn't expired. Check that the service account has the proper Vertex AI permissions in your organization's project. Ensure the JSON key file is properly formatted and contains all required fields.
Model access errors or "model not found"
Some models may not be enabled in your organization's project or region. Contact your administrator if specific models are not available. Verify that your organization has enabled the models you're trying to use in the Google Cloud Console.
When configuring your Google Cloud credentials, follow these security guidelines:
Your organization administrator controls which models and regions are available. The extension will automatically display available models based on your project's configuration and regional availability.
For more information about Google Cloud authentication and Vertex AI permissions, refer to the Google Cloud IAM Documentation and coordinate with your organization's cloud administrator.