feat: add HK LiteLLM Vertex relay

This commit is contained in:
Codex
2026-07-22 00:20:28 -07:00
parent 290c7620bf
commit cb796981ee
3 changed files with 60 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
model_list:
- model_name: gemini-3.6-flash
litellm_params:
model: vertex_ai/gemini-3.6-flash
vertex_project: os.environ/VERTEXAI_PROJECT
vertex_location: os.environ/VERTEXAI_LOCATION
- model_name: gemini-3.5-flash-lite
litellm_params:
model: vertex_ai/gemini-3.5-flash-lite
vertex_project: os.environ/VERTEXAI_PROJECT
vertex_location: os.environ/VERTEXAI_LOCATION
general_settings:
master_key: os.environ/LITELLM_MASTER_KEY