feat(pass_through_endpoints/): add anthropic/ pass-through endpoint

adds new `anthropic/` pass-through endpoint + refactors docs
This commit is contained in:
Krrish Dholakia 2024-11-13 19:53:19 +05:30
parent b2f1e47104
commit b873b16f36
6 changed files with 338 additions and 58 deletions

View file

@ -65,12 +65,12 @@ const sidebars = {
},
{
type: "category",
label: "Use with Provider SDKs",
label: "Pass-through Endpoints (Provider-specific)",
items: [
"pass_through/vertex_ai",
"pass_through/google_ai_studio",
"pass_through/cohere",
"anthropic_completion",
"pass_through/anthropic_completion",
"pass_through/bedrock",
"pass_through/langfuse"
],