PLTF-87: Replicated Vertex AI LLM Provider Support#465
Merged
Conversation
Fix Helm template parse error 'unexpected EOF at line 39' in
litellm-env-secrets.yaml. The google_vertex_location conditional
block was missing its closing {{- end }} tag.
Co-authored-by: openhands <openhands@all-hands.dev>
jlav
approved these changes
Mar 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds support for using Vertex AI as an LLM provider in the Replicated install. Users would enter the GCP project id that their service account is in and upload the service account JSON credentials file. They can also specify the GCP location of the service account if it is not the default us-central1.
Replicated config UI:

Proxied gemini 2.5 flash model in LiteLLM proxy is set as the default custom model:

Users can also set direct Vertex AI models instead of a proxied model (they should clear out base URL so requests do not hit the Replicated LiteLLM proxy instance):

Helm Chart Checklist
versionfield inChart.yamlfor each modified chartAdditional Notes
Can run a basic conversation:

Can push a branch:

Can create a PR:

