forked from phoenix/litellm-mirror
feat(pass_through_endpoints/): add anthropic/ pass-through endpoint
adds new `anthropic/` pass-through endpoint + refactors docs
This commit is contained in:
parent
b2f1e47104
commit
b873b16f36
6 changed files with 338 additions and 58 deletions
|
@ -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"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue