From 08411f37b460f604d674dce3ff7c4b12debec814 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Sat, 17 Aug 2024 08:38:01 -0700 Subject: [PATCH] docs(vertex_ai.md): cleanup docs --- docs/my-website/docs/vertex_ai.md | 4 +++- .../proxy/vertex_ai_endpoints/google_ai_studio_endpoints.py | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 litellm/proxy/vertex_ai_endpoints/google_ai_studio_endpoints.py 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 +"""