From b865993b3464f52124ad3d6e436880486e8cf41e Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 22 Aug 2024 18:49:26 -0700 Subject: [PATCH] docs move pass thru endpoints --- docs/my-website/docs/pass_through/bedrock.md | 2 +- docs/my-website/docs/pass_through/cohere.md | 2 +- .../docs/pass_through/google_ai_studio.md | 2 +- docs/my-website/docs/pass_through/langfuse.md | 2 +- docs/my-website/docs/pass_through/vertex_ai.md | 2 +- docs/my-website/sidebars.js | 16 +++++++++++----- 6 files changed, 16 insertions(+), 10 deletions(-) diff --git a/docs/my-website/docs/pass_through/bedrock.md b/docs/my-website/docs/pass_through/bedrock.md index 2fba346a3..cf4f3645b 100644 --- a/docs/my-website/docs/pass_through/bedrock.md +++ b/docs/my-website/docs/pass_through/bedrock.md @@ -1,4 +1,4 @@ -# Bedrock (Pass-Through) +# Bedrock SDK Pass-through endpoints for Bedrock - call provider-specific endpoint, in native format (no translation). diff --git a/docs/my-website/docs/pass_through/cohere.md b/docs/my-website/docs/pass_through/cohere.md index c7313f9cc..715afc1ed 100644 --- a/docs/my-website/docs/pass_through/cohere.md +++ b/docs/my-website/docs/pass_through/cohere.md @@ -1,4 +1,4 @@ -# Cohere API (Pass-Through) +# Cohere API Pass-through endpoints for Cohere - call provider-specific endpoint, in native format (no translation). diff --git a/docs/my-website/docs/pass_through/google_ai_studio.md b/docs/my-website/docs/pass_through/google_ai_studio.md index e37fa1218..34fba97a4 100644 --- a/docs/my-website/docs/pass_through/google_ai_studio.md +++ b/docs/my-website/docs/pass_through/google_ai_studio.md @@ -1,4 +1,4 @@ -# Google AI Studio (Pass-Through) +# Google AI Studio Pass-through endpoints for Google AI Studio - call provider-specific endpoint, in native format (no translation). diff --git a/docs/my-website/docs/pass_through/langfuse.md b/docs/my-website/docs/pass_through/langfuse.md index 8987842f7..68d9903e6 100644 --- a/docs/my-website/docs/pass_through/langfuse.md +++ b/docs/my-website/docs/pass_through/langfuse.md @@ -1,4 +1,4 @@ -# Langfuse Endpoints (Pass-Through) +# Langfuse Endpoints Pass-through endpoints for Langfuse - call langfuse endpoints with LiteLLM Virtual Key. diff --git a/docs/my-website/docs/pass_through/vertex_ai.md b/docs/my-website/docs/pass_through/vertex_ai.md index 7073ea20b..8a561ef85 100644 --- a/docs/my-website/docs/pass_through/vertex_ai.md +++ b/docs/my-website/docs/pass_through/vertex_ai.md @@ -2,7 +2,7 @@ import Image from '@theme/IdealImage'; import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -# [BETA] Vertex AI Endpoints (Pass-Through) +# [BETA] Vertex AI Endpoints Use VertexAI SDK to call endpoints on LiteLLM Gateway (native provider format) diff --git a/docs/my-website/sidebars.js b/docs/my-website/sidebars.js index 9d5c424d1..ac9935791 100644 --- a/docs/my-website/sidebars.js +++ b/docs/my-website/sidebars.js @@ -41,6 +41,17 @@ const sidebars = { "proxy/demo", "proxy/configs", "proxy/reliability", + { + type: "category", + label: "Use with Vertex, Bedrock, Cohere SDK", + items: [ + "pass_through/vertex_ai", + "pass_through/google_ai_studio", + "pass_through/cohere", + "pass_through/bedrock", + "pass_through/langfuse" + ], + }, "proxy/cost_tracking", "proxy/custom_pricing", "proxy/self_serve", @@ -195,11 +206,6 @@ const sidebars = { "batches", "fine_tuning", "anthropic_completion", - "pass_through/vertex_ai", - "pass_through/google_ai_studio", - "pass_through/cohere", - "pass_through/bedrock", - "pass_through/langfuse" ], }, "scheduler",