docs(intro.md): add a section on 'why pass through endpoints'

helps proxy admin understand when these would be useful
This commit is contained in:
Krrish Dholakia 2025-01-08 19:15:41 -08:00
parent 3193cb3912
commit 39ee4c6bb4
2 changed files with 15 additions and 1 deletions

View file

@ -287,12 +287,14 @@ const sidebars = {
type: "category",
label: "Pass-through Endpoints (Anthropic SDK, etc.)",
items: [
"pass_through/intro",
"pass_through/vertex_ai",
"pass_through/google_ai_studio",
"pass_through/cohere",
"pass_through/anthropic_completion",
"pass_through/bedrock",
"pass_through/langfuse",
"proxy/pass_through",
],
},
"rerank",
@ -302,7 +304,6 @@ const sidebars = {
"realtime",
"fine_tuning",
"moderation",
"proxy/pass_through",
],
},
{