forked from phoenix/litellm-mirror
docs move pass thru endpoints
This commit is contained in:
parent
18cd905a1f
commit
b865993b34
6 changed files with 16 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
# Bedrock (Pass-Through)
|
||||
# Bedrock SDK
|
||||
|
||||
Pass-through endpoints for Bedrock - call provider-specific endpoint, in native format (no translation).
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Cohere API (Pass-Through)
|
||||
# Cohere API
|
||||
|
||||
Pass-through endpoints for Cohere - call provider-specific endpoint, in native format (no translation).
|
||||
|
||||
|
|
|
@ -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).
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Langfuse Endpoints (Pass-Through)
|
||||
# Langfuse Endpoints
|
||||
|
||||
Pass-through endpoints for Langfuse - call langfuse endpoints with LiteLLM Virtual Key.
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue