diff --git a/docs/my-website/docs/vertex_ai.md b/docs/my-website/docs/vertex_ai.md index b895fe8c7f6..53ae410913e 100644 --- a/docs/my-website/docs/vertex_ai.md +++ b/docs/my-website/docs/vertex_ai.md @@ -1,4 +1,6 @@ -# [BETA] Vertex AI Endpoints +# [BETA] Vertex AI Endpoints (Pass-Through) + +Pass-through endpoints for Vertex AI - call provider-specific endpoint, in native format (no translation). :::tip diff --git a/litellm/proxy/vertex_ai_endpoints/google_ai_studio_endpoints.py b/litellm/proxy/vertex_ai_endpoints/google_ai_studio_endpoints.py new file mode 100644 index 00000000000..1bb966964df --- /dev/null +++ b/litellm/proxy/vertex_ai_endpoints/google_ai_studio_endpoints.py @@ -0,0 +1,5 @@ +""" +What is this? + +Google AI Studio Pass-Through Endpoints +"""