forked from phoenix/litellm-mirror
docs
This commit is contained in:
parent
c548d8ad37
commit
11f503925f
1 changed files with 19 additions and 1 deletions
|
@ -45,7 +45,25 @@ const sidebars = {
|
|||
description: 'Learn how to deploy + call models from different providers on LiteLLM',
|
||||
slug: '/providers',
|
||||
},
|
||||
items: ["providers/huggingface", "providers/openai", "providers/azure", "providers/vertex", "providers/anthropic", "providers/vllm", "providers/ai21", "providers/replicate", "providers/cohere", "providers/togetherai", "providers/aws_sagemaker", "providers/aleph_alpha", "providers/baseten", "providers/openrouter", "providers/ollama", "providers/custom"]
|
||||
items: [
|
||||
"providers/huggingface",
|
||||
"providers/openai",
|
||||
"providers/azure",
|
||||
"providers/vertex",
|
||||
"providers/anthropic",
|
||||
"providers/vllm",
|
||||
"providers/ai21",
|
||||
"providers/replicate",
|
||||
"providers/cohere",
|
||||
"providers/togetherai",
|
||||
"providers/aws_sagemaker",
|
||||
"providers/aleph_alpha",
|
||||
"providers/baseten",
|
||||
"providers/openrouter",
|
||||
"providers/ollama",
|
||||
"providers/custom",
|
||||
"providers/custom_openai_proxy",
|
||||
]
|
||||
},
|
||||
"token_usage",
|
||||
"exception_mapping",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue